12345678910111213141516171819202122 |
- ---
- site_name: Pocket Archive
- theme: readthedocs
- nav:
- - Introduction: "index.md"
- - Setup:
- - Installation: "install.md"
- - Configuration: "config.md"
- - "Content modeling":
- - "Introduction (for content managers)": "content_model_intro.md"
- - "Set up guide (for system admins)": "content_model_manual.md"
- - Submission:
- - "Submission guide": "submission.md"
- - "Remote submission": "remote_submission.md"
- - Glossary: "glossary.md"
- - Roadmap: "roadmap.md"
- markdown_extensions:
- - toc:
- toc_depth: 4
|