From 5416d396d9be09c6137096254b0d358c762a1ef3 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Tue, 9 Oct 2018 19:41:41 -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: I6286efb94cab686c978b9d3924bcd621250107f6 Signed-off-by: Dean Troyer --- .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 1078231db9..118a2bfc4c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -26,7 +26,9 @@ - configutilities-tox-flake8 post: jobs: + - publish-stx-api-ref - publish-stx-tox + - publish-stx-releasenotes - job: name: sysinv-tox-py27 diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index 0ccd414f28..f1f221f162 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -8,3 +8,5 @@ StarlingX System Configuration Management :maxdepth: 2 api-ref-sysinv-v1-config + +:ref:`search` diff --git a/doc/source/index.rst b/doc/source/index.rst index 228a79c0fa..8c68bf68c0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,6 +7,22 @@ StarlingX System Configuration 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 32dc1e6230..694b4020ab 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,3 +5,5 @@ stx-config Release Notes :maxdepth: 2 unreleased + +:ref:`search`