1
0
Fork 0
Commit graph

101 commits

Author SHA1 Message Date
Joost De Cock
b1429a3704 chore: Reconfigure packages 2022-09-14 13:42:36 +02:00
Bart
90b7685d25 Merge branch 'develop' of https://github.com/Bart-PXL/freesewing into develop 2022-08-29 22:43:09 +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
cb1df7bf7e Fix minor grammar and typos. 2022-08-25 14:44:30 -07: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
Enoch Riese
05e43829a2 fix parsing errors in markdown preventing successful dev build 2022-08-05 14:54:57 -05:00
Joost De Cock
34f1201445
Merge branch 'develop' into docfix 2022-08-04 20:17:24 +02:00
James Bradbury
9127af2f1f
Fix typo (jaron -> jargon) 2022-08-03 15:26:55 +01:00
joostdecock
9f958656d9 chore(markdown): Docs linter run 2022-07-31 16:11:50 +02:00
joostdecock
818bf1848f fix(markdown): Use underscore for italic 2022-07-18 18:55:14 +02:00
joostdecock
406e38783e chore: More style tweaks for jargon 2022-07-18 18:50:34 +02:00
joostdecock
be70c5b424 wip: Work on new rehype-markdown plugin 2022-07-17 21:25:41 +02:00
Joost De Cock
95fcc3c6d0 fix: Markdown linter warnings 2022-07-10 12:29:53 +02:00
Joost De Cock
7d65093dde chore: Remove plain for it's not themeable 2022-05-20 18:52:31 +02:00
Joost De Cock
038588bf9c feat(shared): Support for translation in Dot custom component 2022-05-20 15:34:08 +02:00
Joost De Cock
71e6278c57 feat(shared): Added new Dot custom component 2022-05-20 14:28:42 +02:00
Joost De Cock
af636e7228
chore: Keeping this to typos only
We can debate about other changes later
2022-05-16 19:04:54 +02:00
Zee
a467438e5e
Update en.md
edited typos and rephrased for easier reading
2022-05-15 18:18:04 +02:00
jackseye
9f111e1a9b Fixed links in dev markdown 2022-04-30 14:07:54 -04:00
Ikko Ashimine
eaa014b39b
chore: fix typo in using-hooks-more-than-once/en.md
seperate -> separate
2022-04-20 19:13:11 +09: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
Joost De Cock
1d8beedd44 chore(markdown): Linter fixes 2022-02-18 18:33:38 +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
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
jgfichte
ddbf11bf71 minor text corrections 2022-01-15 10:38:14 -05:00
Joost De Cock
72c993ae98 fix(markdown): Broken links in dev docs 2022-01-12 19:27:07 +01:00
Annie Kao
660708ce4d
Update link on reuse-measurements page 2022-01-06 14:52:51 -05:00
Joost De Cock
44d83e0c41 fix(markdown): Code of conduct should start with paragraph 2021-12-29 18:45:42 +01:00
Joost De Cock
5a2e3f24be fix(markdown): Syntax fixes 2021-12-28 20:02:40 +01:00
Joost De Cock
65d72ad66e fix(markdown): Updated mdx component docs 2021-12-28 15:58:53 +01:00
Joost De Cock
e8c5062217 chore(markdown): More dev updates 2021-12-28 12:23:33 +01:00
Joost De Cock
046f6668e2 chore(markdown): Redistributed editor docs 2021-12-28 11:12:21 +01:00
Joost De Cock
2b8951bd2d chore(markdown): Redistributed contributor docs 2021-12-28 11:06:54 +01:00
Joost De Cock
5c0d6cc0ae wip(markdown): Updates for new dev site 2021-12-27 14:58:44 +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