From 3f59251726c38a988337116ada02904ba8427fd6 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 11 Oct 2018 08:15:42 -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 Change-Id: I0791ab622ed187d8bdf93e5b848fa70a0d3e6c2c 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 a872183e..5d83f6bb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,4 +16,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 6180d3ef..efa3b580 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -9,3 +9,5 @@ Monitoring / Service Management :maxdepth: 2 api-ref-smapi-v1-ha + +:ref:`search` diff --git a/doc/source/index.rst b/doc/source/index.rst index 0d314d1e..e7196d66 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,6 +7,22 @@ StarlingX High Availability / Process Monitoring / Service Management :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 33035296..c28fe15b 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,3 +5,5 @@ stx-ha Release Notes :maxdepth: 2 unreleased + +:ref:`search`