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
docsdirectory and it will appear as drop down in the website. Example: I amke adocs/deploymentdirecotry where underdeploymentI have a a couple markdown(.md) files. This will have improved clarity on the website. - Run the command
mkdocs servein the devcontainer to run locally