mirror of https://gitlab.com/ceda_ei/wish
Initiate mkdocs
This commit is contained in:
parent
07e406d3f1
commit
c5ed5caaa6
|
@ -1,3 +1,4 @@
|
|||
__pycache__/
|
||||
*.pyc
|
||||
config.gie
|
||||
site/
|
||||
|
|
|
@ -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…
Reference in New Issue