Skip to content

Easily and quickly build or preview Slate API Docs Files. This builds upon the Dockerfile from the slatedocs wiki by adding a retrieval step to clone the latest master branch from GitHub instead of copying locally.

n8maninger/docker-slatedocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Docker Slate Docs

This is a dockerfile to easily and quickly build or preview Slate API Docs Files. This builds upon the Dockerfile from the slatedocs wiki by adding a retrieval step to clone the latest master branch from GitHub instead of copying locally.

https://github.com/slatedocs/slate

Build

docker build -t slatedocs .

Development

Assumes the API's index.html.md exists in $PWD/index.html.md

docker run --rm -p 4567:4567 -v $PWD/index.html.md:/usr/src/app/source/index.html.md slatedocs

Static Build

Assumes the API's index.html.md exists in $PWD/index.html.md

docker run --rm -v $PWD/index.html.md:/usr/src/app/source/index.html.md -w /usr/src/app/source -v $PWD/build:/usr/src/app/build slatedocs bundle exec middleman build --clean

About

Easily and quickly build or preview Slate API Docs Files. This builds upon the Dockerfile from the slatedocs wiki by adding a retrieval step to clone the latest master branch from GitHub instead of copying locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published