Introduction

This is a guide to contribute to AI-PRISM online documentation.

Pre-requisites

Install Python and MKDocs to build the documentation. You can check detailed instructions in the MKDocs website. Normally, you can install MKDocs with pip:

pip install mkdocs

Build the documentation

Once you have installed MKDocs, you can build the documentation with the command:

mkdocs build

This will create a folder site with the static HTML files.