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