We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 90a54f3 + 9ea3c22 commit 440d92aCopy full SHA for 440d92a
2 files changed
source/mkdocs.yml
@@ -74,6 +74,7 @@ theme:
74
admonition:
75
tip: material/lightbulb-on
76
name: material
77
+ custom_dir: overrides
78
features:
79
- content.action.edit
80
- navigation.tabs
@@ -82,6 +83,9 @@ theme:
82
83
- content.tabs.link
84
- content.code.copy
85
86
+ - navigation.top
87
+ - navigation.instant
88
+ - navigation.instant.progress
89
font:
90
text: Oxanium
91
palette:
source/overrides/main.html
@@ -0,0 +1,5 @@
1
+{% extends "base.html" %}
2
+
3
+{% block announce %}
4
+ <p><strong>IMPORTANT: </strong> These docs are not complete yet. Please take everything you see with a grain of salt.</p>
5
+{% endblock %}
0 commit comments