mkdocs.yml 548 B

12345678910111213141516171819202122
  1. ---
  2. site_name: Pocket Archive
  3. theme: readthedocs
  4. nav:
  5. - Introduction: "index.md"
  6. - Setup:
  7. - Installation: "install.md"
  8. - Configuration: "config.md"
  9. - "Content modeling":
  10. - "Introduction (for content managers)": "content_model_intro.md"
  11. - "Set up guide (for system admins)": "content_model_manual.md"
  12. - Submission:
  13. - "Submission guide": "submission.md"
  14. - "Remote submission": "remote_submission.md"
  15. - Glossary: "glossary.md"
  16. - Roadmap: "roadmap.md"
  17. markdown_extensions:
  18. - toc:
  19. toc_depth: 4