Messor Structor: Manage multiple documentation versions with Mkdocs.

Messor Structor: Manage multiple documentation versions with Mkdocs.
Usage: structor [--flag=flag_argument] [-f[flag_argument]] ... set flag_argument to flag(s)
or: structor [--flag[=true|false| ]] [-f[true|false| ]] ... set true/false to boolean flag(s)
Available Commands:
version Display the version.
Use "structor [command] --help" for more information about a command.
Flags:
--debug Debug mode. (default "false")
-d, --dockerfile-url Dockerfile URL. [required]
--exp-branch Build a branch as experimental.
--image-name Docker image name. (default "doc-site")
--menu Menu templates files. (default "false")
--menu.css-file File path of the template of the CSS file use for the multi version menu.
--menu.css-url URL of the template of the CSS file use for the multi version menu.
--menu.js-file File path of the template of the JS file use for the multi version menu.
--menu.js-url URL of the template of the JS file use for the multi version menu.
-o, --owner Repository owner. [required]
-r, --repo-name Repository name. [required]
-h, --help Print Help (this message) and exit
Description
The environment variable STRUCTOR_LATEST_TAG allow to override the real latest tag name.
Examples
With menu template URL:
sudo ./structor -o containous -r traefik \
--dockerfile-url="https://raw.githubusercontent.com/containous/traefik/master/docs.Dockerfile" \
--menu.js-url="https://raw.githubusercontent.com/containous/structor/master/traefik-menu.js.gotmpl" \
--exp-branch=master --debug
With local menu template file:
sudo ./structor -o containous -r traefik \
--dockerfile-url="https://raw.githubusercontent.com/containous/traefik/master/docs.Dockerfile" \
--menu.js-file="~/go/src/github.com/containous/structor/traefik-menu.js.gotmpl" \
--exp-branch=master --debug
