diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-21 18:24:08 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-21 18:24:08 -0300 |
commit | dde136ad8ec02e7a61d1197cbb209117b252dd8f (patch) | |
tree | ac9a4c8a1111afc52ebaefce0949ae5ee9470a24 /doc/pages | |
parent | 4d6d5ce64fd5bce8fa3db6dcb14deb930589a008 (diff) | |
download | gitlab-ce-dde136ad8ec02e7a61d1197cbb209117b252dd8f.tar.gz |
add images
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/images/add_certificate_to_pages.png | bin | 0 -> 58581 bytes | |||
-rw-r--r-- | doc/pages/images/choose_ci_template.png | bin | 0 -> 75580 bytes | |||
-rw-r--r-- | doc/pages/images/dns_a_record_example.png | bin | 0 -> 10681 bytes | |||
-rw-r--r-- | doc/pages/images/dns_cname_record_example.png | bin | 0 -> 11972 bytes | |||
-rw-r--r-- | doc/pages/images/remove_fork_relashionship.png | bin | 0 -> 39941 bytes | |||
-rw-r--r-- | doc/pages/images/setup_ci.png | bin | 0 -> 27380 bytes | |||
-rw-r--r-- | doc/pages/pages_quick_start_guide.md | 6 | ||||
-rw-r--r-- | doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md | 6 |
8 files changed, 6 insertions, 6 deletions
diff --git a/doc/pages/images/add_certificate_to_pages.png b/doc/pages/images/add_certificate_to_pages.png Binary files differnew file mode 100644 index 00000000000..94d48fafa6e --- /dev/null +++ b/doc/pages/images/add_certificate_to_pages.png diff --git a/doc/pages/images/choose_ci_template.png b/doc/pages/images/choose_ci_template.png Binary files differnew file mode 100644 index 00000000000..dea4ad2ed28 --- /dev/null +++ b/doc/pages/images/choose_ci_template.png diff --git a/doc/pages/images/dns_a_record_example.png b/doc/pages/images/dns_a_record_example.png Binary files differnew file mode 100644 index 00000000000..f035d30984c --- /dev/null +++ b/doc/pages/images/dns_a_record_example.png diff --git a/doc/pages/images/dns_cname_record_example.png b/doc/pages/images/dns_cname_record_example.png Binary files differnew file mode 100644 index 00000000000..93e011d743d --- /dev/null +++ b/doc/pages/images/dns_cname_record_example.png diff --git a/doc/pages/images/remove_fork_relashionship.png b/doc/pages/images/remove_fork_relashionship.png Binary files differnew file mode 100644 index 00000000000..8c4fab92990 --- /dev/null +++ b/doc/pages/images/remove_fork_relashionship.png diff --git a/doc/pages/images/setup_ci.png b/doc/pages/images/setup_ci.png Binary files differnew file mode 100644 index 00000000000..5569f6aacf5 --- /dev/null +++ b/doc/pages/images/setup_ci.png diff --git a/doc/pages/pages_quick_start_guide.md b/doc/pages/pages_quick_start_guide.md index 945e350e235..b86b451ba5e 100644 --- a/doc/pages/pages_quick_start_guide.md +++ b/doc/pages/pages_quick_start_guide.md @@ -47,7 +47,7 @@ Watch the [video tutorial](https://youtu.be/TWqh9MtT4Bg) we've created for the s 1. Fork a project from the [Pages group](https://gitlab.com/pages) 1. Remove the fork relationship by navigating to your **Project**'s **Settings** > **Edit Project** - ![remove fork relashionship]() + ![remove fork relashionship](images/remove_fork_relashionship.png) 1. Enable Shared Runners for your fork: navigate to your **Project**'s **Settings** > **CI/CD Pipelines** 1. Trigger a build (push a change to any file) @@ -74,11 +74,11 @@ To turn a **project website** forked from the Pages group into a **user/group** 1. Clone it to your local computer, add your website files to your project, add, commit and push to GitLab. 1. From the your **Project**'s page, click **Set up CI**: - ![add new file]() + ![setup GitLab CI](images/setup_ci.png) 1. Choose one of the templates from the dropbox menu. Pick up the template corresponding to the SSG you're using (or plain HTML). - ![gitlab-ci templates]() + ![gitlab-ci templates](images/choose_ci_template.png) Once you have both site files and `.gitlab-ci.yml` in your project's root, GitLab CI will build your site and deploy it with Pages. Once the first build passes, you see your site is live by navigating to your **Project**'s **Settings** > **Pages**, where you'll find its default URL. diff --git a/doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md b/doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md index d32c8b76558..c6e2cab0bc3 100644 --- a/doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md +++ b/doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md @@ -86,7 +86,7 @@ In case you want to point a root domain (`example.com`) to your GitLab Pages sit **Practical Example:** -![DNS A record pointing to GitLab.com Pages server]() +![DNS A record pointing to GitLab.com Pages server](images/dns_a_record_example.png) #### DNS CNAME record @@ -96,7 +96,7 @@ Notice that, despite it's a user or project website, the `CNAME` should point to **Practical Example:** -![DNS CNAME record pointing to GitLab.com project]() +![DNS CNAME record pointing to GitLab.com project](images/dns_cname_record_example.png) #### TL;DR @@ -138,7 +138,7 @@ Regardless the CA you choose, the steps to add your certificate to your Pages pr 1. An intermediary certificate 1. A public key -![Pages project - adding certificates]() +![Pages project - adding certificates](images/add_certificate_to_pages.png) These fields are found under your **Project**'s **Settings** > **Pages** > **New Domain**. |