This is the main repository of the OpenCTI Documentation space. The online version is available directly on docs.opencti.io.
Clone the repository:
git clone git@github.com:OpenCTI-Platform/opencti.git
cd docsInstall dependencies
cd docs
pip install -r requirements.txtLaunch the local environment:
mkdocs serve
Starting server at http://localhost:8000/Commiting on the main branch does not impact (for now) the deployed documentation, please commit as many times as possible:
git commit -a -m "[docs] MESSAGE"
git pushWith the right version number (eg. 5.7.X):
mike deploy --push [version]With the right version number (eg. 5.7.X), update the latest tag:
mike deploy --push --update-aliases [version] latestList versions:
mike list