Versions for docs.gitlab.com
Deploying versions on docs.gitlab.com. Breaking down https://gitlab.com/gitlab-com/gitlab-docs/issues/16 into smaller issues.
---
This will be necessary for replacing the Help section of the Rails app (https://gitlab.com/gitlab-org/gitlab-ce/issues/18739).
Decisions:
- Version-less URL should build from `master`
- `master` is deployed under `/`
- Show comments only for version-less URL
## Test locally
You'll need Docker installed, then run:
```sh
docker run -it --rm -p 4000:4000 registry.gitlab.com/gitlab-com/gitlab-docs:latest
```
Visit http://localhost:4000/archives/
## Deployment workflow
https://gitlab.com/gitlab-com/gitlab-docs/blob/master/dockerfiles/README.md
epic