Add material theme to docs
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule "mkdocs/themes/mkdocs-material"]
|
||||||
|
path = mkdocs/themes/mkdocs-material
|
||||||
|
url = https://github.com/squidfunk/mkdocs-material.git
|
@ -1,5 +1,7 @@
|
|||||||
site_name: Parallel Virtual Cluster documentation
|
site_name: Parallel Virtual Cluster documentation
|
||||||
theme: readthedocs
|
theme:
|
||||||
|
name: material
|
||||||
|
custom_dir: 'mkdocs/themes/mkdocs-material/material'
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- toc:
|
- toc:
|
||||||
permalink: yes
|
permalink: yes
|
||||||
|
1
mkdocs/themes/mkdocs-material
Submodule
1
mkdocs/themes/mkdocs-material
Submodule
Submodule mkdocs/themes/mkdocs-material added at 79e18f2286
Reference in New Issue
Block a user