Skip to content

Latest commit

History

History
24 lines (15 loc) 路 514 Bytes

File metadata and controls

24 lines (15 loc) 路 514 Bytes

Docs

Help and documentation for Ente's products.

The live version of these is at ente.com/help. The live site updates within a few minutes of a PR being merged.

Quick edits

For a typo or a small fix, just edit the file directly on GitHub and open a pull request.

Running locally

For anything more involved, run a local preview:

git clone https://github.com/ente/ente
cd ente/docs
npm ci
npm run dev

Have fun!

Writing docs should not be a chore, have fun!