From bd7bd5cac1723d9f458c2b7f98873d80dc56ac65 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 11 Oct 2018 08:26:38 -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: If82fe40b570c43c4ac7b25e5bff5d3d72484677f 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 fdad148c..396a8bc4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -22,7 +22,9 @@ - nova-api-proxy-tox-pylint post: jobs: + - publish-stx-api-ref - publish-stx-tox + - publish-stx-releasenotes - job: name: nfv-tox-py27 diff --git a/api-ref/source/index.rst b/api-ref/source/index.rst index 9d6e5c31..55a96fbf 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -8,3 +8,5 @@ StarlingX NFVI Orchestration :maxdepth: 2 api-ref-nfv-vim-v1 + +:ref:`search` diff --git a/doc/source/index.rst b/doc/source/index.rst index 1801c325..ea8567c7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,6 +7,22 @@ StarlingX NFVI Orchestration :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 05488196..4422f9ef 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,3 +5,5 @@ stx-nfv Release Notes :maxdepth: 2 unreleased + +:ref:`search`