The ClickHouse docs are stored in /docs relative to the repository root. The documentation site at clickhouse.com/docs is hosted using the Mintlify documentation platform.
When making documentation updates, always follow these rules:
- Make updates only to the english documentation in
/docs(ignore the/i18nfolder). There is no need to update files in thei18nfolder as a separate agent will handle the translation. - Documentation inside of
{/*AUTOGENERATED_START*/}and{/*AUTOGENERATED_END*/}tags is generated from ClickHouse system tables. It should not be edited directly, but rather the source file should be updated:/src/Functions
- For documentation PRs always begin the PR title with 'Docs: ' + title