Compare commits

..

1 Commits

Author SHA1 Message Date
1f24ffc75b Add environment filter to services_by_category
All checks were successful
gl/check check status: success (1f24ffc75b9e83ceada941dc79b1dd377a686265)
gl/gate gate status: success (1f24ffc75b9e83ceada941dc79b1dd377a686265)
2024-05-29 08:00:02 +00:00
5 changed files with 0 additions and 38 deletions

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: api/lts
html_location: docs/lts/api-ref
link: /log-tank-service/api-ref/
pdf_name: lts-api-ref
rst_location: api-ref/source
service_type: lts
title: API Reference
type: api-ref

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: usermanual/lts
html_location: docs/lts/umn
link: /log-tank-service/umn/
pdf_name: lts-umn
rst_location: umn/source
service_type: lts
title: User Guide
type: umn

View File

@ -1,16 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs-swiss/log-tank-service
type: gitea
- environment: public
repo: opentelekomcloud-docs-swiss/log-tank-service
type: github
service_category: md
service_title: Log Tank Service
service_type: lts
service_uri: log-tank-service
teams:
- name: docs-orchestration-rw
permission: write

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