1
0
Fork 0
Commit graph

158 commits

Author SHA1 Message Date
Joost De Cock
c9d3d9e0be chore(markdown): Restructured SVG docs 2022-09-30 15:47:14 +02:00
Joost De Cock
8e9e5052ee chore(markdown): Move non-api docs to reference 2022-09-30 15:34:59 +02:00
Joost De Cock
8c3c0c9910 chore(markdown): Removed v2 pattern config docs 2022-09-30 05:01:19 +02:00
Joost De Cock
cfef146fd3 chore(markdown): Work on macro reference docs 2022-09-30 04:39:30 +02:00
Joost De Cock
403f0c45c2 chore(markdown): Work on macro reference docs 2022-09-30 01:45:37 +02:00
Joost De Cock
5a68c74330 chore(markdown): Added lifecycle hooks graph 2022-09-30 00:36:16 +02:00
Joost De Cock
2c12227ea8 chore: Updating hooks docs for v3 2022-09-29 23:43:00 +02:00
Joost De Cock
098d23c3b7 chore: Updating final Store docs for v3 2022-09-29 23:03:28 +02:00
Joost De Cock
3391859fb7 chore(markdown): Keep reference docs alphabetic 2022-09-29 19:03:02 +02:00
Joost De Cock
e298d14b8f chore: Updating final Attributes docs for v3 2022-09-29 19:01:10 +02:00
Joost De Cock
80a3dd1a2c chore: Updating final Snippet docs for v3 2022-09-29 18:08:09 +02:00
Joost De Cock
9ddad408b0 chore: Updating final Path docs for v3 2022-09-29 17:50:53 +02:00
Joost De Cock
37b6c231f8 chore(markdown): Added note to chainable methods 2022-09-29 17:43:32 +02:00
Joost De Cock
e314e58e33 chore(markdown): Updating final Point docs for v3 2022-09-29 16:50:42 +02:00
Joost De Cock
aea681ab92 chore(markdown): Updated Point.sitsOn() docs 2022-09-29 16:38:03 +02:00
Joost De Cock
f83b9f14ea chore(markdown): Updated Point.shiftTowards() docs 2022-09-29 16:27:52 +02:00
Joost De Cock
a28420f6f4 chore(markdown): Updated Point.shiftOutwards() docs 2022-09-29 16:19:29 +02:00
Joost De Cock
1dd1c59c25 chore(markdown): Updated Point.shiftFractionTowards() docs 2022-09-29 16:15:17 +02:00
Joost De Cock
3b9afb6369 chore(markdown): Updated Point.shift() docs 2022-09-29 16:12:51 +02:00
Joost De Cock
313f4afd82 chore(markdown): Updated Point.setText() docs 2022-09-29 16:09:14 +02:00
Joost De Cock
a40b01de52 chore(markdown): Updated Point.setCircle() docs 2022-09-29 16:05:27 +02:00
Joost De Cock
2532544758 chore(markdown): Updated Point.rotate() docs 2022-09-29 16:05:17 +02:00
Joost De Cock
6e41c6e013 chore(markdown): Updated Point.flipY() docs 2022-09-29 15:54:53 +02:00
Joost De Cock
20ab68ca7b chore(markdown): Updated Point.flipX() docs 2022-09-29 15:41:12 +02:00
Joost De Cock
70c19a6219 chore(markdown): Updated Point.dy() docs 2022-09-29 15:38:16 +02:00
Joost De Cock
8e23c71415 chore(markdown): Updated Point.dx() docs 2022-09-29 15:38:07 +02:00
Joost De Cock
9164204894 fix(markdown): Fixed incorrect use of Path 2022-09-29 15:31:13 +02:00
Joost De Cock
7e12de98bb chore(markdown): Improved Point docs 2022-09-29 15:29:39 +02:00
Joost De Cock
f2cef46eb0 chore(markdown): Updated Point api docs for v3 (wip) 2022-09-27 19:15:57 +02:00
Joost De Cock
b57b31056b chore(markdown): Updated Design api docs for v3 2022-09-27 19:15:42 +02:00
Joost De Cock
ede3c137bc chore(docs): Updated Path api docs for v3 2022-09-27 18:24:35 +02:00
joostdecock
10f29a73c2 chore(markdown): Updated plugin-banner docs 2022-09-25 14:13:36 +02:00
Joost De Cock
f0e233513b wip(dev): More changes for v3 docs 2022-09-25 10:55:37 +02:00
joostdecock
75de42a03d wip(dev): Working on site changes 2022-09-25 10:55:37 +02:00
joostdecock
45ecbac060 wip(markdown): Work on v3 docs 2022-09-25 10:55:37 +02:00
joostdecock
6e35a96030 wip(markdown): Dev docs update for v3 2022-09-21 12:28:58 +02:00
Joost De Cock
4aaf078b8a wip(markdown): Work on dev docs 2022-09-21 09:55:21 +02:00
Joost De Cock
1f7ba79f81 chore(markdown): Working on v3 docs 2022-09-20 18:09:28 +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
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
48bff82681 Add a few more fixes that I hadn't saved 2022-08-20 18:33:05 -04:00
nikhil
c83d618ad3 fix: Broken links to the API reference 2022-08-20 18:07:26 -04:00
Joost De Cock
f0761cecf9 fix: Allow suppresion of translation in list options
Fixes #2604

It's not so easy to handle this frontend side, so I feel it's better to
be explicit and add a `doNotTranslate` attribute to the option.

Added the frontend code to take that into account, as well as a note in
the docs.
2022-08-19 09:49:46 +02:00
joostdecock
37e452af80 chore(markdown): Some updates to the dev docs 2022-08-07 18:37:54 +02:00
joostdecock
9f958656d9 chore(markdown): Docs linter run 2022-07-31 16:11:50 +02:00
Joost De Cock
5cdf4d8f60
Merge pull request #2489 from BenJamesBen/snippet-attr-webpage-fix
Fix Snippet.attr() webpage URLs.
2022-07-28 13:03:26 +02:00
Benjamin F
674112a9de Fix Snippet.attr() webpage URLs. 2022-07-27 11:07:12 -07:00
Benjamin F
197420db28 notch/bnotch snippets now come from plugin-notches, not plugin-theme. 2022-07-27 09:45:28 -07:00
joostdecock
04c4c438da fix(markdown): Added attributes to part props 2022-07-23 14:53:17 +02:00
Joost De Cock
8ba3c6ad17 chore(markdown): Docs for removal of macros 2022-07-10 16:09:12 +02:00