Skip to content
This repository was archived by the owner on Feb 9, 2022. It is now read-only.

Move docs to docs directory#57

Open
honzabrecka wants to merge 1 commit into
fitzgen:masterfrom
honzabrecka:docs
Open

Move docs to docs directory#57
honzabrecka wants to merge 1 commit into
fitzgen:masterfrom
honzabrecka:docs

Conversation

@honzabrecka

@honzabrecka honzabrecka commented Oct 19, 2018

Copy link
Copy Markdown
Collaborator

https://help.github.com/articles/configuring-a-publishing-source-for-github-pages/#publishing-your-github-pages-site-from-a-docs-folder-on-your-master-branch

Main purpose is to clean up the root directory and remove the need for the manual sync between master/gh-pages branches.

It also introduces Dockerfile, so potential contributors do not need to install ruby etc. stuff just to build/watch docs.

cd docs
docker build -t wu-docs .
docker run --rm -p 4000:4000 -v "$PWD:/usr/src/app" wu-docs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants