Compare commits

..

3 Commits

Author SHA1 Message Date
183cdcfb83 Added internal flag to docs
All checks were successful
gl/check check status: success (183cdcfb83162378eb79a8fe9285b668ef822251)
gl/gate gate status: success (183cdcfb83162378eb79a8fe9285b668ef822251)
2024-06-20 07:11:07 +00:00
e99a11b843 fix repo name
All checks were successful
gl/check check status: success (e99a11b8431581383981beb1b898363ab8277971)
2024-06-19 12:51:46 +00:00
b3b2b543b4 Add LTS service
Some checks are pending
gl/check check status: pending (b3b2b543b4a1f9a4d44312d76c0ec98cea78ef9c)
2024-06-19 12:49:08 +00:00
2 changed files with 0 additions and 2 deletions

View File

@ -5,4 +5,3 @@
.. service_card::
:service_type: {{ service_type }}
:environment: {{ environment }}

View File

@ -211,7 +211,6 @@ def process_repositories(args, service):
site_name="Swiss Open Telekom Cloud Docs",
logo_url="https://docs-beta.sc.otc.t-systems.com",
)
context["environment"] = args.target_environment
sbv_title = (service["service_title"] + "\n"
+ ('=' * len(service["service_title"])))
context["sbv_title"] = sbv_title