Commit a0fc845
committed
👌 Template: Consistently use
The MyST and MkDocs Hatch scripts for serving the documentation locally were different,
to match the corresponding commands of the tools:
* MyST: `hatch run docs:start` ~ `myst start`
* MkDocs: `hatch run docs:serve` ~ `mkdocs serve`
However, it's probably better to be uniform in our hatch script names, to avoid mixing
them up when working across packages which use both documentation tools. We pick
`serve` here, since that's what we are doing.docs:serve
1 parent b421cb6 commit a0fc845
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments