1
0
Fork 0
Commit graph

131 commits

Author SHA1 Message Date
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
1d8beedd44 chore(markdown): Linter fixes 2022-02-18 18:33:38 +01:00
Ikko Ashimine
1a260b8234
chore(markdown): fix typo in options/en.md
accomodate -> accommodate
2022-02-07 23:30:29 +09:00
Joost De Cock
1c9f6d2b00
Merge pull request #1812 from freesewing/optiondocs
chore(markdown): Update option docs
2022-02-05 19:11:17 +01:00
Joost De Cock
3f83b0f43c Merge branch 'optiondocs' of github.com:freesewing/freesewing into optiondocs 2022-02-05 19:07:26 +01:00
Joost De Cock
546824082e fix(markdown): Don't capitalize name 2022-02-05 19:07:15 +01:00
Joost De Cock
074e3e6185
Update markdown/dev/reference/api/config/measurements/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:36 +01:00
Joost De Cock
bc6cdc021f
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:28 +01:00
Joost De Cock
9006f06860
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:02:07 +01:00
Joost De Cock
42a9b83539
Update markdown/dev/reference/api/config/hide/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:01:48 +01:00
Joost De Cock
2765f74e53
Update markdown/dev/reference/api/config/dependencies/en.md
Co-authored-by: Nick Dower <nicholasdower@gmail.com>
2022-02-05 19:01:37 +01:00
Joost De Cock
52ddbaaa02 chore(markdown): Update option docs 2022-02-05 17:44:23 +01:00
Zee
ee06adc976
Added heading for custom components examples 2022-02-05 12:54:31 +01:00
Joost De Cock
97b4148191 fix(markdown): Prevent markdown example from being rendered as markdown. See #1808 2022-02-05 10:13:00 +01:00
Joost De Cock
43eb5c5ad3 fix(markdown): Removed stray bullet. See #1808 2022-02-05 10:11:40 +01:00
Joost De Cock
8ab7bf5840 chore(markdown): Avoid lengthy inline code
Code that is inline (and not a code block) will not be forced to
a new line. So very long lines of code inline will break the layout.

Put them in a code block instead.

I already restructured the link part a bit.
2022-02-05 10:07:25 +01:00
Joost De Cock
ed30a24a54 chore(markdown): Avoid lines longer than 80 chars 2022-02-05 10:04:03 +01:00
Joost De Cock
aea0ae7e8f chore(markdown): Use anchors for lengthy links. See #1808 2022-02-05 09:59:34 +01:00
Joost De Cock
50367237f1 fix(markdown): Added subtitles, see #1808 2022-02-05 09:55:01 +01:00
SeaZeeZee
1c8afb2100 Added front matter
Added title and order to frequent mistakes document
2022-02-04 21:54:04 +01:00
SeaZeeZee
00db871146 Fixed whitespace and syntax
Things ought to be more readable now. Don't know how to create a paragraph after the <note>
2022-02-04 21:53:21 +01:00
SeaZeeZee
4609e79ebe Created folder and file for frequent mistakes
Added frequent-mistakes folder and wrote a list of frequent mistakes in Markdown
2022-02-04 21:52:45 +01:00
Joost De Cock
af53ff021c chore(markdown): Fixed phrasing of part.getId() 2022-02-02 11:16:43 +01:00
Joost De Cock
056cc2cbe1 fix(markdown): Incorrect table syntax 2022-02-01 19:57:39 +01:00
Darigov Research
fa0266e26c
fix: Small typo corrections in how to extend a pattern 2022-01-23 09:21:43 +00:00
Nick Dower
a18f8a6b35 Update snap pct option documentation. 2022-01-21 11:59:42 +01:00
Joost De Cock
9db9d9e291 fix(markdown): Typo fix 2022-01-19 19:05:54 +01:00
Joost De Cock
105f7d51ed feat(markdown): Added docs for snapped percentage options 2022-01-19 19:04:43 +01:00
Joost De Cock
ad10523a8a chore(markdown): Avoid inline JSX where possible 2022-01-19 13:06:33 +01: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
f15063095c feat(plugin-sprinkle): Support scale and rotate in macro 2022-01-18 14:57:14 +01:00
Joost De Cock
1309d7629f fix(markdown): Small fixes in docs 2022-01-18 10:13:16 +01:00
Joost De Cock
6434a9237f feat(markdown): Added missing docs for the gore macro 2022-01-18 10:12:58 +01:00
Joost De Cock
384ad52518 feat(markdown): Updated grainline macro docs with new text prop 2022-01-18 09:20:28 +01:00
Joost De Cock
12433ae11e feat(plugin-flip): Support both X and Y axis 2022-01-18 09:01:58 +01:00
Joost De Cock
b618bac0a4 fix(markdown): The offset is the d prop in pd macro 2022-01-18 08:31:04 +01:00
Joost De Cock
5d43ce2860 fix(markdown): Default for cutonfold macro offset 2022-01-17 18:12:49 +01:00
Joost De Cock
fec9acc9d0 feat(markdown): Docs on whitespace in text 2022-01-16 18:03:50 +01:00
Joost De Cock
4b06ccd490 fix(markdown): Added missing docs for banner plugin 2022-01-16 17:31:54 +01:00
Joost De Cock
8e44616fb5 fix(markdown): Added missing docs for banner macro 2022-01-16 17:31:25 +01:00
Joost De Cock
11a2d6d375 fix: Typo at end of the line 2022-01-16 17:30:51 +01:00
Joost De Cock
9b69920938 fix(markdown): Type in macro name 2022-01-16 17:28:37 +01:00
Joost De Cock
417aec43a4 fix(markdown): Added missing anchor prop 2022-01-16 17:27:58 +01:00
Joost De Cock
790b1b3829 feat(markdown): Added some git howtos 2022-01-16 17:13:07 +01:00
Joost De Cock
9546134130
Merge pull request #1662 from darigovresearch/patch-1
Small typo corrections & content changes to Reference terms
2022-01-16 13:25:05 +01:00
Joost De Cock
14096f56df feat(markdown): Docs on docs structure 2022-01-16 12:21:55 +01:00