-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
92 lines (86 loc) · 2.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
92 lines (86 loc) · 2.75 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
site_name: Milestone Planner Documentation
site_url: https://docs-milestone.verdet.me
site_description: User and administration documentation for Milestone Planner — R&D project management with Gantt charts, staff allocation, and equipment booking.
repo_url: https://github.com/vincentmakes/milestone-planner
repo_name: vincentmakes/milestone-planner
theme:
name: material
palette:
- scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
icon:
repo: fontawesome/brands/github
logo: assets/logo.svg
favicon: assets/favicon.svg
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets:
base_path: ["."]
check_paths: true
- attr_list
- md_in_html
- tables
- toc:
permalink: true
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/vincentmakes/milestone-planner
nav:
- Home: index.md
- User Guide:
- Getting Started: user-guide/getting-started.md
- Gantt Charts: user-guide/gantt-charts.md
- Staff Management: user-guide/staff-management.md
- Equipment Booking: user-guide/equipment-booking.md
- Cross-Site View: user-guide/cross-site-view.md
- Vacations & Time Off: user-guide/vacations.md
- Import & Export: user-guide/import-export.md
- What-If Planning: user-guide/what-if-planning.md
- Settings & Configuration: user-guide/settings.md
- Real-Time Collaboration: user-guide/collaboration.md
- Keyboard Shortcuts: user-guide/keyboard-shortcuts.md
- Admin Guide:
- Overview: admin-guide/overview.md
- Installation: admin-guide/installation.md
- Multi-Tenant Management: admin-guide/multi-tenant.md
- Organization & SSO: admin-guide/organizations-sso.md
- Database & Migrations: admin-guide/database.md
- Backup & Recovery: admin-guide/backup-recovery.md
- Monitoring & Troubleshooting: admin-guide/monitoring.md
- Developer Guide:
- Architecture: developer-guide/architecture.md
- Local Development: developer-guide/local-development.md
- API Reference: developer-guide/api-reference.md
- Contributing: developer-guide/contributing.md
- Release Notes: release-notes.md