Wouter van Wageningen
be24625373
Merge pull request #17 from freesewing/develop
...
catchup
2024-01-08 22:34:30 -08:00
joostdecock
42a4d39807
fix(markdown): Remove stack example
2024-01-07 17:25:07 +01:00
joostdecock
b081da324b
chore(markdown): Added notes to title macro example
2024-01-07 17:16:17 +01:00
joostdecock
f674b870b9
chore: Updated title macro docs
2024-01-07 17:07:26 +01:00
Wouter van Wageningen
e22b97c18a
Update freesewing/markdown/dev/reference/api/part/config/dependencies/en.md
...
Missing 'r' in 'From:'
2024-01-05 13:19:16 -08:00
joostdecock
68832bd5ed
fix(markdown): Node version in docs. See #5654
2023-12-24 14:10:22 +01:00
Thrunic
4ecbbbddb0
Replaced path.addClass(...) with path.setClass(...) in the example.
2023-12-08 13:28:42 -05:00
37255b6d76
Fix links to HPS after HPS doc was moved
2023-11-30 14:10:31 +02:00
Joost De Cock
8be0b920a7
Merge pull request #5466 from freesewing/joost
...
fix(markdown): Broken link. See #5463
2023-11-12 11:23:09 +01:00
joostdecock
00bfae882a
fix(markdown): Broken link. See #5463
2023-11-12 11:21:16 +01:00
Joost De Cock
8ae1c966a4
Merge pull request #5464 from freesewing/joost
...
feat(shared): Added images for measurements
2023-11-12 11:18:44 +01:00
joostdecock
dae323b697
fix(markdown): Broken links. Closes #5463
2023-11-12 11:13:38 +01:00
Natalia Sayang
a46a028744
Update Translation howto
...
Added Ukrainian to list of languages.
2023-11-07 11:39:16 -05:00
Natalia Sayang
f7a392f11c
Update Community Building page
...
Replaced broken link with links to our social media sites.
2023-11-07 11:36:26 -05:00
Natalia Sayang
792f164be4
Update "Showcase our patterns" howto
2023-11-07 11:19:56 -05:00
Natalia Sayang
e0cc5266e7
Update "Adding a showcase" howto
2023-11-07 11:02:58 -05:00
woutervdub
16baa11dc6
Fix bugs in #5336
2023-10-31 18:41:09 +00:00
joostdecock
e35bda36f7
chore(markdown): Changes to refer less to models
2023-10-30 19:27:24 +01:00
joostdecock
75eff4f5e4
chore(markdown): Show how to create a snippet. Closes #3824
2023-10-30 18:58:31 +01:00
joostdecock
20aee31fb8
feat(markdown): Documented cutlist store methods
2023-10-29 17:44:35 +01:00
joostdecock
6b147d81a0
feat(markdown): New docs for various things
2023-10-29 17:20:35 +01:00
joostdecock
4f15648d15
feat(markdown): Document defs. Closes #4075
2023-10-29 11:51:13 +01:00
joostdecock
38f6487a8d
feat(markdown): Clarify css classes. Closes #4120
2023-10-29 11:16:34 +01:00
joostdecock
e1dbff5c6e
chore(markown): Update shorthand docs. Closes #4077
2023-10-29 10:20:05 +01:00
Yash-Ambekar
9545062cab
replaced the url to Point object to relative path
2023-10-28 13:34:40 +05:30
Yash-Ambekar
7ed4d4e249
added documentation to two new methods in the utils section of API
2023-10-27 23:58:35 +05:30
Joost De Cock
9aeff4322f
wip(markdown): Add missing core methods
2023-10-21 14:48:06 +02:00
Joost De Cock
05fd153237
feat(markdon): Document missing named exports in core
2023-10-21 13:23:32 +02:00
Joost De Cock
828c62c9db
chore(markdown): Bespoke, not made-to-measure
2023-10-21 11:46:17 +02:00
Joost De Cock
338bb751e0
chore(dev): Simplify home page and navigation
2023-10-20 18:13:23 +02:00
Joost De Cock
075cb34184
feat(plugin-ringsector): New plugin to draft a ring sector
...
This plugin provides the `ringsector` and `rmringsector` plugins.
The Sandy design was adapted to use the `ringsector` plugin instead of
its own method for doing this (that method was the base for this
plugin).
The plugin is also added to the tabbed-example component.
This closes #3865
2023-10-16 16:19:27 +02:00
Joost De Cock
5b9eafe67c
Merge pull request #4009 from BenJamesBen/stacks-documentation
...
chore(docs): Add Stack documentation
2023-10-14 16:49:22 +02:00
Joost De Cock
304b1f8ea0
Merge pull request #4089 from BenJamesBen/optionalMeasurements-docs-update
...
fix(docs): Move optional measurements info from Part config to Part draft
2023-10-14 16:47:27 +02:00
joostdecock
3110e5a9a3
fix(markdown): Don't use MDX components to construct headers
...
Closes #4776
This is a somewhat low-tech fix for this problem.
That's because it's not entirely trivial to resolve this as the MDX
components rely on the React context to figure out the title of the
page, but the remark plugin runs in an SSR context and does not have
access to the React contenxt.
Futhermore, while we could load the context statically for dev (given
the navigation context for the docs is availabel in the prebuild data)
this would lead to problems for org because we don't know inside this
remark plugin what language the user requested.
And while I'm certain we could figure it out given enough effort, it
hardly seems worth is since this is used in very few places.
In addition, it would do nothing to solve the matter of the nested a
tags when putting a link in the title, which clashes with the
auto-generated amchor links for titles.
So new rules:
- Title cannot be a link
- You can not use `DocsTitle` as title
2023-10-04 18:44:25 +02:00
joostdecock
d39c92828a
chore(dev): Changes for v3
2023-09-30 15:57:51 +02:00
joostdecock
3bc5fe28de
chore: Updated tutorial for v3
2023-09-30 14:04:18 +02:00
joostdecock
b5e1554e4f
wip(dev): Updating tutorial for v3
2023-09-29 19:41:24 +02:00
joostdecock
32d6e938df
wip: Rewrite tutorial for v3
2023-09-28 09:11:06 +02:00
joostdecock
910b79191d
fix(markdown): Add missing import and plugins to desing tutorial
2023-08-20 07:41:08 +02:00
joostdecock
242052dbee
fix(dev): Typo fix that breaks the webpack loader
...
Fixing a typo introduced in a89867e4c6
that breaks the webpack loader.
Kinda makes me wonder of people even test the changes they submit.
2023-08-20 07:32:50 +02:00
Enoch Riese
a89867e4c6
some js formatting tweaks to tutorial
2023-08-08 13:20:46 -05:00
Zee
ba4b77cb42
changes code examples in the tutorial to align with the currently generated file
2023-08-06 14:00:10 +00:00
joostdecock
48fe8d1d0b
chore: Updated translation guide
2023-07-22 15:50:24 +02:00
Joost De Cock
595cae3ebf
fix(markdown): Incorrectly nested HTML
2023-07-20 08:41:49 +02:00
joostdecock
59a00dfad5
chore(markdown): Updates to translation docs
2023-07-16 08:01:17 +02:00
Joost De Cock
43c6827c18
wip: Work on sitemap
2023-07-13 18:18:07 +02:00
Joost De Cock
f2a51352f9
Merge pull request #4418 from freesewing/joost
...
feat(org): Translation pages
2023-07-09 19:03:50 +02:00
joostdecock
b822e35fbe
feat(org): Added various translation pages
2023-07-09 18:50:13 +02:00
Ivo Bek
6cdc747728
Parts renamed to stacks in layout reference docs
2023-07-08 20:47:09 +02:00
joostdecock
0668f442c4
fix(markdown): Line breaks in translation guide
2023-07-08 12:50:48 +02:00