Skip to content

Commit ea8f6f2

Browse files
authored
chore(docs): fix chokidar for local reload and general styling (#96)
Signed-off-by: Aaron Pham <[email protected]> Signed-off-by: Aaron Pham <[email protected]>
1 parent 1a445ad commit ea8f6f2

9 files changed

+6086
-7460
lines changed

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ cargo build
5858
For building docs do the following (first time):
5959

6060
```bash
61-
cd docs && npm i
61+
pnpm run docs:build
6262
```
6363

6464
All consequent run can be used with:
6565

6666
```bash
67-
npx quartz build --serve
67+
pnpm run docs:serve
6868
```
6969

7070
Recommended to use [Obsidian](https://obsidian.md/) for editing docs.
@@ -78,7 +78,7 @@ Recommended to use [Obsidian](https://obsidian.md/) for editing docs.
7878

7979
<summary>example references</summary>
8080

81-
See https://github.com/linozen/exocortex/blob/v4/content/refs/luhrmann2019.md?plain=1 for examples.
81+
See https://github.com/linozen/exocortex/blob/v4/content/refs/luhrmann2019.md?plain=1 for examples.
8282

8383
</details>
8484

0 commit comments

Comments
 (0)