-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
37 lines (37 loc) · 1.14 KB
/
mkdocs.yml
File metadata and controls
37 lines (37 loc) · 1.14 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
docs_dir: docs/book
site_dir: docs/html
extra:
project: Development
current_version: v2
versions:
- v2
- v1
nav:
- Home: index.md
- v2:
- Terminal: v2/terminal.md
- Setup:
- System Requirements: v2/setup/system-requirements.md
- Installation: v2/setup/installation.md
- Setup Packages: v2/setup/setup-packages.md
- Running on WSL 2: v2/running.md
- Virtualhosts:
- Overview: v2/virtualhosts/overview.md
- Create virtualhost: v2/virtualhosts/create-virtualhost.md
- FAQ: v2/faq.md
- v1:
- Terminal: v1/terminal.md
- Setup:
- System Requirements: v1/setup/system-requirements.md
- Installation: v1/setup/installation.md
- Setup Packages: v1/setup/setup-packages.md
- Running on WSL 2: v1/running.md
- Virtualhosts:
- Overview: v1/virtualhosts/overview.md
- Create virtualhost: v1/virtualhosts/create-virtualhost.md
- FAQ: v1/faq.md
site_name: development
site_description: "Development Environment using AlmaLinux"
repo_url: "https://github.com/dotkernel/development"
plugins:
- search