@@ -8,45 +8,45 @@ docs_dir: doc
8
8
site_dir : _site
9
9
theme : readthedocs
10
10
extra_css :
11
- - css/extra.css
11
+ - css/extra.css
12
12
extra_javascript :
13
- - js/searchhack.js
13
+ - js/searchhack.js
14
14
15
15
pages :
16
- - Home : README.md
17
- - Changelog : ChangeLog.md
18
- - Tool documentation :
19
- - Install/upgrade : install_and_upgrade.md
20
- - User guide : GUIDE.md
21
- - FAQ : faq.md
22
- - Configuration (project and global) : yaml_configuration.md
23
- - stack.yaml vs cabal package files : stack_yaml_vs_cabal_package_file.md
24
- - Build command : build_command.md
25
- - Developing on Windows : developing_on_windows.md
26
- - Dependency visualization : dependency_visualization.md
27
- - Docker integration : docker_integration.md
28
- - Nix integration : nix_integration.md
29
- - Non-standard project initialization : nonstandard_project_init.md
30
- - Shell auto-completion : shell_autocompletion.md
31
- - Travis CI : travis_ci.md
32
- - Azure CI : azure_ci.md
33
- - Custom snapshots : custom_snapshot.md
34
- - Code coverage : coverage.md
35
- - GHCi : ghci.md
36
- - Pantry : pantry.md
37
- - Lock files : lock_files.md
38
- - Advanced documentation :
39
- - Build overview : build_overview.md
40
- - Project documentation :
41
- - Contributors guide : CONTRIBUTING.md
42
- - Maintainer guide :
43
- - Releases : maintainers/releases.md
44
- - Maintainer team process : maintainers/team_process.md
45
- - Add GHC version : maintainers/ghc.md
46
- - Docker images : maintainers/docker.md
47
- - Upgrading MSYS2 : maintainers/msys.md
48
- - Signing key : SIGNING_KEY.md
16
+ - Home : README.md
17
+ - Changelog : ChangeLog.md
18
+ - Tool documentation :
19
+ - Install/upgrade : install_and_upgrade.md
20
+ - User guide : GUIDE.md
21
+ - FAQ : faq.md
22
+ - Configuration (project and global) : yaml_configuration.md
23
+ - stack.yaml vs cabal package files : stack_yaml_vs_cabal_package_file.md
24
+ - Build command : build_command.md
25
+ - Developing on Windows : developing_on_windows.md
26
+ - Dependency visualization : dependency_visualization.md
27
+ - Docker integration : docker_integration.md
28
+ - Nix integration : nix_integration.md
29
+ - Non-standard project initialization : nonstandard_project_init.md
30
+ - Shell auto-completion : shell_autocompletion.md
31
+ - Travis CI : travis_ci.md
32
+ - Azure CI : azure_ci.md
33
+ - Custom snapshots : custom_snapshot.md
34
+ - Code coverage : coverage.md
35
+ - GHCi : ghci.md
36
+ - Pantry : pantry.md
37
+ - Lock files : lock_files.md
38
+ - Advanced documentation :
39
+ - Build overview : build_overview.md
40
+ - Project documentation :
41
+ - Contributors guide : CONTRIBUTING.md
42
+ - Maintainer guide :
43
+ - Releases : maintainers/releases.md
44
+ - Maintainer team process : maintainers/team_process.md
45
+ - Add GHC version : maintainers/ghc.md
46
+ - Docker images : maintainers/docker.md
47
+ - Upgrading MSYS2 : maintainers/msys.md
48
+ - Signing key : SIGNING_KEY.md
49
49
50
50
markdown_extensions :
51
- - toc :
52
- permalink : true
51
+ - toc :
52
+ permalink : true
0 commit comments