You are here

mkdocs.yml in MongoDB 8.2

File

mkdocs.yml
View source
  1. site_name: MongoDB for Drupal
  2. nav:
  3. - Home: 'index.md'
  4. - Installation: 'install.md'
  5. - Layout: 'layout.md'
  6. - Modules:
  7. - 'Driver: mongodb': 'modules/mongodb.md'
  8. - 'Key-value: mongodb_storage': 'modules/mongodb_storage.md'
  9. - 'Logger: mongodb_watchdog': 'modules/mongodb_watchdog.md'
  10. - Development:
  11. - 'Bespoke code': 'bespoke.md'
  12. - 'Tests': 'tests.md'
  13. theme: readthedocs
  14. repo_url: https://github.com/fgm/mongodb
  15. markdown_extensions:
  16. - footnotes