Documentation for LLMs
We adhere to the llms.txt convention to make documentation accessible to large language models and their applications.
This ReScript manual major version: v12.
The root /llms.txt file is the default entry point and always describes the current stable manual. Use the files under /llms/manual/v10/, /llms/manual/v11/, /llms/manual/v12/, or /llms/manual/v13/ when you want an explicit major-version path. These major-version paths use the latest generated documentation for that major version and avoid full patch numbers in the URL.
Default Current Files
/llms.txt - a list of the available files for the current ReScript language manual.
/llms/manual/llm-full.txt - complete current documentation for the ReScript language.
/llms/manual/llm-small.txt - abridged current documentation without detailed examples.
Major Version Files
/llms/manual/v10/llms.txt - a list of the available files for the latest ReScript v10 documentation.
/llms/manual/v10/llm-full.txt - complete latest ReScript v10 documentation.
/llms/manual/v10/llm-small.txt - abridged latest ReScript v10 documentation.
/llms/manual/v11/llms.txt - a list of the available files for the latest ReScript v11 documentation.
/llms/manual/v11/llm-full.txt - complete latest ReScript v11 documentation.
/llms/manual/v11/llm-small.txt - abridged latest ReScript v11 documentation.
/llms/manual/v12/llms.txt - a list of the available files for the latest ReScript v12 documentation.
/llms/manual/v12/llm-full.txt - complete latest ReScript v12 documentation.
/llms/manual/v12/llm-small.txt - abridged latest ReScript v12 documentation.
/llms/manual/v13/llms.txt - a list of the available files for the latest ReScript v13 documentation.
/llms/manual/v13/llm-full.txt - complete latest ReScript v13 documentation.
/llms/manual/v13/llm-small.txt - abridged latest ReScript v13 documentation.
Package Documentation
/docs/react/llms - the LLM documentation for ReScript React.
Notes
The content is automatically generated from the same source as the official documentation for the specific version.