forked from remind101/empire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (29 loc) · 1.25 KB
/
mkdocs.yml
File metadata and controls
31 lines (29 loc) · 1.25 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
site_name: Empire Documentation
theme: readthedocs
pages:
- 'Introduction': 'index.md'
- Overview:
- "Features & Design Goals - TODO": "features_and_design_goals.md"
- "Known Limitations": "known_limitations.md"
- "Roadmap - TODO": "roadmap.md"
- "FAQ - TODO": "faq.md"
- Getting Started:
- "Prerequisites - TODO": "prerequisites.md"
- "Quickstart: Installing": "quickstart_installing.md"
- "Quickstart: Using": "quickstart_using.md"
- "Production Best Practices - WIP": "production_best_practices.md"
- Users Guide:
- "Deploying an Application": "deploying_an_application.md"
- "Process Management - TODO": "process_management.md"
- "Exposing an app publicly": "exposing_an_app_publicly.md"
- "SSL Certs": "ssl_certs.md"
- "Activate log streaming": "log_streaming.md"
- Hacking on Empire:
- "Running Tests - TODO": "running_tests.md"
- "Running Empire Locally - TODO": "running_empire_locally.md"
- "Contribution Guidelines & Bug Reporting": "contributing.md"
- "Reporting Security Vulnerabilities - TODO": "reporting_security_vulnerabilities.md"
- Reference:
- "Configuration": "configuration.md"
- "Command Line - TODO": "command_line.md"
- "Troubleshooting": "troubleshooting.md"