-
-
Notifications
You must be signed in to change notification settings - Fork 262
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (27 loc) · 796 Bytes
/
mkdocs.yml
File metadata and controls
27 lines (27 loc) · 796 Bytes
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
site_name: phpMyFAQ v4.2
theme:
name: readthedocs
highlightjs: true
not_in_nav: |
/s3-storage-checklist.md
/keys/**
extra_css:
- css/custom.css
plugins:
- search
nav:
- 1. Introduction: 'index.md'
- 2. Installation: 'installation.md'
- 3. Production Deployment: 'deployment.md'
- 4. Docker Cheat Sheet: 'docker-cheatsheet.md'
- 5. Updating phpMyFAQ: 'update.md'
- 6. Use phpMyFAQ: 'usage.md'
- 7. Manage phpMyFAQ: 'administration.md'
- 8. Configuration reference: 'configuration.md'
- 9. Keycloak Integration: 'keycloak.md'
- 10. AI-Assisted Translation feature: 'ai-translation.md'
- 11. Developer documentation: 'development.md'
- 12. Plugins: 'plugins.md'
- 13. MCP Server: 'mcp-server.md'
- 14. Release: 'release.md'
- 15. Thank you!: 'thank-you.md'