We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3414371 commit ca14fb6Copy full SHA for ca14fb6
docs/getting-started/introduction.mdx
@@ -103,7 +103,9 @@ We implement [m3 design system](https://m3.material.io/styles/color/system/overv
103
104
</details>
105
106
-## dev
+## Usage
107
+
108
+### dev
109
110
```sh
111
$ (
@@ -153,7 +155,7 @@ Then go to: http://localhost:3000
153
155
> [!TIP]
154
156
> If `HOME_REDIRECT=` empty, `/` will not redirect, and instead displays an index of libraries.
157
-## build
158
+### build
159
160
161
@@ -203,7 +205,7 @@ $ (
203
205
204
206
http://localhost:3000
207
-## Docker
208
+### Docker
209
210
211
$ docker build -t pmndrs-docs .
0 commit comments