From 0fd24107297b8dccb0968ab8a7cc47de76ee7314 Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Sun, 13 Aug 2023 12:12:31 +0000 Subject: [PATCH] Update content --- api-ref/source/conf.py | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index be574f4..23d22d8 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -30,6 +30,17 @@ otcdocs_repo_name = 'docs/virtual-private-cloud' otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com' otcdocs_git_type = 'gitea' +# Those variables are needed for indexing into OpenSearch +otcdocs_doc_environment = '' +otcdocs_doc_link = '' +otcdocs_doc_title = '' +otcdocs_doc_type = '' +otcdocs_service_category = '' +otcdocs_service_title = '' +otcdocs_service_type = '' +otcdocs_search_environment = 'hc_de' +otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/" + # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here.