forked from MarneeDear/entrada-1x-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
22 lines (22 loc) · 973 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: Entrada Documentation
repo_url: https://github.com/EntradaProject
theme: readthedocs
pages:
- 'Home': 'index.md'
- 'Reporting Issues': 'about/reporting-issues.md'
- 'Administrator Documentation':
- 'Server Requirements': 'administrator/server-requirements.md'
- 'Application Server': 'administrator/application-server.md'
- 'Database Server': 'administrator/database-server.md'
- 'Developer Documentation':
- 'Getting Started': 'developer/getting-started.md'
- 'Overview': 'developer/overview.md'
- 'Quickstart Guide': 'developer/quickstart.md'
- 'Entrada Walkthrough' : 'developer/walkthrough.md'
- 'Coding Standards': 'developer/standards.md'
- 'Database': 'developer/database.md'
- 'Global Namespace': 'developer/namespace.md'
- 'Entrada ACL': 'developer/entrada-acl.md'
- 'Authentication Methods': 'developer/authentication-methods.md'
- 'Developer FAQ': 'developer/faq.md'
- 'License': 'about/license.md'