forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (48 loc) · 1.53 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
site_name: The Haskell Tool Stack
site_description: The Haskell Tool Stack
site_author: Stack contributors
repo_url: https://github.com/commercialhaskell/stack/
edit_uri: edit/stable/doc/
copyright: Copyright (c) 2015-2019, Stack contributors
docs_dir: doc
site_dir: _site
theme: readthedocs
extra_css:
- css/extra.css
extra_javascript:
- js/searchhack.js
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
- stack.yaml vs cabal package files: stack_yaml_vs_cabal_package_file.md
- Build command: build_command.md
- Dependency visualization: dependency_visualization.md
- Docker integration: docker_integration.md
- GHCJS (experimental): 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
- Azure CI: azure_ci.md
- Custom snapshots: custom_snapshot.md
- Code coverage: coverage.md
- GHCi: ghci.md
- Pantry: pantry.md
- Advanced documentation:
- Build overview: build-overview.md
- Project documentation:
- Contributors guide: CONTRIBUTING.md
- Maintainer guide:
- Releases: maintainers/releases.md
- Maintainer team process: maintainers/team_process.md
- Add GHC version: maintainers/ghc.md
- Upgrading msys: maintainers/msys.md
- Signing key: SIGNING_KEY.md
markdown_extensions:
- toc:
permalink: true