diff --git a/otc_metadata/data/documents/fg-api-ref.yaml b/otc_metadata/data/documents/fg-api-ref.yaml index dba364c..99f7c3b 100644 --- a/otc_metadata/data/documents/fg-api-ref.yaml +++ b/otc_metadata/data/documents/fg-api-ref.yaml @@ -1,6 +1,5 @@ --- hc_location: api/functiongraph -environment: internal html_location: docs/fg/api-ref link: /function-graph/api-ref/ pdf_name: fg-api-ref diff --git a/otc_metadata/data/documents/fg-umn.yaml b/otc_metadata/data/documents/fg-umn.yaml index 49ec6c5..6ffafb2 100644 --- a/otc_metadata/data/documents/fg-umn.yaml +++ b/otc_metadata/data/documents/fg-umn.yaml @@ -1,6 +1,5 @@ --- hc_location: usermanual/functiongraph -environment: internal html_location: docs/fg/umn link: /function-graph/umn/ pdf_name: fg-umn diff --git a/otc_metadata/data/services/fg.yaml b/otc_metadata/data/services/fg.yaml index 67bac69..2fc0309 100644 --- a/otc_metadata/data/services/fg.yaml +++ b/otc_metadata/data/services/fg.yaml @@ -1,5 +1,5 @@ --- -environment: internal +environment: public repositories: - environment: internal repo: docs/function-graph diff --git a/tools/sync_doc_repo.py b/tools/sync_doc_repo.py index 46b3635..92f03a9 100644 --- a/tools/sync_doc_repo.py +++ b/tools/sync_doc_repo.py @@ -95,12 +95,12 @@ def process_repositories(args, service): f"due to the doc-type filter." ) continue - if doc.get("environment"): - logging.info( - f"Skipping synchronizing {doc['title']} " - f"since it is environment bound." - ) - continue + # if doc.get("environment"): + # logging.info( + # f"Skipping synchronizing {doc['title']} " + # f"since it is environment bound." + # ) + # continue branch_name = f"{args.branch_name}#{doc['type']}" remote_ref = SymbolicReference.create(