Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-10-31 05:09:47 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-31 05:09:47 +0300
commit92bb93e5a62a52a3589a6961ddc8c71b8848180b (patch)
treee13b82798e93b7bb1a59428ca9275601f877ece8 /README.md
parent7ef8e567b0d05e70b9bc8d037a85b1c4d1efeca3 (diff)
Comments and clarifications, update README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 78baf2ed..b8857f6a 100644
--- a/README.md
+++ b/README.md
@@ -38,14 +38,14 @@ To pull down the documentation content, run `rake pull_repos`. If you want to fo
## Requirements/Goals
-- [ ] Feature parity with the existing [docs.gitlab.com](https://docs.gitlab.com/)
+- [x] Feature parity with the existing [docs.gitlab.com](https://docs.gitlab.com/)
- [x] Use GitLab CI / GitLab Pages for compilation, deployment, and hosting of the Documentation site.
- [x] Sections for Community Edition, Enterprise Edition, GitLab CI, and Omnibus.
- [x] Pull documentation from the repositories mentioned above.
- [ ] Versioned documentation (e.g. switch between documentation for 9.0, 9.1, 9.2, 9.3, "latest", etc.)
-- [ ] Search the documentation (Can either re-use existing Documentation search functionality or implement search using Algolia or something else? Ideally simple and open source, but it doesn't really matter too much.)
+- [x] Search the documentation (Can either re-use existing Documentation search functionality or implement search using Algolia or something else? Ideally simple and open source, but it doesn't really matter too much.)
- [x] Link to "Edit on GitLab.com" for every page to encourage contribution.
-- [ ] Responsive design.
+- [x] Responsive design.
### Nice-to-haves
@@ -53,9 +53,8 @@ To pull down the documentation content, run `rake pull_repos`. If you want to fo
- [ ] Some way to export the documentation as PDF/ePub for use offline.
- [ ] Future-proofing for internationalization.
- [ ] Tests for working internal links and such. (Nanoc includes this by default!)
-- [ ] Automated screenshots! (Not really directly related, but I still want it.)
- [ ] A blog post explaining how we do all this using GitLab, GitLab CI, and GitLab Pages, as well as (almost all?) open source tools.
-- [ ] Breadcrumbs for navigating between pages.
+- [x] Breadcrumbs for navigating between pages.
- [ ] Auto-generated Table of Contents for every page.
- [ ] Anchor links for every page section.
- [x] Syntax highlighting with Rouge.