This repository has been archived by the owner on Oct 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmkdocs.yml
89 lines (89 loc) · 3.32 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
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
site_name: Aegir Hosting System
repo_url: https://github.com/aegir-project/documentation
repo_url: https://gitlab.com/aegir/documentation
edit_uri: edit/3.x/docs/
theme: readthedocs
site_favicon: '_images/favicon.ico'
pages:
- 'Home': 'index.md'
- 'Quick start': 'quick-start.md'
- 'Install': 'install.md'
- 'Install':
- 'Upgrade': 'install/upgrade.md'
- 'Uninstall': 'install/uninstall.md'
- 'Using Aegir': 'usage.md'
- 'Using Aegir':
- 'Verifying servers, platforms and sites': 'usage/verify.md'
- 'Sites': 'usage/sites.md'
- 'Sites':
- 'Site tasks': 'usage/sites/tasks.md'
- 'Site aliases': 'usage/sites/aliases.md'
- 'Importing sites': 'usage/sites/importing.md'
- 'Exporting sites': 'usage/sites/exporting.md'
- 'Platforms': 'usage/platforms.md'
- 'Platforms':
- 'Platform tasks': 'usage/platforms/tasks.md'
- 'Servers': 'usage/servers.md'
- 'Servers':
- 'Remote servers': 'usage/servers/remote-servers.md'
- 'Clustering': 'usage/servers/clustering.md'
# - 'Server tasks': 'usage/servers/tasks.md'
- 'Advanced features': 'usage/advanced.md'
- 'Advanced features':
- 'SSL': 'usage/advanced/ssl.md'
- 'Access control': 'usage/advanced/clients.md'
- 'ProvisionACL': 'usage/advanced/provisionacl.md'
- 'Distributions': 'usage/advanced/distributions.md'
- 'Distributions':
- 'Updates': 'usage/advanced/distributions/updates.md'
- 'Deployment strategies': 'usage/advanced/deployment.md'
- 'Extending Aegir': 'extend.md'
- 'Extending Aegir':
- 'Frontend': 'extend/frontend.md'
- 'Backend': 'extend/backend.md'
- 'Altering behaviours': 'extend/altering-behaviours.md'
- 'Contributed projects': 'extend/contrib.md'
- 'Developing Aegir': 'develop.md'
- 'Developing Aegir':
- 'Design and terminology': 'develop/terminology.md'
- 'Architecture': 'develop/architecture.md'
- 'Provision': 'develop/provision.md'
- 'Provision':
- 'Contexts': 'develop/provision/contexts.md'
- 'Projects repositories': 'develop/repositories.md'
- 'Debian packaging': 'develop/debian-packaging.md'
- 'Continuous integration' : 'develop/ci.md'
- 'Help': 'help/contact.md'
- 'Community': 'community.md'
- 'Community':
- 'Code of Conduct': 'community/code-of-conduct.md'
- 'Core team': 'community/core-team.md'
- 'Core team':
- 'Criteria': 'community/core-team/criteria.md'
- 'Leadership': 'community/core-team/leadership.md'
- 'Welcoming a new member': 'community/core-team/welcome.md'
- 'Resources': 'community/resources.md'
- 'Service providers': 'community/services.md'
- 'Sponsering': 'community/sponsoring.md'
- 'Release process': 'community/release-process.md'
- 'Release notes': 'release-notes/3.18.md'
- 'Release notes':
- '3.0': 'release-notes/3.0.md'
- '3.1': 'release-notes/3.1.md'
- '3.2': 'release-notes/3.2.md'
- '3.3': 'release-notes/3.3.md'
- '3.4': 'release-notes/3.4.md'
- '3.5': 'release-notes/3.5.md'
- '3.6': 'release-notes/3.6.md'
- '3.7': 'release-notes/3.7.md'
- '3.8': 'release-notes/3.8.md'
- '3.9': 'release-notes/3.9.md'
- '3.10': 'release-notes/3.10.md'
- '3.11': 'release-notes/3.11.md'
- '3.12': 'release-notes/3.12.md'
- '3.13': 'release-notes/3.13.md'
- '3.14': 'release-notes/3.14.md'
- '3.15': 'release-notes/3.15.md'
- '3.16': 'release-notes/3.16.md'
- '3.17': 'release-notes/3.17.md'
- '3.18': 'release-notes/3.18.md'