mkdocs.yml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. site_name: Shaarli Documentation
  2. repo_url: https://github.com/shaarli/Shaarli
  3. site_description: The personal, minimalist, super-fast, database free, bookmarking service
  4. theme: readthedocs
  5. docs_dir: doc/md
  6. site_dir: doc/html
  7. pages:
  8. - Home: index.md
  9. - Setup:
  10. - Download and Installation: Download-and-Installation.md
  11. - Upgrade and migration: Upgrade-and-migration.md
  12. - Server requirements: Server-requirements.md
  13. - Server configuration: Server-configuration.md
  14. - Server security: Server-security.md
  15. - Shaarli configuration: Shaarli-configuration.md
  16. - Plugins: Plugins.md
  17. - Docker:
  18. - Docker 101: Docker-101.md
  19. - Shaarli images: Shaarli-images.md
  20. - Reverse proxy configuration: Reverse-proxy-configuration.md
  21. - Docker resources: Docker-resources.md
  22. - Usage:
  23. - Features: Features.md
  24. - Bookmarklet: Bookmarklet.md
  25. - Browsing and searching: Browsing-and-searching.md
  26. - Firefox share: Firefox-share.md
  27. - RSS feeds: RSS-feeds.md
  28. - REST API: REST-API.md
  29. - How To:
  30. - Backup, restore, import and export: Backup,-restore,-import-and-export.md
  31. - Copy an existing installation over SSH and serve it locally: Copy-an-existing-installation-over-SSH-and-serve-it-locally.md
  32. - Create and serve multiple Shaarlis (farm): Create-and-serve-multiple-Shaarlis-(farm).md
  33. - Download CSS styles from an OPML list: Download-CSS-styles-from-an-OPML-list.md
  34. - Datastore hacks: Datastore-hacks.md
  35. - Troubleshooting: Troubleshooting.md
  36. - Development:
  37. - Development guidelines: Development-guidelines.md
  38. - Continuous integration tools: Continuous-integration-tools.md
  39. - GnuPG signature: GnuPG-signature.md
  40. - Coding guidelines: Coding-guidelines.md
  41. - Directory structure: Directory-structure.md
  42. - 3rd party libraries: 3rd-party-libraries.md
  43. - Plugin System: Plugin-System.md
  44. - Release Shaarli: Release-Shaarli.md
  45. - Versioning and Branches: Versioning-and-Branches.md
  46. - Security: Security.md
  47. - Static analysis: Static-analysis.md
  48. - Theming: Theming.md
  49. - Unit tests: Unit-tests.md
  50. - About:
  51. - FAQ: FAQ.md
  52. - Community & Related software: Community-&-Related-software.md