-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathmkdocs.yml
51 lines (51 loc) · 1.64 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
site_name: DDEV Handbook
site_url: https://handbook.ddev.com/en/latest
nav:
- Home: index.md
- Company:
- Mission Vision Values: company/mission-vision-values.md
- Expense Policy: company/expense-policy.md
- Out of Office Policy: company/out-of-office-policy.md
- PTO Policy: company/pto-policy.md
- Slack Policy: company/slack-policy.md
- Engineering:
- Features Pod: engineering/features-pod.md
- Ops Pod: engineering/ops-pod.md
- Development: engineering/development.md
- Support Rotations: engineering/support-rotations.md
- Support Services: engineering/support-services.md
- Playbooks: engineering/playbooks.md
- Marketing:
- Marketing Pod: marketing/marketing-pod.md
- OKRs:
- 2020 Q3 DDEV-Live: okr/2020-q3-ddev-live.md
- Product:
- Product Pod: product/product-pod.md
- Lifecycle Workflow: product/product-lifecycle-workflow.md
- Project Management:
- PM Pod: project-management/pm-pod.md
- Scrum Process: project-management/scrum.md
- Issue Flow: project-management/issue-flow.md
- DoD, DoR, RACI: project-management/dor-dod-raci.md
- Pods: project-management/pods.md
- Roadmaps:
- DDEV-Live: roadmaps/ddev-live.md
markdown_extensions:
- toc:
permalink: true
- admonition
- def_list
- mdx_truly_sane_lists:
nested_indent: 2
truly_sane: true
- nl2br
- meta
plugins:
- search
- git-revision-date-localized:
type: timeago
locale: en
theme:
name: 'material'
palette:
primary: 'light-blue'