We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f9d1e commit 7eac58dCopy full SHA for 7eac58d
docs/README.md
@@ -5,11 +5,11 @@ This directory contains the source for mux documentation built with [mdbook](htt
5
## Quick Start
6
7
```bash
8
-# Serve docs with hot reload (opens in browser)
+# Build docs
9
bun docs
10
11
-# Build docs
12
-bun docs:build
+# Serve docs with hot reload (opens in browser)
+bun docs:serve
13
14
# Watch for changes (no server)
15
bun docs:watch
package.json
@@ -37,7 +37,7 @@
37
"dist:win": "make dist-win",
38
"dist:linux": "make dist-linux",
39
"docs": "make docs",
40
- "docs:build": "make docs-build",
+ "docs:serve": "make docs-server",
41
"docs:watch": "make docs-watch",
42
"storybook": "make storybook",
43
"storybook:build": "make storybook-build",
0 commit comments