1
0
Fork 0

chore: Updates to docs for new dev env

This commit is contained in:
Joost De Cock 2022-07-02 22:52:31 +02:00
parent 474188a05e
commit 8cd70bc451
37 changed files with 500 additions and 350 deletions

View file

@ -20,7 +20,7 @@ flexible and let the user decide. All you have to do is add options to your patt
The first option we're going to add controls the ratio between the neck opening
and the head circumference. Let's call it `neckRatio`.
Open the config file at `config/index.js` and add this to the options:
Open the config file at `design/config.js` and add this to the options:
```js
options: {
@ -66,7 +66,7 @@ between their minimum and maximum values. At that time, you can still tweak thes
</Note>
Before you close the `config/index.js` file, make sure to update the `optionGroups` entry as follows:
Before you close the `design/config.js` file, make sure to update the `optionGroups` entry as follows:
```js
optionGroups: {