remove slash from url
All checks were successful
gl/check check status: success (6872b75aec8897def7fa4b2b7818a0067743cfa7)
All checks were successful
gl/check check status: success (6872b75aec8897def7fa4b2b7818a0067743cfa7)
This commit is contained in:
parent
bba796a824
commit
6872b75aec
@ -148,12 +148,12 @@ def process_repositories(args, service):
|
||||
context["html_options"] = dict(
|
||||
disable_search=True,
|
||||
site_name="Internal Documentation Portal",
|
||||
logo_url="https://docs-int.sc.otc.t-systems.com/",
|
||||
logo_url="https://docs-int.sc.otc.t-systems.com",
|
||||
)
|
||||
else:
|
||||
context["html_options"] = dict(
|
||||
site_name="Open Telekom Cloud Swiss Documentation Portal",
|
||||
logo_url="https://docs-beta.sc.otc.t-systems.com/",
|
||||
logo_url="https://docs-beta.sc.otc.t-systems.com",
|
||||
)
|
||||
context["doc_environment"] = args.target_environment
|
||||
if doc['link']:
|
||||
@ -203,12 +203,12 @@ def process_repositories(args, service):
|
||||
context["html_options"] = dict(
|
||||
disable_search=True,
|
||||
site_name="Internal Documentation Portal",
|
||||
logo_url="https://docs-int.sc.otc.t-systems.com/",
|
||||
logo_url="https://docs-int.sc.otc.t-systems.com",
|
||||
)
|
||||
else:
|
||||
context["html_options"] = dict(
|
||||
site_name="Open Telekom Cloud Swiss Documentation Portal",
|
||||
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"
|
||||
+ ('=' * len(service["service_title"])))
|
||||
|
Loading…
x
Reference in New Issue
Block a user