mkdocs.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. site_name: Shaarli Documentation
  2. repo_url: https://github.com/shaarli/Shaarli
  3. edit_uri: edit/master/doc/md
  4. site_description: The personal, minimalist, super-fast, database free, bookmarking service
  5. theme: readthedocs
  6. docs_dir: doc/md
  7. site_dir: doc/html
  8. strict: true
  9. pages:
  10. - Home: index.md
  11. - Setup:
  12. - Download and Installation: Download-and-Installation.md
  13. - Upgrade and migration: Upgrade-and-migration.md
  14. - Server configuration: Server-configuration.md
  15. - Server security: Server-security.md
  16. - Shaarli configuration: Shaarli-configuration.md
  17. - Plugins: Plugins.md
  18. - Docker:
  19. - Docker 101: docker/docker-101.md
  20. - Shaarli images: docker/shaarli-images.md
  21. - Reverse proxy configuration: docker/reverse-proxy-configuration.md
  22. - Docker resources: docker/resources.md
  23. - Usage:
  24. - Browsing and searching: Browsing-and-searching.md
  25. - Sharing content: Sharing-content.md
  26. - RSS feeds: RSS-feeds.md
  27. - REST API: REST-API.md
  28. - Community & Related software: Community-&-Related-software.md
  29. - Guides:
  30. - Install Shaarli on Debian 9 with Docker: guides/install-shaarli-with-debian9-and-docker.md
  31. - Backup, restore, import and export: guides/backup-restore-import-export.md
  32. - Various hacks: guides/various-hacks.md
  33. - Development:
  34. - Development guidelines: Development-guidelines.md
  35. - Continuous integration tools: Continuous-integration-tools.md
  36. - GnuPG signature: GnuPG-signature.md
  37. - Directory structure: Directory-structure.md
  38. - 3rd party libraries: 3rd-party-libraries.md
  39. - Plugin System: Plugin-System.md
  40. - Release Shaarli: Release-Shaarli.md
  41. - Versioning and Branches: Versioning-and-Branches.md
  42. - Security: Security.md
  43. - Static analysis: Static-analysis.md
  44. - Translations: Translations.md
  45. - Theming: Theming.md
  46. - Unit tests: Unit-tests.md
  47. - Unit tests inside Docker: Unit-tests-Docker.md
  48. - FAQ: FAQ.md
  49. - Troubleshooting: Troubleshooting.md