1
0
Fork 0
Commit graph

365 commits

Author SHA1 Message Date
Benjamin F
965585f368 fix(docs): Correct spelling of Bezier to Bézier with accented "e" 2022-12-23 21:56:40 -08:00
Benjamin F
80a34f402d fix(docs): Normalize stand-alone spelling 2022-12-22 17:26:21 -08:00
Benjamin F
8cb5a7c3e4 fix(docs): Typo in Utils.beamsIntersect() 2022-12-22 17:25:43 -08:00
Benjamin F
24f7776840 fix(docs): Howtos documentation corrections and updates 2022-12-22 17:24:59 -08:00
Joost De Cock
b60d077385
Merge pull request #3248 from BenJamesBen/remove-debug-setting
chore(core): Remove debug setting
2022-12-18 20:07:03 +01:00
Benjamin F
22ebd5b63f fix(docs): Better definition for pattern context setting 2022-12-16 11:46:17 -08:00
Benjamin F
fd2f2fef25 chore(core): Remove debug setting 2022-12-16 11:39:24 -08:00
Joost De Cock
f51e69d6af
Merge branch 'develop' into spellcheck-typos-fix 2022-12-15 17:55:47 +01:00
Joost De Cock
7236999817
Merge pull request #3238 from BenJamesBen/settings-doc-updates
fix(docs): Settings documentation updates
2022-12-15 17:53:23 +01:00
Joost De Cock
671964f676
Merge pull request #3239 from BenJamesBen/part-draft-context
fix(docs): Add context property to Part.draft()
2022-12-15 17:49:10 +01:00
Benjamin F
9a1305d506 fix(docs): Corrections to custom attributes. 2022-12-14 23:58:19 -08:00
Benjamin F
af447648aa fix(docs): Escape angle bracket to prevent tag from being interpreted 2022-12-14 21:31:07 -08:00
Benjamin F
c0fa937bc8 fix(docs): Remove linebreak from list item 2022-12-14 21:29:37 -08:00
Benjamin F
b53f62c4d1 fix(docs) Add custom attributes and Snippets documentation 2022-12-14 21:24:28 -08:00
Benjamin F
1f688e645e fix(docs): Add context property to Part.draft() 2022-12-14 21:12:39 -08:00
Benjamin F
3c05ff8d9a fix(docs): Settings documentation updates 2022-12-14 21:02:30 -08:00
Benjamin F
fea16617d4 fix(docs): Correct small typos 2022-12-14 12:52:37 -08:00
Joost De Cock
265833d419
Merge pull request #3222 from BenJamesBen/plugins-doc-updates
fix(docs): Plugins documentation updates
2022-12-14 10:11:01 +01:00
Joost De Cock
ebc65082af
chore: Phrasing
Changed `the method` to `a method` to make it (more) clear that one should provide this method themselves.
2022-12-14 09:48:33 +01:00
Benjamin F
767d835cc6 fix(docs): Update plugins documentation 2022-12-13 04:39:07 -08:00
Benjamin F
7063d8ab9f fix(docs): Add second pattern.use() signature 2022-12-13 04:33:37 -08:00
Benjamin F
7cc76b3edf fix(docs): Improve conditional plugins docs 2022-12-13 04:32:36 -08:00
Joost De Cock
c5d4eae079 feat: Export Bezier in shorthand call + docs 2022-12-12 18:45:51 +01:00
Benjamin F
e3aa8b1d7e chore(docs): Add Utils.curveEdge() documentation 2022-12-12 18:40:13 +01:00
Benjamin F
a6e61b6470 chore(docs): Add Utils.curveEdge() to API documentation 2022-12-12 18:39:59 +01:00
Joost De Cock
93d8835649
Merge pull request #3205 from BenJamesBen/dev-measurements-docs
fix(docs): Arrange measurements into a table with additional information
2022-12-12 17:50:49 +01:00
Benjamin F
0acf1d6207 fix(docs): Add code markdown to plugin names 2022-12-12 08:47:17 -08:00
Enoch Riese
25feb51e88 document new prelayout hook 2022-12-12 10:20:18 -06:00
Benjamin F
c62c38c863 fix(docs): Correct plugin-bust name 2022-12-12 07:49:53 -08:00
Benjamin F
34d72dcb8e fix(docs): Change to use plugin names 2022-12-12 07:48:49 -08:00
Benjamin F
4b481ced13 fix(docs): Use preferred plugin names 2022-12-12 07:39:25 -08:00
Benjamin F
eb95a9bdac (fix): Correct description of how pluginBust works 2022-12-12 07:31:55 -08:00
Benjamin F
5981fa9be9 fix(docs): Arrange measurements into a table with additional information 2022-12-11 10:22:56 -08:00
Joost De Cock
5e6cf7fcaf
Merge pull request #3202 from BenJamesBen/options-docs-fixes
fix(docs): Part Config Options documentation fixes
2022-12-11 18:36:14 +01:00
Benjamin F
922562ac25 chore(docs): Revert non-core API edits 2022-12-10 11:58:26 -08:00
Benjamin F
a8912b3e60 chore(docs): Revert changes to Extending Options documentation 2022-12-10 11:50:27 -08:00
Joost De Cock
7f446bbd1e
Merge pull request #3195 from BenJamesBen/store-docs-fix
fix(docs): Update Store API documentation
2022-12-10 17:08:51 +01:00
Joost De Cock
83f054bb34
Merge pull request #3196 from BenJamesBen/render-hooks-docs
fix(docs): Correct render hooks documentation URLs
2022-12-10 17:08:25 +01:00
Joost De Cock
d806ad4f0f
Merge pull request #3199 from BenJamesBen/macros-doc-updates
fix(docs): Updates to macros documentation
2022-12-10 17:08:07 +01:00
Benjamin F
1ba6fc4e7f fix(docs): Add paths to prevent Example clipping 2022-12-09 21:23:35 -08:00
Benjamin F
73a6b32ae5 fix(docs): Updates to macros documentation 2022-12-09 20:59:53 -08:00
Benjamin F
2b68cb89ff fix(docs): Correct render hooks documentation URLs 2022-12-09 08:26:33 -08:00
Benjamin F
e3b53ea1eb fix(docs): Update Store API documentation 2022-12-09 07:34:44 -08:00
Joost De Cock
630908519c
Merge pull request #3168 from BenJamesBen/measurements-docs-fix
fix(docs): Part measurements fix
2022-12-09 08:12:11 +01:00
Joost De Cock
d1c27b1438
Merge pull request #3170 from BenJamesBen/part-draft-docs
fix(docs): Part draft method typo correction
2022-12-09 08:05:12 +01:00
Joost De Cock
e73f1f1fa6
Merge pull request #3171 from BenJamesBen/plugins-docs-1
fix(docs): Corrections to plugin documentation.
2022-12-09 08:04:55 +01:00
Joost De Cock
9ac0ab59ba
Merge pull request #3179 from BenJamesBen/settext-docs-fix
fix(docs): Change Path.SetText() docs to use correct name
2022-12-09 08:03:36 +01:00
Joost De Cock
85c54d0431
Merge pull request #3187 from BenJamesBen/pattern-doc-fixes
fix(docs): Update and correct Pattern documentation
2022-12-09 08:01:33 +01:00
Joost De Cock
88b17bcee7
Merge pull request #3188 from BenJamesBen/pattern-sampleoptions-update
fix(core): Update Pattern.sampleOptions() and documentation
2022-12-09 08:00:27 +01:00
Benjamin F
2dea45febd fix(docs): Corrections to Points documentation 2022-12-08 22:37:22 -08:00