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/docs.git
Install dependencies
pip install -r requirements.txt
Launch 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 push
With 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] latest
List versions:
$ mike list