We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56a303f commit 157118dCopy full SHA for 157118d
mkdocs.yml
@@ -1 +1,25 @@
1
-site_name: My Docs
+site_name: Pirate MIDI Docs
2
+site_description: Official documentation for Pirate MIDI products and tools
3
+site_url: https://pirate-midi.github.io/pirate-midi-docs
4
+
5
+theme:
6
+ name: material
7
+ features:
8
+ - navigation.tabs
9
+ - navigation.sections
10
+ - content.code.copy
11
+ - search.suggest
12
+ - search.highlight
13
14
+plugins:
15
+ - search
16
17
+markdown_extensions:
18
+ - admonition
19
+ - toc:
20
+ permalink: true
21
+ - tables
22
+ - attr_list
23
24
+nav:
25
+ - Home: index.md
0 commit comments