Documentation for LLMs
We provide documentation in various formats that large language models (LLMs) can consume.
You can get the markdown version of any documentation page in the following ways:
- Click the "Copy page" button at the top of any page to copy the content in markdown format.
- Append
.mdto the path (e.g. https://reactnavigation.org/docs/8.x/getting-started.md). - Send an
Accept: text/markdownheader to get the markdown version instead of HTML.
In addition, we support the llms.txt initiative and provide the following files for easy access.
Latest stable version
- llms.txt: A list of all available documentation in markdown format.
- llms-full.txt: Complete documentation in a single file in markdown format.