1
0
Fork 0

chore(markdown): Keep reference docs alphabetic

This commit is contained in:
Joost De Cock 2022-09-29 19:03:02 +02:00
parent e298d14b8f
commit 3391859fb7
10 changed files with 1 additions and 13 deletions

View file

@ -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:

View file

@ -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

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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.

View file

@ -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: