diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-09-04 20:53:32 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-09-06 21:12:49 +0200 |
commit | c1b2d3799fcea9c8db63b7d2eca7dcc671dc3848 (patch) | |
tree | 679e28c6eb7515b34454be467f8a478f633a3eb9 | |
parent | 8ba3bb17b13831c826a6616063d97862731f6d1a (diff) | |
download | gitlab-ce-c1b2d3799fcea9c8db63b7d2eca7dcc671dc3848.tar.gz |
Add docs how to use the manual docs preview job
-rw-r--r-- | doc/development/img/manual_build_docs.png | bin | 0 -> 14869 bytes | |||
-rw-r--r-- | doc/development/writing_documentation.md | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/development/img/manual_build_docs.png b/doc/development/img/manual_build_docs.png Binary files differnew file mode 100644 index 00000000000..fef767c2a79 --- /dev/null +++ b/doc/development/img/manual_build_docs.png diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md index eac9ec2a470..f60872e7f98 100644 --- a/doc/development/writing_documentation.md +++ b/doc/development/writing_documentation.md @@ -103,3 +103,18 @@ If that job fails, read the instructions in the job log for what to do next. Contributors do not need to submit their changes to EE, GitLab Inc. employees on the other hand need to make sure that their changes apply cleanly to both CE and EE. + +## Previewing the changes live + +If you want to preview your changes live, you can use the manual `build-docs` +job in your merge request. + +![Manual trigger a docs build](img/manual_build_docs.png) + +This job will: + +1. Create a new branch in the [gitlab-docs](https://gitlab.com/gitlab-com/gitlab-docs) + project named after the scheme: `<CE/EE-branch-slug>-built-from-ce-ee` +1. Trigger a pipeline and build the docs site with your changes + +Look for the docs URL at the output of the `build-docs` job. |