forked from commercialhaskell/stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
55 lines (53 loc) · 1.75 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
51
52
53
54
55
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: tree/stable/doc/
copyright: Copyright (c) 2015-2022, 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 (introductory): GUIDE.md
- User guide (advanced): GUIDE_advanced.md
- FAQ: faq.md
- Configuration (project and global): yaml_configuration.md
- stack.yaml vs a Cabal file: stack_yaml_vs_cabal_package_file.md
- Build command: build_command.md
- Stack and Visual Studio Code: Stack_and_VS_Code.md
- Developing on Windows: developing_on_windows.md
- Dependency visualization: dependency_visualization.md
- Docker integration: docker_integration.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
- Lock files: lock_files.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
- Docker images: maintainers/docker.md
- Upgrading MSYS2: maintainers/msys.md
- Signing key: SIGNING_KEY.md
- Glossary: glossary.md
markdown_extensions:
- toc:
permalink: true