This repository was archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
79 lines (72 loc) · 2 KB
/
mkdocs.yml
File metadata and controls
79 lines (72 loc) · 2 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
site_name: 'WPLib Box'
site_url: 'http://wplib.org/docs/'
docs_dir: 'mkdocs'
site_dir: 'docs'
repo_name: 'WPLib Box'
repo_url: 'https://github.com/wplib/wplib-docs'
use_directory_urls: false
theme:
name: 'material'
palette:
primary:pink
accent:blue
feature:
tabs: true
extra:
social:
- type: 'github'
link: 'https://github.com/wplib'
- type: 'twitter'
link: 'https://twitter.com/wplib'
markdown_extensions:
- pymdownx.details
- pymdownx.mark
- admonition
- meta
- footnotes
- sane_lists
- codehilite:
guess_lang: false
- toc:
permalink: true
nav:
- 'Home': 'index.md'
- 'FAQ': 'faq.md'
- 'Glossary': 'glossary.md'
- 'Troubleshooting': 'troubleshooting.md'
- 'Roadmap': 'roadmap.md'
- 'Philosophy': 'philosophy.md'
- 'Team': 'team.md'
- 'Support': 'support.md'
- 'About': 'about.md'
- 'Quick Start':
- 'Getting Started': 'quick-start/index.md'
- 'How To':
- 'Overview': 'how-to/index.md'
- 'Initial Setup':
- 'Overview': 'how-to/setup/index.md'
- 'Directories': 'how-to/setup/directories.md'
- 'Hostname': 'how-to/setup/hostname.md'
- 'Box CLI': 'how-to/box-command.md'
- 'Composer': 'how-to/composer.md'
- 'MkDocs': 'how-to/mkdocs.md'
- 'PHP': 'how-to/processvm.md'
- 'Servers': 'how-to/servers.md'
- 'WP CLI': 'how-to/wp-cli.md'
- 'Tutorials':
- 'Host Entries': 'how-to/tutorials/host-entries.md'
- 'Secure Shell': 'how-to/tutorials/secure-shell.md'
- 'Terminal': 'how-to/tutorials/terminal.md'
- 'Components':
- 'Overview': 'components/index.md'
- 'Architecture':
- 'Overview': 'architecture/index.md'
- 'Projects':
- 'Overview': 'architecture/projects/index.md'
- 'project.json': 'architecture/projects/project.json.md'
- 'Stacks': 'architecture/stacks.md'
- 'Components': 'architecture/components.md'
- 'GitHub':
- 'Overview': 'github/index.md'
- 'Download':
- 'Downloading': 'download/index.md'