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
joostdecock
32be8bebff
fix(markdown): Links in translation guide
2023-07-08 12:48:30 +02:00
joostdecock
69ca2af3dd
chore: Updated translation guide
2023-07-08 12:41:16 +02:00
joostdecock
28bccbaaf9
feat(markdown): Added docs for new core methods
2023-06-21 11:59:10 +02:00
joostdecock
b6e6e0018c
chore: Better index pages in dev markdown
2023-06-17 12:08:13 +02:00
joostdecock
bd2852310e
chore(markdown): Updated sanity docs after changes
2023-06-17 10:54:03 +02:00
joostdecock
b03f23f700
feat: Added Sanity documentation
2023-06-16 20:00:26 +02:00
joostdecock
a532a6e010
feat(markdown): Docs for utils.mergeOptions()
2023-06-11 15:57:16 +02:00
Joost De Cock
2959f4e0e6
Merge pull request #4204 from BenJamesBen/plugin-timing-docs
...
fix(docs): (timing) Add details and examples
2023-06-05 19:29:03 +02:00
Joost De Cock
bd50aae150
Merge pull request #4202 from freesewing/serialize
...
feat(core): Added Pattern.getLogs() and updated Pattern.getRenderProps()
2023-06-02 14:25:24 +02:00
Benjamin Fan
d3538080c8
fix(docs): (timing) Correct example units to milliseconds
2023-06-01 10:24:11 -07:00
Benjamin Fan
8ec905dc26
fix(docs): (timing) Correct units to milliseconds
2023-06-01 10:21:53 -07:00
Benjamin Fan
ecf65d5c9a
fix(docs): (timing) Add details and examples
2023-06-01 10:08:26 -07:00
joostdecock
57d50c42da
feat(markdown): Docs for new/updated core methods
2023-06-01 16:48:11 +02:00
Benjamin Fan
62a922d324
fix(docs): (stacks) Change Pattern Guide link to new Design Guide
2023-05-31 21:44:58 -07:00
Benjamin Fan
3183c6cf58
fix(docs): (stacks) Update designs guide
2023-05-31 21:41:28 -07:00
Benjamin Fan
2ef643a5b0
fix(docs): (stacks) Revert patterns guide file
2023-05-31 21:39:58 -07:00
Benjamin Fan
878b5d5988
fix(docs): (stacks) Changed sentence structure to clarify subject
2023-05-31 21:39:58 -07:00