This page is a contributor overview. The canonical workflow for contributing to the repository lives in the rootDocumentation Index
Fetch the complete documentation index at: https://docs.liteclient.com/llms.txt
Use this file to discover all available pages before exploring further.
CONTRIBUTING.md.
Where to make changes
- Update the repository code under
src/for product changes. - Update
README.mdfor repository-level onboarding. - Update
docs/for end-user documentation published on the docs site.
For documentation changes
If you are editing the docs site:- Clone the repository.
- Install the Mintlify CLI with
npm i -g mint. - Run
mint devfrom thedocs/directory. - Preview the site locally at
http://localhost:3000.
Writing guidelines
- Use active voice.
- Write directly to the reader.
- Keep headings in sentence case.
- Prefer one clear source of truth over duplicated instructions.
CONTRIBUTING.md.