From f65be030191872456bcf6ad4e91388c4050e30f9 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 11 Oct 2018 04:27:30 -0500 Subject: [PATCH] Add api-ref and relnotes publish jobs * Add pointers in the main doc to api-ref and releasenotes pages * Add publish-stx-api-ref and publish-stx-releasenotes jobs * Add search at bottom of api-ref and relnotes pages to trigger the jobs Depends-On: https://review.openstack.org/#/c/608409/ Change-Id: Ide9a7d5829b41191c9127af75c4320f94d82f428 Signed-off-by: Abraham Arce --- .zuul.yaml | 2 ++ api-ref/source/index.rst | 2 ++ doc/source/index.rst | 16 ++++++++++++++++ releasenotes/source/index.rst | 2 ++ 4 files changed, 22 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 2149e934b..3904b10e4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,4 +14,6 @@ - openstack-tox-linters post: jobs: + - publish-stx-api-ref - publish-stx-tox + - publish-stx-releasenotes diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index 5f6d31983..f05e11777 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -8,3 +8,5 @@ StarlingX Distributed Cloud :maxdepth: 2 api-ref-dcmanager-v1 + +:ref:`search` diff --git a/doc/source/index.rst b/doc/source/index.rst index a162a0564..4d35712ed 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,6 +7,22 @@ StarlingX Distributed Cloud :maxdepth: 2 :caption: Contents: +Release Notes +------------- + +.. toctree:: + :maxdepth: 1 + + Release Notes + +API Reference +------------- + +.. toctree:: + :maxdepth: 1 + + API Reference + Links ===== diff --git a/releasenotes/source/index.rst b/releasenotes/source/index.rst index 68c876ef6..858230f79 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,3 +5,5 @@ stx-distcloud Release Notes :maxdepth: 2 unreleased + +:ref:`search`