mkdocs.yml 751 B

12345678910111213141516171819202122232425
  1. site_name: "RESP.app"
  2. site_description: "RESP.app Documentation (formerly RedisDesktopManager)"
  3. site_author: "Igor Malinovskiy"
  4. site_favicon: "favicon.ico"
  5. repo_url: https://github.com/uglide/RedisDesktopManager
  6. edit_uri: edit/2022/docs/
  7. theme: readthedocs
  8. extra_css:
  9. - css/extra.css
  10. nav:
  11. - Home: 'index.md'
  12. - Install: 'install.md'
  13. - Quick Start: 'quick-start.md'
  14. - Bulk operations: 'bulk-operations.md'
  15. - Working with large keyspaces: 'lg-keyspaces.md'
  16. - Native Formatters: 'native-formatters.md'
  17. - Extension server: 'extension-server.md'
  18. - FAQ: 'faq.md'
  19. - Known Issues: 'known-issues.md'
  20. - AppStore Limitations: 'app-store.md'
  21. - Development Guide: 'development.md'
  22. markdown_extensions:
  23. - markdown.extensions.admonition
  24. plugins:
  25. - render_swagger