1
0
Fork 0
Commit graph

39 commits

Author SHA1 Message Date
e0053c4135
Fix link to /reference/css in howtos/attributes 2024-07-08 15:34:38 +03:00
Joost De Cock
a8d5fe5373
Merge pull request #5851 from BenJamesBen/typos-create-snippet
fix(markdown): Typos in Creating a New Snippet howto
2024-02-03 17:22:12 +01:00
Benjamin Fan
83ae88c5d5 fix(markdown): Remove unused list attribute from ReadMore tags 2024-01-29 08:43:38 -08:00
Benjamin Fan
4d404dd3cc fix(markdown) Fix typos 2024-01-21 11:16:40 -08:00
Benjamin Fan
47c26cc93e fix(markdown): Typos in Creating a New Snippet howto 2024-01-18 14:02:24 -08:00
joostdecock
f674b870b9 chore: Updated title macro docs 2024-01-07 17:07:26 +01:00
joostdecock
75eff4f5e4 chore(markdown): Show how to create a snippet. Closes #3824 2023-10-30 18:58:31 +01:00
joostdecock
d39c92828a chore(dev): Changes for v3 2023-09-30 15:57:51 +02:00
Benjamin F
8901473237 chore(docs): Add Howto hide paths but show text 2023-01-01 11:39:42 -08:00
Benjamin F
486ebbced9 fix(docs): Standardize "line break" spelling 2022-12-25 21:32:18 -08:00
Benjamin F
24f7776840 fix(docs): Howtos documentation corrections and updates 2022-12-22 17:24:59 -08:00
Benjamin F
9a1305d506 fix(docs): Corrections to custom attributes. 2022-12-14 23:58:19 -08:00
Benjamin F
b53f62c4d1 fix(docs) Add custom attributes and Snippets documentation 2022-12-14 21:24:28 -08:00
starfetch
0e7c291603
chore(dev-docs): wording 2022-10-18 16:53:43 +02:00
starfetch
bca0ec1fcc
chore(dev-docs): typo 2022-10-18 16:53:01 +02:00
Joost De Cock
6030252518 chore(markdown): Cleanup of some pages 2022-10-14 16:03:47 +02:00
Joost De Cock
7cc37ea150 chore(markdown): Updated links for v3 2022-10-12 19:09:04 +02:00
Joost De Cock
af99d3e8c0 feat(markdown): Ported code howtos to v3 2022-10-12 14:42:45 +02:00
joostdecock
45ecbac060 wip(markdown): Work on v3 docs 2022-09-25 10:55:37 +02:00
nikhil
0becd057b2 fix: Broken/misleading links to designs' source code
Some of these links were actually broken, since they expect to find designs under the `packages/` directory in the current `develop` branch. Other links were technically okay, since they link to old commits, but updating those links may still help to reduce confusion.

Also fix a reference to `packages/unice` in a `netlify.toml` file. (Untested, but I don't think this is an actual Netlify configuration.)
2022-08-21 12:31:23 -04:00
nikhil
c83d618ad3 fix: Broken links to the API reference 2022-08-20 18:07:26 -04:00
Benjamin F
8aab737723 Change emphasis markdown to allow checkdocs to pass. 2022-08-18 15:11:53 -07:00
joostdecock
37e452af80 chore(markdown): Some updates to the dev docs 2022-08-07 18:37:54 +02:00
jackseye
9f111e1a9b Fixed links in dev markdown 2022-04-30 14:07:54 -04:00
starfetch
e3e9f2f6c4
feat(devdocs): add yarn install to steps
and put creating feature brach higher on the list
2022-04-05 21:53:46 +02:00
Joost De Cock
249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00
Joost De Cock
e6f1189017 chore: Remark linter run 2022-02-20 14:35:50 +01:00
Joost De Cock
265ad404da chore(markdown): Linting of dev docs 2022-02-19 08:04:25 +01:00
Darigov Research
fa0266e26c
fix: Small typo corrections in how to extend a pattern 2022-01-23 09:21:43 +00:00
Joost De Cock
3960fc88b1 chore(markdown): Adapted to new rendertest examples 2022-01-19 12:37:30 +01:00
Joost De Cock
7bebd8cf07 fix(markdown): Move caption to children 2022-01-19 11:31:39 +01:00
Joost De Cock
fec9acc9d0 feat(markdown): Docs on whitespace in text 2022-01-16 18:03:50 +01:00
Glenn Matthews
f6bd51f248
Fix bad macro documentation link 2022-01-02 16:55:14 -05:00
starfetch
4b5f4c20b1
feat(devdocs): add instructions for dependencies 2021-11-06 18:18:31 +01:00
joostdecock
cba1ab19c8 Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655.
2021-10-17 18:26:00 +02:00
joostdecock
1c92e0f655 chore: Linting for markdown and js 2021-10-17 17:34:55 +02:00
Joost De Cock
30859e9bb2 chore: Removed non-English dev docs 2021-08-26 09:46:26 +02:00
Joost De Cock
97b8a93a85 chore: Merged in left behind PRs from markdown repo 2021-08-25 16:16:51 +02:00
Joost De Cock
b34a2ee2ed feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content
from our markdown module.

We've imported this without history because the repo contains our
blog posts and showcases posts content prior to porting them to strapi.

Since this contains many images, it would balloon the size of this repo
to import the full history.

Instead, please refer to the history of the (archived) markdown repo
at: https://github.com/freesewing/markdown
2021-08-25 16:09:31 +02:00