diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-09 11:00:56 +0200 |
---|---|---|
committer | James Edwards-Jones <jedwardsjones@gitlab.com> | 2017-01-31 22:55:32 +0000 |
commit | 1bdfdd87d81c9415def30ac17518a991b900d095 (patch) | |
tree | 05965c0b6f358bf480e5d0e55de3b7ceeab846bd /doc/pages | |
parent | 2b18f02023496bec4c661a5134f6c6aa5753cae6 (diff) | |
download | gitlab-ce-1bdfdd87d81c9415def30ac17518a991b900d095.tar.gz |
Add known issues section
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/pages/README.md b/doc/pages/README.md index 7e9184b54d3..53462f81edb 100644 --- a/doc/pages/README.md +++ b/doc/pages/README.md @@ -42,6 +42,7 @@ information, if you are using GitLab.com to host your website. - [Can I download my generated pages?](#can-i-download-my-generated-pages) - [Can I use GitLab Pages if my project is private?](#can-i-use-gitlab-pages-if-my-project-is-private) - [Do I need to create a user/group website before creating a project website?](#do-i-need-to-create-a-usergroup-website-before-creating-a-project-website) +- [Known issues](#known-issues) <!-- END doctoc generated TOC please keep comment here to allow auto update --> @@ -435,6 +436,10 @@ to private, internal or public. No, you don't. You can create your project first and it will be accessed under `http(s)://namespace.example.io/projectname`. +## Known issues + +For a list of known issues, visit GitLab's [public issue tracker]. + --- [jekyll]: http://jekyllrb.com/ @@ -447,3 +452,4 @@ No, you don't. You can create your project first and it will be accessed under [staticgen]: https://www.staticgen.com/ [pages-jekyll]: https://gitlab.com/gitlab-examples/pages-jekyll [metarefresh]: https://en.wikipedia.org/wiki/Meta_refresh +[public issue tracker]: https://gitlab.com/gitlab-org/gitlab-ee/issues?label_name=Pages |