From 5558276784e67d0857d1ee8c039900d1da955f96 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 11 Oct 2018 08:21:53 -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: Ib41f10ce72eb283d4edbeb1ecc0543403295d7bf 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 93e7cc8d..cc2f6cd1 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -16,4 +16,6 @@ - openstack-tox-pep8 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 f2b18f43..f16f3ef7 100644 --- a/api-ref/source/index.rst +++ b/api-ref/source/index.rst @@ -8,3 +8,5 @@ This is the API Reference for the StarlingX Bare Metal and Node Management, Hard :maxdepth: 2 api-ref-sysinv-v1-metal + +:ref:`search` diff --git a/doc/source/index.rst b/doc/source/index.rst index d4b58a09..2fc31382 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -7,6 +7,22 @@ StarlingX Bare Metal and Node Management, Hardware Maintenance. :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 81a1769c..a4184a4e 100644 --- a/releasenotes/source/index.rst +++ b/releasenotes/source/index.rst @@ -5,3 +5,5 @@ stx-metal Release Notes :maxdepth: 2 unreleased + +:ref:`search`