Add readthedocs via mkdocs

This commit is contained in:
2021-10-02 20:21:51 +02:00
parent f1e01e8b18
commit e0dafa2093
11 changed files with 720 additions and 28 deletions

27
mkdocs.yml Normal file
View File

@@ -0,0 +1,27 @@
site_name: GHCup
site_url: https://www.haskell.org/ghcup
site_description: GHCup documentation
site_author: GHCup Team
repo_url: https://gitlab.haskell.org/haskell/ghcup-hs
theme:
name: mkdocs
locale: en
nav:
- Home: index.md
- "Getting Started": install.md
- "User Guide": guide.md
- "Developer Guide": dev.md
- About: about.md
extra_css:
- css/extra.css
markdown_extensions:
- toc:
permalink:
- admonition
- attr_list
- def_list