Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1 KB

README.md

File metadata and controls

47 lines (29 loc) · 1 KB

VidarDB Documentation

Build Status

Requirement

  • Only tested with Python3.7

Environment Setup

  • Install all the packages listed in requirements.txt:
pip3 install -r requirements.txt
  • Install mkdocs-rtd-dropdown from a forked repo:
git clone https://github.com/xingweitian/mkdocs-rtd-dropdown.git

cd mkdocs-rtd-dropdown

python3 setup.py install

Naming rule

We need to be careful that there is a special naming rule when using this theme: the name of a markdown file should be consistent with the heading of that file.

For example:

We create a markdown file quick_start_with_docker.md under docs/. Then in that file, the first line should be (case insensitive):

# Quick Start with Docker

Deploy

When you want to generate the new documentations on github page, try the following command in the root folder of this project:

mkdocs gh-deploy