Skip to content

Commit 157118d

Browse files
Update mkdocs.yml
switch to material theme and change titles and URLs
1 parent 56a303f commit 157118d

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

mkdocs.yml

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,25 @@
1-
site_name: My Docs
1+
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

Comments
 (0)