Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.liteclient.com/llms.txt

Use this file to discover all available pages before exploring further.

This page is a contributor overview. The canonical workflow for contributing to the repository lives in the root CONTRIBUTING.md.

Where to make changes

  • Update the repository code under src/ for product changes.
  • Update README.md for repository-level onboarding.
  • Update docs/ for end-user documentation published on the docs site.

For documentation changes

If you are editing the docs site:
  1. Clone the repository.
  2. Install the Mintlify CLI with npm i -g mint.
  3. Run mint dev from the docs/ directory.
  4. 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.
For setup, checks, pull requests, and code expectations, use the root CONTRIBUTING.md.