We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08220c commit 0d0335dCopy full SHA for 0d0335d
doc/docs.md
@@ -1,13 +1,13 @@
1
Documentation is written as markdown and rendered as a website using
2
[Quarto](https://quarto.org/).
3
4
-To contribute documentation, update an existing markdown file in `docs/`, or add
+To contribute documentation, update an existing markdown file in `doc/`, or add
5
a new one.
6
7
If adding a new one, include it in the `navbar` entry in `docs/_quarto.yml`.
8
9
Preview your changes with:
10
11
```bash
12
-quarto preview docs/
+quarto preview doc/
13
```
0 commit comments