From 18cf4d8e01a3f277e6a17ed9a75d7b9edd46132e Mon Sep 17 00:00:00 2001 From: OpenTelekomCloud Proposal Bot Date: Mon, 14 Aug 2023 08:08:53 +0000 Subject: [PATCH] Update content --- api-ref/source/conf.py | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 3967284..8840fa3 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -31,13 +31,13 @@ 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 = 'internal' -otcdocs_doc_link = '/document-database-service/api-ref/' -otcdocs_doc_title = 'API Reference' -otcdocs_doc_type = 'api-ref' -otcdocs_service_category = 'database' -otcdocs_service_title = 'Document Database Service' -otcdocs_service_type = 'dds' +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/" @@ -109,4 +109,9 @@ html_static_path = ['_static'] html_copy_source = False # -- Options for PDF output -------------------------------------------------- -latex_documents = [] +latex_documents = [ + ('index', + 'None.tex', + u'Document Database Service - API Reference', + u'OpenTelekomCloud', 'manual'), +]