Skip to content

Commit 440d92a

Browse files
committed
Merge branch 'config' into dev
2 parents 90a54f3 + 9ea3c22 commit 440d92a

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

source/mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ theme:
7474
admonition:
7575
tip: material/lightbulb-on
7676
name: material
77+
custom_dir: overrides
7778
features:
7879
- content.action.edit
7980
- navigation.tabs
@@ -82,6 +83,9 @@ theme:
8283
- content.tabs.link
8384
- content.code.copy
8485
- content.tabs.link
86+
- navigation.top
87+
- navigation.instant
88+
- navigation.instant.progress
8589
font:
8690
text: Oxanium
8791
palette:

source/overrides/main.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)