Compare commits

..

2 Commits

Author SHA1 Message Date
c7e8c2ec27 remove short test
All checks were successful
gl/check check status: success (c7e8c2ec27dcc931fcf0209e3698a35f09ffb0b7)
gl/gate gate status: success (c7e8c2ec27dcc931fcf0209e3698a35f09ffb0b7)
2024-03-08 08:29:12 +00:00
4da0f88978 fix public only service left out in metadata.yaml
All checks were successful
gl/check check status: success (4da0f8897858706bb261531c457c9e33012fd011)
2024-03-04 10:48:47 +00:00
12 changed files with 23 additions and 45 deletions

View File

@ -1,5 +1,5 @@
--- ---
environment: internal environment: public
link: /architecture-center/caf/ link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source rst_location: doc/caf/source

View File

@ -0,0 +1,10 @@
---
environment: internal
hc_location: usermanual2/aom
html_location: docs/aom/umn2
link: /application-operations-management/umn2/
pdf_name: aom-umn2.0
rst_location: umn2/source
service_type: aom
title: User Guide 2.0
type: umn2

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: api/aom2
html_location: docs/aom2/api-ref
link: /application-operations-management-2/api-ref/
pdf_name: aom2-api-ref
rst_location: api-ref/source
service_type: aom2
title: API Reference
type: api-ref

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: usermanual/aom2
html_location: docs/aom2/umn
link: /application-operations-management-2/umn/
pdf_name: aom2-umn
rst_location: umn/source
service_type: aom2
title: User Guide
type: umn

View File

@ -1,5 +1,6 @@
--- ---
hc_location: api/functiongraph hc_location: api/functiongraph
environment: internal
html_location: docs/fg/api-ref html_location: docs/fg/api-ref
link: /function-graph/api-ref/ link: /function-graph/api-ref/
pdf_name: fg-api-ref pdf_name: fg-api-ref

View File

@ -1,5 +1,6 @@
--- ---
hc_location: usermanual/functiongraph hc_location: usermanual/functiongraph
environment: internal
html_location: docs/fg/umn html_location: docs/fg/umn
link: /function-graph/umn/ link: /function-graph/umn/
pdf_name: fg-umn pdf_name: fg-umn

View File

@ -1,5 +1,6 @@
--- ---
hc_location: api/ocr hc_location: api/ocr
environment: internal
html_location: docs/ocr/api-ref html_location: docs/ocr/api-ref
link: /optical-character-recognition/api-ref/ link: /optical-character-recognition/api-ref/
pdf_name: ocr-api-ref pdf_name: ocr-api-ref

View File

@ -1,5 +1,6 @@
--- ---
hc_location: usermanual/ocr hc_location: usermanual/ocr
environment: internal
html_location: docs/ocr/umn html_location: docs/ocr/umn
link: /optical-character-recognition/umn/ link: /optical-character-recognition/umn/
pdf_name: ocr-umn pdf_name: ocr-umn

View File

@ -1,16 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/application-operations-management-2
type: gitea
- environment: public
repo: opentelekomcloud-docs/application-operations-management-2
type: github
service_category: application
service_title: Application Operations Management 2.0
service_type: aom2
service_uri: application-operations-management-2
teams:
- name: docs-orchestration-rw
permission: write

View File

@ -1,5 +1,5 @@
--- ---
environment: public environment: internal
repositories: repositories:
- environment: internal - environment: internal
repo: docs/function-graph repo: docs/function-graph

View File

@ -1,5 +1,5 @@
--- ---
environment: public environment: internal
repositories: repositories:
- environment: internal - environment: internal
repo: docs/optical-character-recognition repo: docs/optical-character-recognition

View File

@ -95,12 +95,12 @@ def process_repositories(args, service):
f"due to the doc-type filter." f"due to the doc-type filter."
) )
continue continue
# if doc.get("environment"): if doc.get("environment"):
# logging.info( logging.info(
# f"Skipping synchronizing {doc['title']} " f"Skipping synchronizing {doc['title']} "
# f"since it is environment bound." f"since it is environment bound."
# ) )
# continue continue
branch_name = f"{args.branch_name}#{doc['type']}" branch_name = f"{args.branch_name}#{doc['type']}"
remote_ref = SymbolicReference.create( remote_ref = SymbolicReference.create(