Compare commits
1 Commits
release_fg
...
fg_change
Author | SHA1 | Date | |
---|---|---|---|
f3a340a7ca |
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: internal
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/function-graph
|
repo: docs/function-graph
|
||||||
@ -12,5 +12,5 @@ service_title: FunctionGraph
|
|||||||
service_type: fg
|
service_type: fg
|
||||||
service_uri: function-graph
|
service_uri: function-graph
|
||||||
teams:
|
teams:
|
||||||
- name: docs-container-rw
|
- name: docs-orchestration-rw
|
||||||
permission: write
|
permission: write
|
||||||
|
@ -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