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

@ -4,11 +4,11 @@ order: 150
---
Let's get rid of the example box first.
Open `src/bib.js` and make sure it looks like this:
Open `design/src/bib.js` and make sure it looks like this:
```js
export default function(part) {
let { Point, points, Path, paths, complete, sa, paperless } = part.shorthand()
const { Point, points, Path, paths, complete, sa, paperless } = part.shorthand()
// Design pattern here
// Complete?