-
Notifications
You must be signed in to change notification settings - Fork 53
/
mkdocs.yml
34 lines (32 loc) · 1.33 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
site_name: Guacozy
theme: readthedocs
repo_url: https://github.com/paidem/guacozy
pages:
- Introduction: 'index.md'
- Installation:
- Installing Guacozy: 'installation/index.md'
- docker-compose: 'installation/docker-compose.md'
- Environment variables: 'installation/environment-variables.md'
- Database: 'installation/database.md'
- SSL: 'installation/ssl.md'
- LDAP: 'installation/ldap.md'
- guacd: 'installation/additional-guacd.md'
- Running in production: 'installation/running-in-production.md'
- Running with Træfik: 'installation/traefik.md'
- Troubleshooting: 'installation/troubleshooting.md'
- Core concepts:
- Folders: 'core/folders.md'
- Connections: 'core/connections.md'
- Tickets: 'core/tickets.md'
- Static Credentials: 'core/static-credentials.md'
- Named Credentials: 'core/named-credentials.md'
- Permissions: 'core/permissions.md'
- Features:
- Audit log: 'features/audit-log.md'
- Credentials passthrough: 'features/credentials-passthrough.md'
- Shared access: 'features/ticket-sharing.md'
- Development:
- Kudos: 'development/kudos.md'
- Environment setup: 'development/environment-setup.md'
- Docker DEV vs QA: 'development/docker-dev-vs-qa.md'
- Dockerhub: 'development/dockerhub.md'