Skip to content

Commit ca63da8

Browse files
authored
Merge pull request #216 from machow/fix-headings
refactor headings
2 parents 599737b + fece0e5 commit ca63da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/get-started/basic-building.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jupyter:
99

1010
**tl;dr**: Once you've configured quartodoc in your `_quarto.yml` file, use the following commands to build and preview a documentation site.
1111

12-
## Create documentation files with `quartodoc build`
12+
## `quartodoc build`: Create doc files
1313

1414
Automatically generate `.qmd` files with reference api documentation. This is written by default to the reference/ folder in your quarto project.
1515

@@ -35,15 +35,15 @@ quartodoc build --help
3535
```
3636

3737

38-
## Create inventory files with `quartodoc interlinks`
38+
## `quartodoc interlinks`: Create inventory files
3939

4040
Inventory files facilitate linking to API doc pages within and across `quartodoc` sites. This is optional.
4141

4242
```bash
4343
quartodoc interlinks
4444
```
4545

46-
## Preview the site with `quarto preview`
46+
## `quarto preview`: Preview the site
4747

4848
Use `quarto` to preview the site:
4949

0 commit comments

Comments
 (0)