Compare commits
3 Commits
release_fg
...
aom2_add
Author | SHA1 | Date | |
---|---|---|---|
c518093ee1 | |||
f3fe7eb10a | |||
7af1b5dcdb |
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
10
otc_metadata/data/documents/aom2-api-ref.yaml
Normal file
10
otc_metadata/data/documents/aom2-api-ref.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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
|
10
otc_metadata/data/documents/aom2-umn.yaml
Normal file
10
otc_metadata/data/documents/aom2-umn.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
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
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
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
|
||||||
|
16
otc_metadata/data/services/aom2.yaml
Normal file
16
otc_metadata/data/services/aom2.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
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
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: internal
|
environment: public
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/function-graph
|
repo: docs/function-graph
|
||||||
|
@ -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(
|
||||||
|
Reference in New Issue
Block a user