2019-02-06 22:34:08 +03:00
|
|
|
docs_dir: 'docs'
|
|
|
|
site_dir: '.build-docs'
|
|
|
|
strict: true
|
|
|
|
use_directory_urls: false
|
|
|
|
|
|
|
|
site_name: 'Treeherder Docs'
|
|
|
|
site_url: 'https://treeherder.readthedocs.io'
|
|
|
|
repo_name: 'mozilla/treeherder'
|
|
|
|
repo_url: 'https://github.com/mozilla/treeherder'
|
|
|
|
|
|
|
|
# https://squidfunk.github.io/mkdocs-material/getting-started/#configuration
|
|
|
|
theme:
|
|
|
|
name: 'material'
|
|
|
|
|
|
|
|
# https://squidfunk.github.io/mkdocs-material/getting-started/#extensions
|
|
|
|
markdown_extensions:
|
|
|
|
- admonition
|
|
|
|
- codehilite:
|
|
|
|
guess_lang: false
|
|
|
|
- toc:
|
|
|
|
permalink: true
|
|
|
|
# Fixes fenced code blocks within lists.
|
|
|
|
- 'pymdownx.superfences':
|
|
|
|
disable_indented_code_blocks: True
|
|
|
|
# Allows index.md to include the repo root README.
|
|
|
|
- 'pymdownx.snippets':
|
|
|
|
check_paths: True
|
|
|
|
# Required so that 2 space indents within lists work the same as
|
|
|
|
# GitHub and Prettier's markdown implementation.
|
|
|
|
- mdx_truly_sane_lists
|
|
|
|
|
|
|
|
# http://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation
|
|
|
|
nav:
|
|
|
|
- About: 'index.md'
|
2019-03-12 00:39:34 +03:00
|
|
|
- Development:
|
2019-02-06 22:34:08 +03:00
|
|
|
- Installation: 'installation.md'
|
2019-07-17 19:41:43 +03:00
|
|
|
- Testing: 'testing.md'
|
2019-03-12 00:39:34 +03:00
|
|
|
- Loading Pulse data: 'pulseload.md'
|
2019-02-06 22:34:08 +03:00
|
|
|
- Code Style: 'code_style.md'
|
2020-02-07 23:44:51 +03:00
|
|
|
- Accessibility: 'accessibility.md'
|
2019-02-06 22:34:08 +03:00
|
|
|
- Common tasks: 'common_tasks.md'
|
|
|
|
- Backend tasks: 'backend_tasks.md'
|
2019-03-12 00:39:34 +03:00
|
|
|
- Infrastructure:
|
|
|
|
- Administration: 'infrastructure/administration.md'
|
2022-02-08 21:09:41 +03:00
|
|
|
- Data Ingestion: 'infrastructure/data_ingestion.md'
|
2019-03-12 00:39:34 +03:00
|
|
|
- Troubleshooting: 'infrastructure/troubleshooting.md'
|
2021-01-13 10:44:44 +03:00
|
|
|
- Data policies:
|
|
|
|
- Accessing data: 'accessing_data.md'
|
|
|
|
- Data retention: 'data_cycling.md'
|
2019-03-12 00:39:34 +03:00
|
|
|
- Submitting data: 'submitting_data.md'
|
|
|
|
- Manual test cases: 'testcases.md'
|