1
0
Fork 0
Commit graph

365 commits

Author SHA1 Message Date
Benjamin F
0260a80534 fix(docs): Update Pattern.sampleOptions() documentation 2022-12-08 20:45:45 -08:00
Benjamin F
ee162bf99a fix(docs): Update and correct Pattern documentation 2022-12-08 20:40:31 -08:00
Benjamin F
2bddb66d87 fix(docs): Change Path.SetText() docs to use correct name 2022-12-07 21:03:29 -08:00
Benjamin F
b8686c4148 fix(docs): Part draft method corrections 2022-12-07 18:02:34 -08:00
Benjamin F
b53f97689f fix(docs): Corrections to plugin documentation. 2022-12-07 18:01:40 -08:00
Benjamin F
a687ca43d8 fix(docs): Update and correct Part Options docs 2022-12-07 17:30:51 -08:00
Benjamin F
13c18c5b7b fix(docs): Part measurements fix 2022-12-07 14:20:07 -08:00
Joost De Cock
6d8d435c24
Merge pull request #3141 from BenJamesBen/jargon-doc-typo
fix(docs): Typo in Using Jargon guide
2022-12-06 08:39:30 +01:00
Joost De Cock
5e23dcf407
Merge pull request #3142 from BenJamesBen/curveintersectsy-docs-typo-fix
fix(docs): Typo in utils.curveIntersectsY()
2022-12-06 08:39:14 +01:00
Benjamin F
ed45a27d31 fix(docs): utils.round() missing from Core API 2022-12-05 19:08:36 -08:00
Benjamin F
ad50b4cadf fix(docs): Typo in utils.curveIntersectsY() 2022-12-05 15:25:06 -08:00
Benjamin F
55050e0089 fix(docs): Typo in jargon file 2022-12-05 15:20:05 -08:00
Darigov Research
91db760664
fix: Adjusts wording to suggested format
Format from feedback in https://github.com/freesewing/freesewing/pull/3115
2022-12-03 22:50:07 +00:00
joostdecock
fab1e2f877 feat(core): Added Path.clean() method. Closes #3038 and #3056
This is a fix for bug #3038 which was investigated by @BenJamesBen
who also proposed a fix in PR #3056

However, after discussing the matter, we agreed it would be better
to have a generic method in core to guard against the issue of
spurious drawing operations.

This commit adds the `Path.clean()` method that does exactly that,
as well as its documentation.
2022-12-03 17:28:05 +01:00
Joost De Cock
4cc9471929
Merge pull request #3112 from darigovresearch/patch-4
fix: More copy updates to backend api docs
2022-12-03 16:40:02 +01:00
Joost De Cock
434a5bb2b1
Merge pull request #3113 from darigovresearch/patch-3
fix: Small semantic typo
2022-12-03 16:38:16 +01:00
joostdecock
440a273329 fix(markdown): Impemented fixes from #3115
These are changes suggested by @darigovresearch so all credit to them.

They were submitted in PR #3115 but that PR has a bunch of whitespace
changes and I am concerned they will have unintended side-effects on
some of the MDX components. So I'm extracting them here.
2022-12-03 16:34:38 +01:00
Darigov Research
3631bec601 fix: Multiple typo corrections to backend api docs 2022-11-26 18:48:43 +00:00
Darigov Research
da5cd671dd
fix: Makes small correction in backend api account page 2022-11-26 18:30:07 +00:00
Darigov Research
df0601bc51
fix: Small typos in RBAC 2022-11-26 18:28:02 +00:00
Darigov Research
78326f43f8
fix: Updates small typo in read api docs 2022-11-26 18:22:40 +00:00
Darigov Research
f5dac97aa4
fix: Semantic update to delete api keys docs 2022-11-26 18:20:32 +00:00
Darigov Research
c1812093b8
fix: Small semantic typo 2022-11-26 18:14:39 +00:00
Joost De Cock
a7ee716a8a wip(markdown): Work on backend docs 2022-11-20 16:10:54 +01:00
Joost De Cock
beae5e9b09 wip(markdown): More work on backend docs 2022-11-20 16:03:48 +01:00
joostdecock
749516af8e wip(markdown): Working on backend docs 2022-11-19 19:52:59 +01:00
joostdecock
4edfe29726 feat(markdown): Work on backend docs 2022-11-19 18:10:35 +01:00
joostdecock
8c34c79ed2 chore(markdown): Move paragraph into the right place 2022-11-06 20:20:22 +01:00
joostdecock
bd7c3e8b6e wip(backend): concluded apikeys routes and docs 2022-11-06 20:16:01 +01:00
joostdecock
d563bb2d17 wip(backend): more work on routes and docs 2022-11-06 17:39:49 +01:00
joostdecock
740e4de0cb chore: Renamed folder/title in faq 2022-10-30 11:27:44 +01:00
joostdecock
0822c840cb feat: Added FAQ section to dev docs 2022-10-30 11:09:46 +01:00
Joost De Cock
d1f9fdfcf6 fix(markdown): Incorrect signature for point add/setCircle 2022-10-21 22:34:41 +02:00
anna-puk
24f824292c
fix typo 2022-10-18 21:24:18 +02:00
Joost De Cock
ac7b5befce fix(markdown): Restructure part reference. See #2981 2022-10-18 21:00:50 +02:00
starfetch
726d57fa49
fix(dev-docs): broken links 2022-10-18 18:10:59 +02:00
starfetch
c4f212e873
fix(dev-docs): replace quickstart with tutorial 2022-10-18 18:06:35 +02:00
starfetch
5a8506df5d
fix(dev-docs): broken link 2022-10-18 18:01:07 +02:00
starfetch
93ed42dfb9
fix(dev-docs): broken links 2022-10-18 17:56:40 +02:00
starfetch
0271b30170
feat(dev-docs): add link to translation guide
* feat(dev-docs): add link to translation guide

* chore(dev-docs): markdown formatting

add empty lines in custom component to render markdown (thanks, [markdown guide](/guides/markdown/frequent-mistakes#using-custom-components) for the reminder!)
2022-10-18 17:46:05 +02:00
starfetch
d5adf046c3
chore(dev-docs): typos 2022-10-18 17:44:03 +02:00
starfetch
d7736d52dd
chore(dev-docs): typo 2022-10-18 16:58:51 +02:00
starfetch
0e7c291603
chore(dev-docs): wording 2022-10-18 16:53:43 +02:00
starfetch
bca0ec1fcc
chore(dev-docs): typo 2022-10-18 16:53:01 +02:00
Joost De Cock
4a9d4ce76f chore(markdown): Updated mdx components docs for v3 2022-10-16 22:59:30 +02:00
Joost De Cock
6030252518 chore(markdown): Cleanup of some pages 2022-10-14 16:03:47 +02:00
Joost De Cock
5177e42dd2 feat(markdown): Add CSS class docs. Closes #2833 2022-10-14 03:14:29 +02:00
Joost De Cock
4693d4297d
Merge pull request #2961 from TriploidTree/patch-1
Added link to discord
2022-10-13 08:58:32 -05:00
Joost De Cock
75ee60f925
chore(dev): Phrasing of help line 2022-10-13 15:58:01 +02:00
Tríona
9b3beed30e
Changed Netlify to Vercel 2022-10-12 22:40:06 +01:00