opentelekomcloud-docs-swiss / docsportal

Main content for the documentation portal
https://docs.sc.otc.t-systems.com
0 stars 0 forks source link

Propagate changes to docsportal-api-ref from PreProd environment #21

Closed otcbot[bot] closed 9 months ago

otcbot[bot] commented 9 months ago

This is an automatically created Pull Request for changes to docsportal-api-ref to promote changes down the pipeline to Production environment.

The original change can be found under https://gitea.eco.tsi-dev.otc-service.com/docs-swiss/docsportal/pulls/8.

There were patch conflicts, please review original patch file.

otcbot[bot] commented 9 months ago

I tried my best, but could not apply the patch as is, therefore I will report you what I could not apply.

BTW, if in the diff you see removed line equal to the added line it may be caused by invisible trailing spaces. This is safe to ignore.

In most cases content of the patch remainder need to be carefully analyzed and necessary changes applied manually.

Following is the patch remainder:

diff a/doc/source/conf.py b/doc/source/conf.py  (rejected hunks)
@@ -23,6 +22,17 @@ smartquotes = False
 otcdocs_repo_name = 'docs/docsportal'
 site_name = "Internal HelpCenter"

+# Those variables are needed for indexing into OpenSearch
+otcdocs_doc_environment = 'internal'
+otcdocs_doc_link = ''
+otcdocs_doc_title = ''
+otcdocs_doc_type = ''
+otcdocs_service_category = ''
+otcdocs_service_title = 'Internal Swiss HelpCenter'
+otcdocs_service_type = ''
+otcdocs_search_environment = 'hc_swiss'
+otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
+
 # The suffix of source filenames.
 source_suffix = '.rst'

@@ -59,10 +69,10 @@ html_favicon = '_static/favicon.ico'
 # appear in the sidebar dropdown menu.
 html_theme_options = {
     'disable_search': True,
-    'logo_url': 'https://docs-int.otc-service.com',
+    'logo_url': 'https://docs-swiss-int.otc-service.com',
     'show_other_versions': False,
     'sidebar_mode': 'toctree',
-    'site_name': 'Internal HelpCenter',
+    'site_name': 'Internal Swiss HelpCenter',
 }

 # Add any paths that contain custom static files (such as style sheets) here,
tischrei commented 9 months ago

obsolete