Compare commits
5 Commits
fix_genera
...
change_swi
Author | SHA1 | Date | |
---|---|---|---|
76f42aa154 | |||
a6a001cdba | |||
7b319ca858 | |||
9bb3ef92a5 | |||
898c1aafc2 |
@ -46,6 +46,7 @@ otcdocs_service_category = '{{ service_category }}'
|
||||
otcdocs_service_title = '{{ service_title }}'
|
||||
otcdocs_service_type = '{{ service_type }}'
|
||||
otcdocs_search_environment = 'hc_swiss'
|
||||
otcdocs_search_index = 'search_index_swiss'
|
||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
|
@ -148,7 +148,16 @@ def process_repositories(args, service):
|
||||
context["html_options"] = dict(
|
||||
disable_search=True,
|
||||
site_name="Internal Documentation Portal",
|
||||
<<<<<<< Updated upstream
|
||||
logo_url="https://docs-int.otc-service.com",
|
||||
=======
|
||||
logo_url="https://docs-int.sc.otc.t-systems.com",
|
||||
)
|
||||
else:
|
||||
context["html_options"] = dict(
|
||||
site_name="Swiss Open Telekom Cloud Docs",
|
||||
logo_url="https://docs-beta.sc.otc.t-systems.com",
|
||||
>>>>>>> Stashed changes
|
||||
)
|
||||
context["doc_environment"] = args.target_environment
|
||||
if doc['link']:
|
||||
|
Reference in New Issue
Block a user