Edgee Documentation is a Mintlify project. The documentation is the main entry point for Edgee users.
- Have NodeJS installed (we use nvm to manage the NodeJS version)
## Go wherever you want
git clone git@github.com:edgee-cloud/docs.git
cd docs
nvm use
make dev.up ## This command will start the docs
VOILA !!!
Then you can go to https://localhost:3001
Changes will be deployed to production automatically after pushing to the main
branch.
- Mintlify dev isn't running - Run
mintlify install
it'll re-install dependencies. - Page loads as a 404 - Make sure you are running in a folder with
mint.json