forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
35 lines (33 loc) · 1.07 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
site_name: The Haskell Tool Stack
site_description: The Haskell Tool Stack
site_author: Stack contributors
repo_url: https://github.com/commercialhaskell/stack/tree/master/doc
copyright: Copyright (c) 2015-2016, Stack contributors
docs_dir: doc
site_dir: _site
theme: readthedocs
pages:
- Home: README.md
- Changelog: ChangeLog.md
- Tool documentation:
- Install/upgrade: install_and_upgrade.md
- User guide: GUIDE.md
- FAQ: faq.md
- Configuration (Project and Global): yaml_configuration.md
- Build command: build_command.md
- Dependency visualization: dependency_visualization.md
- Docker integration: docker_integration.md
- GHCJS: ghcjs.md
- Nix integration: nix_integration.md
- Non-standard project initialization: nonstandard_project_init.md
- Shell Auto-completion: shell_autocompletion.md
- Travis CI: travis_ci.md
- Advanced documentation:
- Architecture: architecture.md
- Project documentation:
- Contributors Guide: CONTRIBUTING.md
- Maintainer guide: MAINTAINER_GUIDE.md
- Signing key: SIGNING_KEY.md
markdown_extensions:
- toc:
permalink: true