Files
ghcup-hs/mkdocs.yml

35 lines
604 B
YAML
Raw Normal View History

2021-10-02 20:21:51 +02:00
site_name: GHCup
site_url: https://www.haskell.org/ghcup
site_description: GHCup documentation
site_author: GHCup Team
2021-10-05 20:25:47 +02:00
site_favicon: haskell_logo.png
2021-10-02 20:21:51 +02:00
repo_url: https://gitlab.haskell.org/haskell/ghcup-hs
theme:
name: mkdocs
locale: en
2021-10-13 16:15:43 +02:00
custom_dir: docs/overrides
2021-10-02 20:21:51 +02:00
nav:
- Home: index.md
- "Getting Started": install.md
- "User Guide": guide.md
- "Developer Guide": dev.md
- About: about.md
extra_css:
- css/extra.css
2021-10-06 18:32:28 +02:00
extra_javascript:
- javascripts/extra.js
2021-10-02 20:21:51 +02:00
markdown_extensions:
- toc:
permalink:
- admonition
- attr_list
- def_list
2021-10-02 21:39:22 +02:00
- meta