structor

command module
v1.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2019 License: Apache-2.0 Imports: 8 Imported by: 0

README

Messor Structor: Manage multiple documentation versions with Mkdocs.

GitHub release Build Status

Structor use git branches to create the versions of a documentation, only works with Mkdocs.

To use Structor a project must respect semver and creates a git branch for each MINOR and MAJOR version.

Used by Traefik: https://docs.traefik.io

Description

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")
    --dockerfile-name Search and use this Dockerfile in the repository (in './docs/' or in './') for (default "docs.Dockerfile")
                      building documentation.                                                        
-d, --dockerfile-url  Use this Dockerfile when --dockerfile-name is not found. Can be a file path. [required]                                                                     
    --exp-branch      Build a branch as experimental.                                                
    --force-edit-url  Add a dedicated edition URL for each version.                                  (default "false")
    --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.             
    --no-cache        Set to 'true' to disable the Docker build cache.                               (default "false")
-o, --owner           Repository owner. [required]                                                   
-r, --repo-name       Repository name. [required]                                                    
    --rqts-url        Use this requirements.txt to merge with the current requirements.txt. Can be a file path.
-h, --help            Print Help (this message) and exit

The environment variable STRUCTOR_LATEST_TAG allow to override the real latest tag name.

The sprig functions for Go templates can be used inside the JS template file.

Download / CI Integration

curl -sfL https://raw.githubusercontent.com/containous/structor/master/godownloader.sh | bash -s -- -b $GOPATH/bin v1.7.0

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

What does Messor Structor mean?

Messor Structor

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL