-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
23 lines (23 loc) · 890 Bytes
/
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
site_name: Photonix Documentation
site_url: https://photonix.org/docs/
theme:
name: readthedocs
custom_dir: docs-theme/
nav:
- Home: 'index.md'
- Installing: 'installing.md'
- Configuration: 'configuration.md'
- Users and Libraries: 'users_libraries.md'
- Upgrading: 'upgrading.md'
- Reverse Proxies: 'reverse_proxies.md'
- Organization: 'organization.md'
- Sustainability: 'sustainability.md'
- Developer:
- Home: 'developer/index.md'
- Testing: 'developer/testing.md'
- Frontend: 'developer/frontend.md'
- Adding or Upgrading JS Packages: 'developer/adding_upgrading_js_packages.md'
- Image Analysis: 'developer/image_analysis.md'
- Building for Production: 'developer/building.md'
- Building Python Dependencies: 'developer/building_python_dependencies.md'
- Credits and Licenses: 'developer/credits_and_licenses.md'