Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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-io/ente
cd ente/docs
npm ci
npm run dev

Have fun!

Writing docs should not be a chore, have fun!