Skip to content

Commit c65226b

Browse files
committed
Fix yamllint failures (mostly with format document).
1 parent 6331cf2 commit c65226b

File tree

5 files changed

+337
-337
lines changed

5 files changed

+337
-337
lines changed

Diff for: mkdocs.yml

+37-37
Original file line numberDiff line numberDiff line change
@@ -8,45 +8,45 @@ docs_dir: doc
88
site_dir: _site
99
theme: readthedocs
1010
extra_css:
11-
- css/extra.css
11+
- css/extra.css
1212
extra_javascript:
13-
- js/searchhack.js
13+
- js/searchhack.js
1414

1515
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
4949

5050
markdown_extensions:
51-
- toc:
52-
permalink: true
51+
- toc:
52+
permalink: true

0 commit comments

Comments
 (0)