chore(markdown): Keep reference docs alphabetic
This commit is contained in:
parent
e298d14b8f
commit
3391859fb7
10 changed files with 1 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: UI configuration
|
||||
order: 100
|
||||
---
|
||||
|
||||
Patterns also take these configuration options to facilitate UI integration:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Design
|
||||
order: 10
|
||||
---
|
||||
|
||||
The `Design` named export in FreeSewing's core library is a contructor that
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Part
|
||||
order: 15
|
||||
---
|
||||
|
||||
A `Part` in FreeSewing holds all data, logic, and configuration of a Design.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Path
|
||||
order: 30
|
||||
---
|
||||
|
||||
A path represents an SVG path, which are the lines and curves on our pattern.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Pattern
|
||||
order: 20
|
||||
---
|
||||
|
||||
The `Pattern` object in FreeSewing's core library holds all data and logic of a pattern.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Point
|
||||
order: 25
|
||||
---
|
||||
|
||||
A Point object represents a point on a 2D plane with an X and Y axis.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Snippet
|
||||
order: 35
|
||||
---
|
||||
|
||||
A Snippet is a reuseable bit of markup for your pattern. They are added to the
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
title: "Store"
|
||||
components: true
|
||||
order: 70
|
||||
title: Store
|
||||
---
|
||||
|
||||
The **Store** object holds a simple key/value store with
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
---
|
||||
title: Svg
|
||||
components: true
|
||||
order: 80
|
||||
---
|
||||
|
||||
The `Svg` object in FreeSewing's core library represents an SVG document.
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Utils
|
||||
order: 95
|
||||
---
|
||||
|
||||
The `Utils` object provides the following utility methods to facilitate your work:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue