This is the documentation for veriviz using MkDocs View the documentation website here
Below are the basic steps to get started. These steps are outlined in more detail on the website
- Run the devcontainer in vscode
- in the .docs directory, add markdown files with your documentation and mkdocs will take care of the rest and will automitically deploy when committed to main
- For orginization, make subfolders in the
docs
directory and it will appear as drop down in the website. Example: I amke adocs/deployment
direcotry where underdeployment
I have a a couple markdown(.md
) files. This will have improved clarity on the website. - Run the command
mkdocs serve
in the devcontainer to run locally