mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-11-21 04:10:04 +01:00
Initiate mkdocs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
config.gie
|
config.gie
|
||||||
|
site/
|
||||||
|
|||||||
8
mkdocs.yml
Normal file
8
mkdocs.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
site_name: Wish
|
||||||
|
repo_url: https://gitlab.com/ceda_ei/wish
|
||||||
|
edit_uri: edit/main/docs/
|
||||||
|
|
||||||
|
theme: readthedocs
|
||||||
|
markdown_extensions:
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
Reference in New Issue
Block a user