-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (30 loc) · 868 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (30 loc) · 868 Bytes
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
site_name: Pyregistry
site_description: Documentation for operating and extending Pyregistry inside companies.
docs_dir: docs
strict: true
theme:
name: readthedocs
highlightjs: true
nav:
- Start: index.md
- Fast Path:
- Quickstart: quickstart.md
- Mental Model: mental-model.md
- Use Pyregistry:
- Python Clients: usage/python-clients.md
- Admin Workflows: usage/admin-workflows.md
- Operate:
- Configuration: operations/configuration.md
- Deployment: operations/deployment.md
- Security And Trust: operations/security.md
- Troubleshooting: operations/troubleshooting.md
- Build:
- Architecture: architecture.md
- Development Workflow: development.md
- Company Adoption: company-adoption.md
markdown_extensions:
- admonition
- fenced_code
- tables
- toc:
permalink: true