diff --git a/markdown/dev/reference/api/config/ui/en.md b/markdown/dev/reference/api/config/ui/en.md index 9e04edc1349..9d6d3132984 100644 --- a/markdown/dev/reference/api/config/ui/en.md +++ b/markdown/dev/reference/api/config/ui/en.md @@ -1,6 +1,5 @@ --- title: UI configuration -order: 100 --- Patterns also take these configuration options to facilitate UI integration: diff --git a/markdown/dev/reference/api/design/en.md b/markdown/dev/reference/api/design/en.md index 2856f0f9946..8b22c8809c2 100644 --- a/markdown/dev/reference/api/design/en.md +++ b/markdown/dev/reference/api/design/en.md @@ -1,6 +1,5 @@ --- title: Design -order: 10 --- The `Design` named export in FreeSewing's core library is a contructor that diff --git a/markdown/dev/reference/api/part/en.md b/markdown/dev/reference/api/part/en.md index 7917ab0ebf1..8351fd2340c 100644 --- a/markdown/dev/reference/api/part/en.md +++ b/markdown/dev/reference/api/part/en.md @@ -1,6 +1,5 @@ --- title: Part -order: 15 --- A `Part` in FreeSewing holds all data, logic, and configuration of a Design. diff --git a/markdown/dev/reference/api/path/en.md b/markdown/dev/reference/api/path/en.md index 91c32326ecf..424021aa581 100644 --- a/markdown/dev/reference/api/path/en.md +++ b/markdown/dev/reference/api/path/en.md @@ -1,6 +1,5 @@ --- title: Path -order: 30 --- A path represents an SVG path, which are the lines and curves on our pattern. diff --git a/markdown/dev/reference/api/pattern/en.md b/markdown/dev/reference/api/pattern/en.md index 2ca95bf690e..6e655832df1 100644 --- a/markdown/dev/reference/api/pattern/en.md +++ b/markdown/dev/reference/api/pattern/en.md @@ -1,6 +1,5 @@ --- title: Pattern -order: 20 --- The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern. diff --git a/markdown/dev/reference/api/point/en.md b/markdown/dev/reference/api/point/en.md index e0e601580cc..6bc9568731b 100644 --- a/markdown/dev/reference/api/point/en.md +++ b/markdown/dev/reference/api/point/en.md @@ -1,6 +1,5 @@ --- title: Point -order: 25 --- A Point object represents a point on a 2D plane with an X and Y axis. diff --git a/markdown/dev/reference/api/snippet/en.md b/markdown/dev/reference/api/snippet/en.md index 2a9cd0fb09d..d489c172ae8 100644 --- a/markdown/dev/reference/api/snippet/en.md +++ b/markdown/dev/reference/api/snippet/en.md @@ -1,6 +1,5 @@ --- title: Snippet -order: 35 --- A Snippet is a reuseable bit of markup for your pattern. They are added to the diff --git a/markdown/dev/reference/api/store/en.md b/markdown/dev/reference/api/store/en.md index 3ef4591a2a5..23de5bef3fa 100644 --- a/markdown/dev/reference/api/store/en.md +++ b/markdown/dev/reference/api/store/en.md @@ -1,7 +1,5 @@ --- -title: "Store" -components: true -order: 70 +title: Store --- The **Store** object holds a simple key/value store with diff --git a/markdown/dev/reference/api/svg/en.md b/markdown/dev/reference/api/svg/en.md index d5df13c18b9..5aaa910f6e2 100644 --- a/markdown/dev/reference/api/svg/en.md +++ b/markdown/dev/reference/api/svg/en.md @@ -1,7 +1,5 @@ --- title: Svg -components: true -order: 80 --- The `Svg` object in FreeSewing's core library represents an SVG document. diff --git a/markdown/dev/reference/api/utils/en.md b/markdown/dev/reference/api/utils/en.md index c6be005d216..cc81f2ea93f 100644 --- a/markdown/dev/reference/api/utils/en.md +++ b/markdown/dev/reference/api/utils/en.md @@ -1,6 +1,5 @@ --- title: Utils -order: 95 --- The `Utils` object provides the following utility methods to facilitate your work: