We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348dd36 commit a73f8ddCopy full SHA for a73f8dd
1 file changed
mkdocs.yml
@@ -28,11 +28,23 @@ nav:
28
- Getting Started: getting-started.md
29
- Testing: testing.md
30
- Build System: build-system.md
31
- - Technical Details: technical-details.md
+ - 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
35
- Code Reference: doxygen/html/index.html
36
37
plugins:
38
- search
39
40
extra_css:
41
- 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