This repository uses theDocumentation Index
Fetch the complete documentation index at: https://docs.briksync.com/llms.txt
Use this file to discover all available pages before exploring further.
mintlify/ folder as the canonical source for public documentation. To avoid divergence between internal engineering docs and public docs, follow these rules:
- Edit public-facing content only under
mintlify/(MDX files) and updatemintlify/docs.jsonwhen changing navigation. - Internal documentation for engineering, architecture, security, and operational runbooks remains in
docs/and is not surfaced in the public Mintlify site. - After updating
mintlify/, run the local Mintlify dev or CI steps to validate build:mintlify buildormintlify dev. - Use
npm run generate:openapito refresh API specs and then updatemintlify/api/pages when the API surface changes.
docs/, move or copy it to mintlify/ and ensure frontmatter and paths match the intended public route.
Automation: CI should run a docs-sync step that validates mintlify/ is the only source for public pages and fails the build when docs/ contains files listed in mintlify/docs.json.