We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e35d44 commit 209dfe1Copy full SHA for 209dfe1
docs/custom/main.html
@@ -0,0 +1,5 @@
1
+{% extends "base.html" %}
2
+
3
+{% block extrahead %}
4
+<script defer data-domain="starplot.dev" src="https://plausible.io/js/script.js"></script>
5
+{% endblock %}
mkdocs.yml
@@ -16,6 +16,7 @@ nav:
16
17
theme:
18
name: material
19
+ custom_dir: docs/custom/
20
palette:
21
# toggle for light mode
22
- scheme: default
@@ -39,6 +40,9 @@ theme:
39
40
extra_css:
41
- stylesheets/extra.css
42
43
+exclude_docs: |
44
+ custom/
45
46
plugins:
47
- search
48
- mkdocstrings:
0 commit comments