1
0
Fork 0
Commit graph

59 commits

Author SHA1 Message Date
Benjamin F
eca8443dbc fix(docs): Capitalize Markdown and Frontmatter 2022-12-25 21:34:36 -08:00
Benjamin F
965585f368 fix(docs): Correct spelling of Bezier to Bézier with accented "e" 2022-12-23 21:56:40 -08:00
Benjamin F
80a34f402d fix(docs): Normalize stand-alone spelling 2022-12-22 17:26:21 -08:00
Darigov Research
91db760664
fix: Adjusts wording to suggested format
Format from feedback in https://github.com/freesewing/freesewing/pull/3115
2022-12-03 22:50:07 +00:00
joostdecock
440a273329 fix(markdown): Impemented fixes from #3115
These are changes suggested by @darigovresearch so all credit to them.

They were submitted in PR #3115 but that PR has a bunch of whitespace
changes and I am concerned they will have unintended side-effects on
some of the MDX components. So I'm extracting them here.
2022-12-03 16:34:38 +01:00
Joost De Cock
6030252518 chore(markdown): Cleanup of some pages 2022-10-14 16:03:47 +02:00
Joost De Cock
522670d335 chore(markdown): Ported getting started mac docs to v3 2022-10-12 22:03:16 +02:00
Joost De Cock
a42185261d chore(markdown): Ported getting started linux docs to v3 2022-10-12 22:01:24 +02:00
Joost De Cock
7cc37ea150 chore(markdown): Updated links for v3 2022-10-12 19:09:04 +02:00
Joost De Cock
82abdf2901 feat(markdown): Handle final tutorial view with inline Example 2022-10-12 14:54:35 +02:00
Joost De Cock
e5bacbecb7 feat(markdown): Initial version for v3 tutorial 2022-10-11 15:06:54 +02:00
Joost De Cock
56576ede45 wip(markdown): Work on tutorial 2022-10-11 01:37:09 +02:00
Joost De Cock
e5e1245725 wip(markdown): Progress on tutorial 2022-10-10 17:09:17 +02:00
Joost De Cock
2d5cdf5806 wip(markdown): Work on tutorial 2022-10-10 04:50:43 +02:00
Joost De Cock
8e7595fcb4 wip(markdown): Work on updating tutorial 2022-10-09 23:47:32 +02:00
Joost De Cock
6f0b1a6ce3 wip(markdown): Work on tutorial 2022-10-04 23:36:08 +02:00
Bart
8348d9ee6f Typos in documentation 2022-08-28 23:45:42 +02:00
Bart
76ee82a7b6 Backslashes for line breaks are visible online
Making all md conform with https://freesewing.dev/guides/markdown/line-breaks
2022-08-27 21:49:14 +02:00
Benjamin F
1be17068fa Update tutorial instructions to use Node 16. 2022-08-24 18:17:12 -07:00
nikhil
b87f19022d fix: Outdated yarn instruction? 2022-08-20 18:08:01 -04:00
nikhil
c83d618ad3 fix: Broken links to the API reference 2022-08-20 18:07:26 -04:00
Benjamin F
8203ca1669 Update dev Getting Started tutorials. 2022-08-07 12:56:35 -07:00
joostdecock
37e452af80 chore(markdown): Some updates to the dev docs 2022-08-07 18:37:54 +02:00
Enoch Riese
05e43829a2 fix parsing errors in markdown preventing successful dev build 2022-08-05 14:54:57 -05:00
joostdecock
9f958656d9 chore(markdown): Docs linter run 2022-07-31 16:11:50 +02:00
Benjamin F
ee5520bb6b Correct dev setup tutorial for mac and linux. 2022-07-27 14:07:59 -07:00
Joost De Cock
95fcc3c6d0 fix: Markdown linter warnings 2022-07-10 12:29:53 +02:00
Joost De Cock
8cd70bc451 chore: Updates to docs for new dev env 2022-07-02 22:52:31 +02:00
jackseye
9f111e1a9b Fixed links in dev markdown 2022-04-30 14:07:54 -04:00
Joost De Cock
db5c2dca9e fix(markdown): Linter issues 2022-03-29 14:29:33 +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
Nick Dower
e9dbdc46fc Add checkdocs workflow. 2022-02-19 13:51:09 +01:00
Joost De Cock
265ad404da chore(markdown): Linting of dev docs 2022-02-19 08:04:25 +01:00
Joost De Cock
ad10523a8a chore(markdown): Avoid inline JSX where possible 2022-01-19 13:06:33 +01:00
Joost De Cock
7bebd8cf07 fix(markdown): Move caption to children 2022-01-19 11:31:39 +01:00
Joost De Cock
14096f56df feat(markdown): Docs on docs structure 2022-01-16 12:21:55 +01:00
Joost De Cock
2a42dbdc3e
Merge pull request #1653 from jgfichte/minor-text-fixes
Minor text fixes
2022-01-15 18:13:46 +01:00
Joost De Cock
e342ee1e61
Merge pull request #1642 from anniekao/patch-5
Update path to macros docs in tutorial
2022-01-15 17:57:44 +01:00
Joost De Cock
55c32395d2
Merge pull request #1641 from anniekao/patch-4
Update code block in tutorial
2022-01-15 17:57:23 +01:00
Joost De Cock
5fadd64ccc
Merge pull request #1640 from anniekao/patch-3
Update tutorial code block
2022-01-15 17:53:26 +01:00
jgfichte
336154d9a7 Add link to nvm instructions and updated version 2022-01-15 10:52:19 -05:00
Joost De Cock
7f1f6dfbaf fix(markdown): Move caption from prop to children 2022-01-13 19:05:07 +01:00
Annie Kao
3182758114
Update path to macros docs in tutorial 2022-01-12 17:32:50 -05:00
Annie Kao
f5919c2a8c
Update code block in tutorial 2022-01-12 17:06:46 -05:00
Annie Kao
e71c37858f
Update tutorial code block 2022-01-12 16:54:13 -05:00
Darigov Research
454ff24104
fix: Updates open patterns link in tutorial
Would resolve - https://github.com/freesewing/freesewing/issues/1630 if merged
2022-01-09 13:05:53 +00:00
Joost De Cock
5c0d6cc0ae wip(markdown): Updates for new dev site 2021-12-27 14:58:44 +01:00
Darigov Research
3e770f31b5
refactor: Adjusts here after feedback - https://github.com/freesewing/freesewing/pull/1574#issuecomment-993859353 2021-12-18 11:43:36 +00:00
Darigov Research
cca45a1b6e
feat: Adds link to beginner pattern ideas from developer site
Would resolve #1563 if merged
2021-12-11 17:16:20 +00:00