diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-22 13:39:57 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-02-22 13:39:57 -0300 |
commit | 324260cef9ac8282bfb5b729b510f47e64b680fa (patch) | |
tree | df705a2c37540b046c77d5be009491debf6a926a /doc/pages | |
parent | 1a802b82d6c5c8a0fca20ab3eeb526416ef076a3 (diff) | |
download | gitlab-ce-324260cef9ac8282bfb5b729b510f47e64b680fa.tar.gz |
remove html commentspages-guides
Diffstat (limited to 'doc/pages')
-rw-r--r-- | doc/pages/getting_started_part_two.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/pages/getting_started_part_two.md b/doc/pages/getting_started_part_two.md index 15f628ac1fb..94b9d11e5d5 100644 --- a/doc/pages/getting_started_part_two.md +++ b/doc/pages/getting_started_part_two.md @@ -16,8 +16,6 @@ For a complete step-by-step tutorial, please read the blog post [Hosting on GitLab.com with GitLab Pages](https://about.gitlab.com/2016/04/07/gitlab-pages-setup/). The following sections will explain what do you need and why do you need them. -<!-- todo: transfer the content from that post to docs --> - ### What You Need to Get Started 1. A project @@ -123,8 +121,6 @@ then add, commit, and push. ### URLs and Baseurls -<!-- rewrite this --> - Every Static Site Generator (SSG) default configuration expects to find your website under a (sub)domain (`example.com`), not in a subdirectory of that domain (`example.com/subdir`). Therefore, |