-
Notifications
You must be signed in to change notification settings - Fork 551
/
mkdocs.yml
54 lines (49 loc) · 1.66 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: Ralph Asset Management System
repo_url: https://github.com/allegro/ralph/
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/allegro/ralph
nav:
- Welcome: index.md
- Installation guide:
- Installation: installation/installation.md
- Configuration: installation/configuration.md
- 'Migration from Ralph 2.x': installation/data_migration.md
- User guide:
- Quickstart: user/quickstart.md
- Advanced guide: user/guide.md
- DCIM: user/dcim.md
- Deployment: user/deployment.md
- Domains management: user/domains.md
- Custom fields: user/custom_fields.md
- Dashboards: user/dashboards.md
- API: user/api.md
- ralph-cli: user/ralph-cli.md
- Cloud sync: user/cloudsync.md
- Developer guide:
- Before you start: CONTRIBUTING.md
- Development environment: development/development_environment.md
- Docker Development environment [experimental]: development/docker_development_environment.md
- Architecture: development/overview.md
- RalphAdmin: development/admin.md
- Custom fields: development/custom_fields.md
- Transitions: development/transitions.md
- Addons : development/addons.md
- Packaging: development/packaging.md
- Maintainer's development tools: development/maintainers_devtools.md
- API: development/api.md
- FAQ: development/faq.md
theme:
name: material
palette:
primary: 'light blue'
accent: 'indigo'
strict: true
dev_addr: 0.0.0.0:8000
markdown_extensions:
- toc:
permalink: True
extra_css:
- custom.css
site_dir: /tmp/docs/_build/html # sphinx compatible