mirror of
https://gitlab.com/ceda_ei/wish
synced 2025-04-03 22:16:55 +02:00
Initiate mkdocs
This commit is contained in:
parent
07e406d3f1
commit
c5ed5caaa6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user