Skip to content

Commit a73f8dd

Browse files
committed
Update mkdocs.yml
1 parent 348dd36 commit a73f8dd

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,23 @@ nav:
2828
- Getting Started: getting-started.md
2929
- Testing: testing.md
3030
- Build System: build-system.md
31-
- Technical Details: technical-details.md
31+
- Technical Details:
32+
- Single Source of Truth: single-source-of-truth.md
33+
- Makefile Details: makefile-details.md
34+
- Ready for Deployment: ready-for-deployment.md
3235
- Code Reference: doxygen/html/index.html
3336

3437
plugins:
3538
- search
3639

3740
extra_css:
3841
- css/mkdocs-custom.css
42+
43+
markdown_extensions:
44+
- pymdownx.highlight:
45+
anchor_linenums: true
46+
line_spans: __span
47+
pygments_lang_class: true
48+
- pymdownx.inlinehilite
49+
- pymdownx.snippets
50+
- pymdownx.superfences

0 commit comments

Comments
 (0)