## Examples of great documentation
- [Spacy.io](https://spacy.io/usage)
- [OpenAI](https://beta.openai.com/docs/introduction)
- Material for MkDocs
- See [here](https://github.com/squidfunk/mkdocs-material/issues/1996) for guidance on replicating (necessary code is [here](https://github.com/squidfunk/mkdocs-material/blob/master/src/.overrides/home.html))
- See another example with [Up42](https://sdk.up42.com/)
## Document organization
- Nav: Overview | Documentation | Examples
- Must have search
- Overview
- Splashy front page describing what it is with audience sorting
- Documentation
- Get Started
- Installation
- Introduction
- Overview
- Key Concepts
- Quick Start
- Guides
- Use Case #1
- Use Case #2
- API Reference
## Documentation generators
[[documentation generator]]
- docsify
- mkdocs
- sphinx
Documenation servers
- GitHub Pages
- Netlify