From 2cf5f61f9e17310592cdabd565546fde0a3b63ac Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 4 Sep 2017 09:34:17 +0100 Subject: [PATCH] [www] os-brick does not have a REST API The 'has_in_tree_api_docs' flag is used to produces a link to 'docs.o.o/name/latest/api/' for a given project [1]. However, this directory should contain REST API docs - nothing else [2]. os-brick doesn't have this directory created, nor does it have a REST API. As such, this flag should be removed. [1] https://docs.openstack.org/contributor-guide/doc-tools/template-generator.html [2] https://specs.openstack.org/openstack/docs-specs/specs/pike/os-manuals-migration.html Change-Id: Ibb18ed2a11c4468b1a8e0a3fec22363d6d1dea4a Closes-Bug: #1714897 --- www/project-data/latest.yaml | 1 - www/project-data/pike.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/www/project-data/latest.yaml b/www/project-data/latest.yaml index d41273484e..ef398dfa9d 100644 --- a/www/project-data/latest.yaml +++ b/www/project-data/latest.yaml @@ -155,7 +155,6 @@ description: cinder client - name: os-brick service: library for managing local volume attaches - has_in_tree_api_docs: true type: library description: cinder backend abstraction library - name: python-brick-cinderclient-ext diff --git a/www/project-data/pike.yaml b/www/project-data/pike.yaml index 19ac11ccc1..08c3c83421 100644 --- a/www/project-data/pike.yaml +++ b/www/project-data/pike.yaml @@ -152,7 +152,6 @@ description: cinder client - name: os-brick service: library for managing local volume attaches - has_in_tree_api_docs: true type: library description: cinder backend abstraction library - name: python-brick-cinderclient-ext