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-22 03:02:18 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-22 03:02:18 +0300
commit3c1e713152fd1804f913a63c0e01db9f528bf4dd (patch)
treeb7531d6cda86e2c4971a5e425ee3ecfccb308ef6 /README.md
parent39ba7c8e7996632e593a5d04e0a0092493c96831 (diff)
Update README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2d617723..78baf2ed 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,8 @@ To pull down the documentation content, run `rake pull_repos`. If you want to fo
- [ ] 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 all open source tools.
+- [ ] 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.
- [ ] Auto-generated Table of Contents for every page.
- [ ] Anchor links for every page section.
- [x] Syntax highlighting with Rouge.
@@ -100,7 +101,7 @@ Have the build process for the Docs site pull artifacts down from each repositor
- Artifacts would need to be hosted long-term by CI.
- Can't generate artifacts exclusively for tags, would be generated for every commit.
-**Pull in repositories dynamically**:
+**Pull in repositories dynamically** (this is what we went with):
Pull down the repositories during the build process and splice the docs directories together in the right places for use with the nanoc site.