Skip to content

This repository holds the source content for the documentation rendered on github.io

Notifications You must be signed in to change notification settings

bwendlandt-intel/docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation for development of mkdocs-material documentation site

Local Development (docker) (recommended):

docker-compose -f "docker-compose.yml" up -d --build

Local Development (native)

In order to render and preview the site locally (without docker) you will need a few things to get started.

  1. You will need to install python and pip

  2. After python is installed, you'll need the following python dependencies: pip install mkdocs pip install mkdocs-material==7.2.2 pip install mkdocs-render-swagger-plugin pip install mkdocs-mermaid2-plugin

  3. Once you have all the pre-reqs installed. You can simply run mkdocs serve and view the rendered content locally and makes changes to your documentation and preview them in realtime with a browser open.

About

This repository holds the source content for the documentation rendered on github.io

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 59.2%
  • HTML 40.8%