summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-02-21 18:24:08 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-02-21 18:24:08 -0300
commitdde136ad8ec02e7a61d1197cbb209117b252dd8f (patch)
treeac9a4c8a1111afc52ebaefce0949ae5ee9470a24
parent4d6d5ce64fd5bce8fa3db6dcb14deb930589a008 (diff)
downloadgitlab-ce-dde136ad8ec02e7a61d1197cbb209117b252dd8f.tar.gz
add images
-rw-r--r--doc/pages/images/add_certificate_to_pages.pngbin0 -> 58581 bytes
-rw-r--r--doc/pages/images/choose_ci_template.pngbin0 -> 75580 bytes
-rw-r--r--doc/pages/images/dns_a_record_example.pngbin0 -> 10681 bytes
-rw-r--r--doc/pages/images/dns_cname_record_example.pngbin0 -> 11972 bytes
-rw-r--r--doc/pages/images/remove_fork_relashionship.pngbin0 -> 39941 bytes
-rw-r--r--doc/pages/images/setup_ci.pngbin0 -> 27380 bytes
-rw-r--r--doc/pages/pages_quick_start_guide.md6
-rw-r--r--doc/pages/pages_static_sites_domains_dns_records_ssl_tls_certificates.md6
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
new file mode 100644
index 00000000000..94d48fafa6e
--- /dev/null
+++ b/doc/pages/images/add_certificate_to_pages.png
Binary files differ
diff --git a/doc/pages/images/choose_ci_template.png b/doc/pages/images/choose_ci_template.png
new file mode 100644
index 00000000000..dea4ad2ed28
--- /dev/null
+++ b/doc/pages/images/choose_ci_template.png
Binary files differ
diff --git a/doc/pages/images/dns_a_record_example.png b/doc/pages/images/dns_a_record_example.png
new file mode 100644
index 00000000000..f035d30984c
--- /dev/null
+++ b/doc/pages/images/dns_a_record_example.png
Binary files differ
diff --git a/doc/pages/images/dns_cname_record_example.png b/doc/pages/images/dns_cname_record_example.png
new file mode 100644
index 00000000000..93e011d743d
--- /dev/null
+++ b/doc/pages/images/dns_cname_record_example.png
Binary files differ
diff --git a/doc/pages/images/remove_fork_relashionship.png b/doc/pages/images/remove_fork_relashionship.png
new file mode 100644
index 00000000000..8c4fab92990
--- /dev/null
+++ b/doc/pages/images/remove_fork_relashionship.png
Binary files differ
diff --git a/doc/pages/images/setup_ci.png b/doc/pages/images/setup_ci.png
new file mode 100644
index 00000000000..5569f6aacf5
--- /dev/null
+++ b/doc/pages/images/setup_ci.png
Binary files differ
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**.