diff options
author | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
---|---|---|
committer | Ryan Cobb <rcobb@gitlab.com> | 2019-05-20 13:12:12 -0600 |
commit | 06c3a4b733613dba33ae36ad99d977103f0843aa (patch) | |
tree | b2cc0966aa52b53d8bfcfb211d44d0ef9f0ed5ef /doc/development/documentation/index.md | |
parent | 618dd80c7d8ebcdb573977780f29bf1475efa4f2 (diff) | |
parent | bdc2eb33e160006cd34128e391becff86a3bc060 (diff) | |
download | gitlab-ce-61964-sys-proctable-performance.tar.gz |
Merge branch 'master' into 61964-sys-proctable-performance61964-sys-proctable-performance
Diffstat (limited to 'doc/development/documentation/index.md')
-rw-r--r-- | doc/development/documentation/index.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/documentation/index.md b/doc/development/documentation/index.md index 5633c8313a3..4bf8401c0e8 100644 --- a/doc/development/documentation/index.md +++ b/doc/development/documentation/index.md @@ -96,10 +96,9 @@ Paths in the whitelist (not commented out) will not be subject to the test, which means you are allowed to create/change docs content in EE for the time being. The goal is to not have any doc whitelisted. -At the time of this writing, the only items left to be aligned are: +At the time of this writing, the only items left to be aligned are the API docs: - `doc/api/*` ([issue](https://gitlab.com/gitlab-org/gitlab-ce/issues/60045) / [merge request](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/27491)) -- `doc/README.md` Eventually, once all docs are aligned, we'll remove any doc reference from that script, so it catches everything. |