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-11 00:07:23 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-10-11 00:07:23 +0300
commitc7a96d18e4e11169d4356bce608f6bb7294bf3ba (patch)
treefe7ff356cd1992a3ba146e2ffcf119e31754316e /README.md
parent963ad6a1601740a3e99d8ad99cab4895ce1cbd32 (diff)
Move auto-generating API docs to the Nice-to-haves list in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e14b63a1..b2a4baef 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,6 @@ This will host the site at `localhost:3000`. Changes will be reloaded automatica
- [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.)
-- [ ] Automatically generated API documentation.
- [ ] 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.)
- [ ] Link to "Edit on GitLab.com" for every page to encourage contribution.
- [ ] Responsive design.
@@ -58,6 +57,7 @@ This will host the site at `localhost:3000`. Changes will be reloaded automatica
- [x] Syntax highlighting with Rouge.
- [ ] Auto-generated documentation structure based on YML frontmatter.
- [ ] Version dropdown that links to the current page for that version (if it exists).
+- [ ] Automatically generated API documentation.
## Implementation details