Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655
.
This commit is contained in:
parent
994874fa72
commit
cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions
|
@ -1,16 +1,15 @@
|
|||
***
|
||||
|
||||
---
|
||||
title: "Store"
|
||||
components: true
|
||||
order: 70
|
||||
---------
|
||||
---
|
||||
|
||||
The **Store** object holds a simple key/value store with
|
||||
methods for storing and retrieving information.\
|
||||
The **Store** object holds a simple key/value store with
|
||||
methods for storing and retrieving information.
|
||||
A single store per pattern is shared by all pattern parts.
|
||||
|
||||
A store is typically used to share information between parts. For example
|
||||
the length of the neck opening in one part can be used to calculate the
|
||||
the length of the neck opening in one part can be used to calculate the
|
||||
length for the collar in another part.
|
||||
|
||||
The `Store` object exposes the following methods:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue