Compare commits

..

2 Commits

Author SHA1 Message Date
881114be66 fixing empty line
All checks were successful
gl/check check status: success (881114be66acc039db0c134d1f19aaabf95206fa)
gl/gate gate status: success (881114be66acc039db0c134d1f19aaabf95206fa)
2023-06-13 13:41:34 +00:00
c9c92b4be6 adding sorting by category
Some checks failed
gl/check check status: failure (c9c92b4be6f1f509a3d09b985e7a251433a56fc1)
2023-06-13 09:37:59 +00:00
5 changed files with 0 additions and 35 deletions

View File

@ -1,8 +0,0 @@
---
html_location: docs/iam/permissions
link: /identity-access-management/permissions/
pdf_name: iam-permissions
rst_location: doc/permissions/source
service_type: iam
title: Permissions
type: permissions

View File

@ -1,9 +0,0 @@
---
hc_location: usermanual/sd
html_location: docs/sd/umn
link: /status-dashboard/umn/
pdf_name: sd-umn
rst_location: umn/source
service_type: sd
title: User Guide
type: umn

View File

@ -1,16 +0,0 @@
---
repositories:
- environment: internal
repo: docs-swiss/status-dashboard
type: gitea
- environment: public
repo: opentelekomcloud-docs-swiss/status-dashboard
type: github
service_category: other
service_title: Status Dashboard
service_type: sd
service_uri: status-dashboard/umn
environment: hidden
teams:
- name: docs-eco-rw
permission: write

View File

@ -26,7 +26,6 @@ extensions = [
otcdocs_auto_name = False
otcdocs_auto_version = False
otcdocs_search_environment = 'hc_swiss'
project = '{{ project }}'
otcdocs_repo_name = '{{ repo_name }}'

View File

@ -10,7 +10,6 @@ import otc_metadata.services
def main():
data = otc_metadata.services.Services()
data._sort_data()
_yaml = YAML()
_yaml.indent(mapping=2, sequence=4, offset=2)