docker compose -f "docker-compose.yml" up -d --build
In order to render and preview the site locally (without docker) you will need a few things to get started.
You will need to install python and pip
After python is installed, you'll need the following python dependencies:
pip install mkdocspip install mkdocs-material==9.5.14pip install mkdocs-render-swagger-pluginpip install mkdocs-mermaid2-pluginpip install mkdocs-macros-pluginpip install mkdocs-img2fig-pluginSingle line command:
pip install mkdocs mkdocs-material==9.5.14 mkdocs-render-swagger-plugin mkdocs-mermaid2-plugin mkdocs-macros-plugin mkdocs-img2fig-plugin
- Once you have all the pre-reqs installed. You can simply run
mkdocs serveand view the rendered content locally and makes changes to your documentation and preview them in realtime with a browser open.