Compare commits
5 Commits
change_bas
...
bugfix_por
Author | SHA1 | Date | |
---|---|---|---|
52424fd2f0 | |||
ca8c5fb34c | |||
a6a001cdba | |||
7b319ca858 | |||
9bb3ef92a5 |
@ -46,6 +46,7 @@ otcdocs_service_category = '{{ service_category }}'
|
|||||||
otcdocs_service_title = '{{ service_title }}'
|
otcdocs_service_title = '{{ service_title }}'
|
||||||
otcdocs_service_type = '{{ service_type }}'
|
otcdocs_service_type = '{{ service_type }}'
|
||||||
otcdocs_search_environment = 'hc_swiss'
|
otcdocs_search_environment = 'hc_swiss'
|
||||||
|
otcdocs_search_index = 'search_index_swiss'
|
||||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
||||||
|
|
||||||
# If extensions (or modules to document with autodoc) are in another directory,
|
# If extensions (or modules to document with autodoc) are in another directory,
|
||||||
|
@ -207,7 +207,7 @@ def process_repositories(args, service):
|
|||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
context["html_options"] = dict(
|
context["html_options"] = dict(
|
||||||
site_name="Open Telekom Cloud Swiss Documentation Portal",
|
site_name="Swiss Open Telekom Cloud Docs",
|
||||||
logo_url="https://docs-beta.sc.otc.t-systems.com",
|
logo_url="https://docs-beta.sc.otc.t-systems.com",
|
||||||
)
|
)
|
||||||
sbv_title = (service["service_title"] + "\n"
|
sbv_title = (service["service_title"] + "\n"
|
||||||
|
Reference in New Issue
Block a user