summaryrefslogtreecommitdiff
path: root/doc/pages/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-25 10:13:26 +0200
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2017-01-31 22:55:31 +0000
commit758f5599bd0b4f4a624d1da247063d1384cd395f (patch)
treedba60d410a73d294e3a8b28e97dd64abf50853af /doc/pages/README.md
parentd1fe6a6f840ea07304d0da0b8a8477c7946dd1d3 (diff)
downloadgitlab-ce-758f5599bd0b4f4a624d1da247063d1384cd395f.tar.gz
Move Pages removal to Next steps section
Diffstat (limited to 'doc/pages/README.md')
-rw-r--r--doc/pages/README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md
index dadce43f724..f0d2ecb995d 100644
--- a/doc/pages/README.md
+++ b/doc/pages/README.md
@@ -29,12 +29,12 @@ GitLab Pages support any kind of [static site generator][staticgen].
- [User or group Pages](#user-or-group-pages)
- [Project Pages](#project-pages)
- [Explore the contents of .gitlab-ci.yml](#explore-the-contents-of-gitlab-ci-yml)
- - [Remove the contents of your pages](#remove-the-contents-of-your-pages)
- [Next steps](#next-steps)
- [Adding a custom domain to your Pages website](#adding-a-custom-domain-to-your-pages-website)
- [Securing your custom domain website with TLS](#securing-your-custom-domain-website-with-tls)
- [Example projects](#example-projects)
- [Custom error codes pages](#custom-error-codes-pages)
+ - [Remove the contents of your pages](#remove-the-contents-of-your-pages)
- [Limitations](#limitations)
- [Frequently Asked Questions](#frequently-asked-questions)
@@ -197,6 +197,13 @@ You can provide your own 403 and 404 error pages by creating the `403.html` and
`404.html` files respectively in the `public/` directory that will be included
in the artifacts.
+### Remove the contents of your pages
+
+If you ever feel the need to purge your Pages content, you can do so by going
+to your project's **Settings > Pages** and hit **Remove pages**. Simple as that.
+
+![Remove pages](img/pages_remove.png)
+
## Limitations