Compare commits

...

3 Commits

Author SHA1 Message Date
8d27453443 Set environment for SBV internally automatically to internal
All checks were successful
gl/check check status: success (8d2745344393700d4c2072d10de9e8e82167d8de)
gl/gate gate status: success (8d2745344393700d4c2072d10de9e8e82167d8de)
2024-07-16 12:09:11 +00:00
2105405796 create Page Not Found service
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-07-09 08:58:50 +00:00
98dc53c075 fixing typo in rst path
Reviewed-by: otcbot <otcbot@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-06-27 12:22:54 +00:00
4 changed files with 16 additions and 1 deletions

View File

@ -4,7 +4,7 @@ hc_location: api/rms
html_location: docs/config/api-ref
link: /config/api-ref/
pdf_name: config-api-ref
rst_location: config/source
rst_location: api-ref/source
service_type: config
title: API Reference
type: api-ref

View File

@ -0,0 +1,13 @@
---
environment: hidden
repositories:
- environment: public
repo: opentelekomcloud-docs/page-not-found
type: github
service_category: other
service_title: Page Not Found
service_type: pagenotfound
service_uri: page-not-found
teams:
- name: docs-eco-rw
permission: write

View File

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

View File

@ -201,6 +201,7 @@ def process_repositories(args, service):
site_name="Internal Documentation Portal",
logo_url="https://docs-int.otc-service.com",
)
context["environment"] = args.target_environment
sbv_title = (service["service_title"] + "\n"
+ ('=' * len(service["service_title"])))
context["sbv_title"] = sbv_title