From d3dca03cba775cdf764c26494840f553bb547dd3 Mon Sep 17 00:00:00 2001 From: Sebastian Gode Date: Mon, 10 Feb 2025 09:51:15 +0000 Subject: [PATCH] Switch to pdf_enabled on all docs --- otc_metadata/data/documents/aom-api-ref.yaml | 3 ++- otc_metadata/data/documents/aom-umn.yaml | 3 ++- otc_metadata/data/documents/as-api-ref.yaml | 3 ++- otc_metadata/data/documents/as-umn.yaml | 3 ++- otc_metadata/data/documents/cbr-api-ref.yaml | 3 ++- otc_metadata/data/documents/cbr-umn.yaml | 3 ++- otc_metadata/data/documents/cce-api-ref.yaml | 3 ++- otc_metadata/data/documents/cce-umn.yaml | 2 ++ otc_metadata/data/documents/ces-api-ref.yaml | 3 ++- otc_metadata/data/documents/ces-umn.yaml | 3 ++- otc_metadata/data/documents/cts-api-ref.yaml | 3 ++- otc_metadata/data/documents/cts-umn.yaml | 3 ++- otc_metadata/data/documents/dc-api-ref.yaml | 3 ++- otc_metadata/data/documents/dc-umn.yaml | 3 ++- otc_metadata/data/documents/deh-api-ref.yaml | 3 ++- otc_metadata/data/documents/deh-umn.yaml | 3 ++- otc_metadata/data/documents/dns-api-ref.yaml | 3 ++- otc_metadata/data/documents/dns-umn.yaml | 3 ++- otc_metadata/data/documents/ecs-api-ref.yaml | 3 ++- otc_metadata/data/documents/ecs-umn.yaml | 3 ++- otc_metadata/data/documents/eip-api-ref.yaml | 3 ++- otc_metadata/data/documents/eip-umn.yaml | 3 ++- otc_metadata/data/documents/elb-api-ref.yaml | 3 ++- otc_metadata/data/documents/elb-umn.yaml | 3 ++- otc_metadata/data/documents/evs-api-ref.yaml | 3 ++- otc_metadata/data/documents/evs-umn.yaml | 3 ++- otc_metadata/data/documents/iam-api-ref.yaml | 3 ++- otc_metadata/data/documents/iam-permissions.yaml | 3 ++- otc_metadata/data/documents/iam-umn.yaml | 3 ++- otc_metadata/data/documents/ims-api-ref.yaml | 3 ++- otc_metadata/data/documents/ims-umn.yaml | 3 ++- otc_metadata/data/documents/kms-api-ref.yaml | 3 ++- otc_metadata/data/documents/kms-umn.yaml | 3 ++- otc_metadata/data/documents/lts-api-ref.yaml | 3 ++- otc_metadata/data/documents/lts-umn.yaml | 3 ++- otc_metadata/data/documents/natgw-api-ref.yaml | 3 ++- otc_metadata/data/documents/natgw-umn.yaml | 3 ++- otc_metadata/data/documents/obs-api-ref.yaml | 3 ++- otc_metadata/data/documents/obs-s3api.yaml | 3 ++- otc_metadata/data/documents/obs-tool-guide.yaml | 3 ++- otc_metadata/data/documents/obs-umn.yaml | 3 ++- otc_metadata/data/documents/rds-api-ref.yaml | 3 ++- otc_metadata/data/documents/rds-umn.yaml | 3 ++- otc_metadata/data/documents/sd-umn.yaml | 3 ++- otc_metadata/data/documents/sdrs-api-ref.yaml | 3 ++- otc_metadata/data/documents/sdrs-umn.yaml | 3 ++- otc_metadata/data/documents/smn-api-ref.yaml | 3 ++- otc_metadata/data/documents/smn-umn.yaml | 3 ++- otc_metadata/data/documents/swr-api-ref.yaml | 3 ++- otc_metadata/data/documents/swr-umn.yaml | 3 ++- otc_metadata/data/documents/tms-api-ref.yaml | 3 ++- otc_metadata/data/documents/tms-umn.yaml | 3 ++- otc_metadata/data/documents/vpc-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpc-umn.yaml | 3 ++- otc_metadata/data/documents/vpcep-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpcep-umn.yaml | 3 ++- otc_metadata/data/documents/vpn-api-ref.yaml | 3 ++- otc_metadata/data/documents/vpn-umn.yaml | 3 ++- otc_metadata/data/documents/wafd-api-ref.yaml | 3 ++- otc_metadata/data/documents/wafd-umn.yaml | 3 ++- 60 files changed, 120 insertions(+), 59 deletions(-) diff --git a/otc_metadata/data/documents/aom-api-ref.yaml b/otc_metadata/data/documents/aom-api-ref.yaml index 37f3d12..2948b1d 100644 --- a/otc_metadata/data/documents/aom-api-ref.yaml +++ b/otc_metadata/data/documents/aom-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/aom html_location: docs/aom/api-ref link: /application-operations-management/api-ref/ -pdf_name: aom-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: aom title: API Reference diff --git a/otc_metadata/data/documents/aom-umn.yaml b/otc_metadata/data/documents/aom-umn.yaml index 6553aba..2a74f01 100644 --- a/otc_metadata/data/documents/aom-umn.yaml +++ b/otc_metadata/data/documents/aom-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/aom html_location: docs/aom/umn link: /application-operations-management/umn/ -pdf_name: aom-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: aom title: User Guide diff --git a/otc_metadata/data/documents/as-api-ref.yaml b/otc_metadata/data/documents/as-api-ref.yaml index 2fb205b..e92294a 100644 --- a/otc_metadata/data/documents/as-api-ref.yaml +++ b/otc_metadata/data/documents/as-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/as html_location: docs/as/api-ref link: /auto-scaling/api-ref/ -pdf_name: as-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: as title: API Reference diff --git a/otc_metadata/data/documents/as-umn.yaml b/otc_metadata/data/documents/as-umn.yaml index 38a8a0d..b3fdec3 100644 --- a/otc_metadata/data/documents/as-umn.yaml +++ b/otc_metadata/data/documents/as-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/as html_location: docs/as/umn link: /auto-scaling/umn/ -pdf_name: as-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: as title: User Guide diff --git a/otc_metadata/data/documents/cbr-api-ref.yaml b/otc_metadata/data/documents/cbr-api-ref.yaml index e7cfc1a..148dee6 100644 --- a/otc_metadata/data/documents/cbr-api-ref.yaml +++ b/otc_metadata/data/documents/cbr-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/cbr html_location: docs/cbr/api-ref link: /cloud-backup-recovery/api-ref/ -pdf_name: cbr-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cbr title: API Reference diff --git a/otc_metadata/data/documents/cbr-umn.yaml b/otc_metadata/data/documents/cbr-umn.yaml index 960049b..8acfb3e 100644 --- a/otc_metadata/data/documents/cbr-umn.yaml +++ b/otc_metadata/data/documents/cbr-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/cbr html_location: docs/cbr/umn link: /cloud-backup-recovery/umn/ -pdf_name: cbr-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cbr title: User Guide diff --git a/otc_metadata/data/documents/cce-api-ref.yaml b/otc_metadata/data/documents/cce-api-ref.yaml index b8a95c6..b7496f7 100644 --- a/otc_metadata/data/documents/cce-api-ref.yaml +++ b/otc_metadata/data/documents/cce-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api2/cce html_location: docs/cce/api-ref link: /cloud-container-engine/api-ref/ -pdf_name: cce-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cce title: API Reference diff --git a/otc_metadata/data/documents/cce-umn.yaml b/otc_metadata/data/documents/cce-umn.yaml index 10601cd..9f624bc 100644 --- a/otc_metadata/data/documents/cce-umn.yaml +++ b/otc_metadata/data/documents/cce-umn.yaml @@ -2,6 +2,8 @@ hc_location: usermanual2/cce html_location: docs/cce/umn link: /cloud-container-engine/umn/ +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cce title: User Guide diff --git a/otc_metadata/data/documents/ces-api-ref.yaml b/otc_metadata/data/documents/ces-api-ref.yaml index 59745a2..3ade2a5 100644 --- a/otc_metadata/data/documents/ces-api-ref.yaml +++ b/otc_metadata/data/documents/ces-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ces html_location: docs/ces/api-ref link: /cloud-eye/api-ref/ -pdf_name: ces-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ces title: API Reference diff --git a/otc_metadata/data/documents/ces-umn.yaml b/otc_metadata/data/documents/ces-umn.yaml index 2201ac7..be0d57c 100644 --- a/otc_metadata/data/documents/ces-umn.yaml +++ b/otc_metadata/data/documents/ces-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ces html_location: docs/ces/umn link: /cloud-eye/umn/ -pdf_name: ces-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ces title: User Guide diff --git a/otc_metadata/data/documents/cts-api-ref.yaml b/otc_metadata/data/documents/cts-api-ref.yaml index 593b866..536ab0b 100644 --- a/otc_metadata/data/documents/cts-api-ref.yaml +++ b/otc_metadata/data/documents/cts-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/cts html_location: docs/cts/api-ref link: /cloud-trace-service/api-ref/ -pdf_name: cts-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: cts title: API Reference diff --git a/otc_metadata/data/documents/cts-umn.yaml b/otc_metadata/data/documents/cts-umn.yaml index c3ee022..d92fca1 100644 --- a/otc_metadata/data/documents/cts-umn.yaml +++ b/otc_metadata/data/documents/cts-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/cts html_location: docs/cts/umn link: /cloud-trace-service/umn/ -pdf_name: cts-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: cts title: User Guide diff --git a/otc_metadata/data/documents/dc-api-ref.yaml b/otc_metadata/data/documents/dc-api-ref.yaml index cba0341..20a714d 100644 --- a/otc_metadata/data/documents/dc-api-ref.yaml +++ b/otc_metadata/data/documents/dc-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dc html_location: docs/dc/api-ref link: /direct-connect/api-ref/ -pdf_name: dc-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dc title: API Reference diff --git a/otc_metadata/data/documents/dc-umn.yaml b/otc_metadata/data/documents/dc-umn.yaml index f32871a..c1d2e52 100644 --- a/otc_metadata/data/documents/dc-umn.yaml +++ b/otc_metadata/data/documents/dc-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dc html_location: docs/dc/umn link: /direct-connect/umn/ -pdf_name: dc-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dc title: User Guide diff --git a/otc_metadata/data/documents/deh-api-ref.yaml b/otc_metadata/data/documents/deh-api-ref.yaml index f3e08ad..1915bc0 100644 --- a/otc_metadata/data/documents/deh-api-ref.yaml +++ b/otc_metadata/data/documents/deh-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/deh html_location: docs/deh/api-ref link: /dedicated-host/api-ref/ -pdf_name: deh-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: deh title: API Reference diff --git a/otc_metadata/data/documents/deh-umn.yaml b/otc_metadata/data/documents/deh-umn.yaml index aff87fd..3af1f14 100644 --- a/otc_metadata/data/documents/deh-umn.yaml +++ b/otc_metadata/data/documents/deh-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/deh html_location: docs/deh/umn link: /dedicated-host/umn/ -pdf_name: deh-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: deh title: User Guide diff --git a/otc_metadata/data/documents/dns-api-ref.yaml b/otc_metadata/data/documents/dns-api-ref.yaml index ce29abd..ac03cbe 100644 --- a/otc_metadata/data/documents/dns-api-ref.yaml +++ b/otc_metadata/data/documents/dns-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dns html_location: docs/dns/api-ref link: /domain-name-service/api-ref/ -pdf_name: dns-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: dns title: API Reference diff --git a/otc_metadata/data/documents/dns-umn.yaml b/otc_metadata/data/documents/dns-umn.yaml index f00ffd1..eb111ef 100644 --- a/otc_metadata/data/documents/dns-umn.yaml +++ b/otc_metadata/data/documents/dns-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dns html_location: docs/dns/umn link: /domain-name-service/umn/ -pdf_name: dns-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: dns title: User Guide diff --git a/otc_metadata/data/documents/ecs-api-ref.yaml b/otc_metadata/data/documents/ecs-api-ref.yaml index e1aab60..69d6501 100644 --- a/otc_metadata/data/documents/ecs-api-ref.yaml +++ b/otc_metadata/data/documents/ecs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ecs html_location: docs/ecs/api-ref link: /elastic-cloud-server/api-ref/ -pdf_name: ecs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ecs title: API Reference diff --git a/otc_metadata/data/documents/ecs-umn.yaml b/otc_metadata/data/documents/ecs-umn.yaml index 698496f..6e512f8 100644 --- a/otc_metadata/data/documents/ecs-umn.yaml +++ b/otc_metadata/data/documents/ecs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ecs html_location: docs/ecs/umn link: /elastic-cloud-server/umn/ -pdf_name: ecs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ecs title: User Guide diff --git a/otc_metadata/data/documents/eip-api-ref.yaml b/otc_metadata/data/documents/eip-api-ref.yaml index 6732ef0..2ef6885 100644 --- a/otc_metadata/data/documents/eip-api-ref.yaml +++ b/otc_metadata/data/documents/eip-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/eip html_location: docs/eip/api-ref link: /elastic-ip/api-ref/ -pdf_name: eip-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: eip title: API Reference diff --git a/otc_metadata/data/documents/eip-umn.yaml b/otc_metadata/data/documents/eip-umn.yaml index 92178d7..8d2c0f8 100644 --- a/otc_metadata/data/documents/eip-umn.yaml +++ b/otc_metadata/data/documents/eip-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/eip html_location: docs/eip/umn link: /elastic-ip/umn/ -pdf_name: eip-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: eip title: User Guide diff --git a/otc_metadata/data/documents/elb-api-ref.yaml b/otc_metadata/data/documents/elb-api-ref.yaml index a58f5f6..a42ea34 100644 --- a/otc_metadata/data/documents/elb-api-ref.yaml +++ b/otc_metadata/data/documents/elb-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/elb html_location: docs/elb/api-ref link: /elastic-load-balancing/api-ref/ -pdf_name: elb-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: elb title: API Reference diff --git a/otc_metadata/data/documents/elb-umn.yaml b/otc_metadata/data/documents/elb-umn.yaml index 6a0b762..a8a447f 100644 --- a/otc_metadata/data/documents/elb-umn.yaml +++ b/otc_metadata/data/documents/elb-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/elb html_location: docs/elb/umn link: /elastic-load-balancing/umn/ -pdf_name: elb-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: elb title: User Guide diff --git a/otc_metadata/data/documents/evs-api-ref.yaml b/otc_metadata/data/documents/evs-api-ref.yaml index 13f6986..966f02d 100644 --- a/otc_metadata/data/documents/evs-api-ref.yaml +++ b/otc_metadata/data/documents/evs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/evs html_location: docs/evs/api-ref link: /elastic-volume-service/api-ref/ -pdf_name: evs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: evs title: API Reference diff --git a/otc_metadata/data/documents/evs-umn.yaml b/otc_metadata/data/documents/evs-umn.yaml index 79f95f6..a6aef60 100644 --- a/otc_metadata/data/documents/evs-umn.yaml +++ b/otc_metadata/data/documents/evs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/evs html_location: docs/evs/umn link: /elastic-volume-service/umn/ -pdf_name: evs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: evs title: User Guide diff --git a/otc_metadata/data/documents/iam-api-ref.yaml b/otc_metadata/data/documents/iam-api-ref.yaml index 4b0cf65..65b4340 100644 --- a/otc_metadata/data/documents/iam-api-ref.yaml +++ b/otc_metadata/data/documents/iam-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/iam html_location: docs/iam/api-ref link: /identity-access-management/api-ref/ -pdf_name: iam-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: iam title: API Reference diff --git a/otc_metadata/data/documents/iam-permissions.yaml b/otc_metadata/data/documents/iam-permissions.yaml index 62600e6..6d53e12 100644 --- a/otc_metadata/data/documents/iam-permissions.yaml +++ b/otc_metadata/data/documents/iam-permissions.yaml @@ -1,7 +1,8 @@ --- html_location: docs/iam/permissions link: /identity-access-management/permissions/ -pdf_name: iam-permissions +pdf_enabled: true +pdf_environment: internal rst_location: doc/permissions/source service_type: iam title: Permissions diff --git a/otc_metadata/data/documents/iam-umn.yaml b/otc_metadata/data/documents/iam-umn.yaml index b6bd99c..895ab0c 100644 --- a/otc_metadata/data/documents/iam-umn.yaml +++ b/otc_metadata/data/documents/iam-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/iam html_location: docs/iam/umn link: /identity-access-management/umn/ -pdf_name: iam-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: iam title: User Guide diff --git a/otc_metadata/data/documents/ims-api-ref.yaml b/otc_metadata/data/documents/ims-api-ref.yaml index e45f8e9..5c33468 100644 --- a/otc_metadata/data/documents/ims-api-ref.yaml +++ b/otc_metadata/data/documents/ims-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/ims html_location: docs/ims/api-ref link: /image-management-service/api-ref/ -pdf_name: ims-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: ims title: API Reference diff --git a/otc_metadata/data/documents/ims-umn.yaml b/otc_metadata/data/documents/ims-umn.yaml index cb86393..cff9a84 100644 --- a/otc_metadata/data/documents/ims-umn.yaml +++ b/otc_metadata/data/documents/ims-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/ims html_location: docs/ims/umn link: /image-management-service/umn/ -pdf_name: ims-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: ims title: User Guide diff --git a/otc_metadata/data/documents/kms-api-ref.yaml b/otc_metadata/data/documents/kms-api-ref.yaml index a00e750..54fb678 100644 --- a/otc_metadata/data/documents/kms-api-ref.yaml +++ b/otc_metadata/data/documents/kms-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/kms html_location: docs/kms/api-ref link: /key-management-service/api-ref/ -pdf_name: kms-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: kms title: API Reference diff --git a/otc_metadata/data/documents/kms-umn.yaml b/otc_metadata/data/documents/kms-umn.yaml index fe7bf1e..2d704c8 100644 --- a/otc_metadata/data/documents/kms-umn.yaml +++ b/otc_metadata/data/documents/kms-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/kms html_location: docs/kms/umn link: /key-management-service/umn/ -pdf_name: kms-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: kms title: User Guide diff --git a/otc_metadata/data/documents/lts-api-ref.yaml b/otc_metadata/data/documents/lts-api-ref.yaml index ef62609..d48210e 100644 --- a/otc_metadata/data/documents/lts-api-ref.yaml +++ b/otc_metadata/data/documents/lts-api-ref.yaml @@ -3,7 +3,8 @@ environment: public hc_location: api/lts html_location: docs/lts/api-ref link: /log-tank-service/api-ref/ -pdf_name: lts-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: lts title: API Reference diff --git a/otc_metadata/data/documents/lts-umn.yaml b/otc_metadata/data/documents/lts-umn.yaml index 813f80a..00fc043 100644 --- a/otc_metadata/data/documents/lts-umn.yaml +++ b/otc_metadata/data/documents/lts-umn.yaml @@ -3,7 +3,8 @@ environment: public hc_location: usermanual/lts html_location: docs/lts/umn link: /log-tank-service/umn/ -pdf_name: lts-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: lts title: User Guide diff --git a/otc_metadata/data/documents/natgw-api-ref.yaml b/otc_metadata/data/documents/natgw-api-ref.yaml index 315373e..82f36ea 100644 --- a/otc_metadata/data/documents/natgw-api-ref.yaml +++ b/otc_metadata/data/documents/natgw-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/nat html_location: docs/natgw/api-ref link: /nat-gateway/api-ref/ -pdf_name: natgw-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: natgw title: API Reference diff --git a/otc_metadata/data/documents/natgw-umn.yaml b/otc_metadata/data/documents/natgw-umn.yaml index ccb497c..6779cae 100644 --- a/otc_metadata/data/documents/natgw-umn.yaml +++ b/otc_metadata/data/documents/natgw-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/nat html_location: docs/natgw/umn link: /nat-gateway/umn/ -pdf_name: natgw-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: natgw title: User Guide diff --git a/otc_metadata/data/documents/obs-api-ref.yaml b/otc_metadata/data/documents/obs-api-ref.yaml index 7fa9589..9da18db 100644 --- a/otc_metadata/data/documents/obs-api-ref.yaml +++ b/otc_metadata/data/documents/obs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/obs html_location: docs/obs/api-ref link: /object-storage-service/api-ref/ -pdf_name: obs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: obs title: API Reference diff --git a/otc_metadata/data/documents/obs-s3api.yaml b/otc_metadata/data/documents/obs-s3api.yaml index 6116f0f..0da9c6b 100644 --- a/otc_metadata/data/documents/obs-s3api.yaml +++ b/otc_metadata/data/documents/obs-s3api.yaml @@ -2,7 +2,8 @@ hc_location: api_obs/obs html_location: docs/obs/s3api link: /object-storage-service/s3api/ -pdf_name: obs-s3api +pdf_enabled: true +pdf_environment: internal rst_location: doc/s3api/source service_type: obs title: S3 API Reference diff --git a/otc_metadata/data/documents/obs-tool-guide.yaml b/otc_metadata/data/documents/obs-tool-guide.yaml index a8e2e16..d52d58c 100644 --- a/otc_metadata/data/documents/obs-tool-guide.yaml +++ b/otc_metadata/data/documents/obs-tool-guide.yaml @@ -2,7 +2,8 @@ hc_location: browsertg/obs html_location: docs/obs/tool link: /object-storage-service/tool-guide/ -pdf_name: obs-tool-guide +pdf_enabled: true +pdf_environment: internal rst_location: doc/tool/source service_type: obs title: Tool Guide (OBS Browser) diff --git a/otc_metadata/data/documents/obs-umn.yaml b/otc_metadata/data/documents/obs-umn.yaml index ef10359..8b9ad76 100644 --- a/otc_metadata/data/documents/obs-umn.yaml +++ b/otc_metadata/data/documents/obs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/obs html_location: docs/obs/umn link: /object-storage-service/umn/ -pdf_name: obs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: obs title: User Guide diff --git a/otc_metadata/data/documents/rds-api-ref.yaml b/otc_metadata/data/documents/rds-api-ref.yaml index 6cafe03..bba0576 100644 --- a/otc_metadata/data/documents/rds-api-ref.yaml +++ b/otc_metadata/data/documents/rds-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/rds html_location: docs/rds/api-ref link: /relational-database-service/api-ref/ -pdf_name: rds-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: rds title: API Reference diff --git a/otc_metadata/data/documents/rds-umn.yaml b/otc_metadata/data/documents/rds-umn.yaml index 769f927..48eb7d5 100644 --- a/otc_metadata/data/documents/rds-umn.yaml +++ b/otc_metadata/data/documents/rds-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/rds html_location: docs/rds/umn link: /relational-database-service/umn/ -pdf_name: rds-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: rds title: User Guide diff --git a/otc_metadata/data/documents/sd-umn.yaml b/otc_metadata/data/documents/sd-umn.yaml index 2cf92d7..3f60678 100644 --- a/otc_metadata/data/documents/sd-umn.yaml +++ b/otc_metadata/data/documents/sd-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/sd html_location: docs/sd/umn link: /status-dashboard/umn/ -pdf_name: sd-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: sd title: User Guide diff --git a/otc_metadata/data/documents/sdrs-api-ref.yaml b/otc_metadata/data/documents/sdrs-api-ref.yaml index 56d0e4d..19ffa65 100644 --- a/otc_metadata/data/documents/sdrs-api-ref.yaml +++ b/otc_metadata/data/documents/sdrs-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/sdrs html_location: docs/sdrs/api-ref link: /storage-disaster-recovery-service/api-ref/ -pdf_name: sdrs-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: sdrs title: API Reference diff --git a/otc_metadata/data/documents/sdrs-umn.yaml b/otc_metadata/data/documents/sdrs-umn.yaml index 77ec701..79b7a33 100644 --- a/otc_metadata/data/documents/sdrs-umn.yaml +++ b/otc_metadata/data/documents/sdrs-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/sdrs html_location: docs/sdrs/umn link: /storage-disaster-recovery-service/umn/ -pdf_name: sdrs-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: sdrs title: User Guide diff --git a/otc_metadata/data/documents/smn-api-ref.yaml b/otc_metadata/data/documents/smn-api-ref.yaml index a2082dc..c2f0b99 100644 --- a/otc_metadata/data/documents/smn-api-ref.yaml +++ b/otc_metadata/data/documents/smn-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/smn html_location: docs/smn/api-ref link: /simple-message-notification/api-ref/ -pdf_name: smn-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: smn title: API Reference diff --git a/otc_metadata/data/documents/smn-umn.yaml b/otc_metadata/data/documents/smn-umn.yaml index bf3922c..a557462 100644 --- a/otc_metadata/data/documents/smn-umn.yaml +++ b/otc_metadata/data/documents/smn-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/smn html_location: docs/smn/umn link: /simple-message-notification/umn/ -pdf_name: smn-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: smn title: User Guide diff --git a/otc_metadata/data/documents/swr-api-ref.yaml b/otc_metadata/data/documents/swr-api-ref.yaml index c0bf88c..633296d 100644 --- a/otc_metadata/data/documents/swr-api-ref.yaml +++ b/otc_metadata/data/documents/swr-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/swr html_location: docs/swr/api-ref link: /software-repository-container/api-ref/ -pdf_name: swr-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: swr title: API Reference diff --git a/otc_metadata/data/documents/swr-umn.yaml b/otc_metadata/data/documents/swr-umn.yaml index e5b32cf..52f6252 100644 --- a/otc_metadata/data/documents/swr-umn.yaml +++ b/otc_metadata/data/documents/swr-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/swr html_location: docs/swr/umn link: /software-repository-container/umn/ -pdf_name: swr-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: swr title: User Guide diff --git a/otc_metadata/data/documents/tms-api-ref.yaml b/otc_metadata/data/documents/tms-api-ref.yaml index f933c61..71c6b80 100644 --- a/otc_metadata/data/documents/tms-api-ref.yaml +++ b/otc_metadata/data/documents/tms-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/tms html_location: docs/tms/api-ref link: /tag-management-service/api-ref/ -pdf_name: tms-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: tms title: API Reference diff --git a/otc_metadata/data/documents/tms-umn.yaml b/otc_metadata/data/documents/tms-umn.yaml index b7b4ed0..136aa54 100644 --- a/otc_metadata/data/documents/tms-umn.yaml +++ b/otc_metadata/data/documents/tms-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/tms html_location: docs/tms/umn link: /tag-management-service/umn/ -pdf_name: tms-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: tms title: User Guide diff --git a/otc_metadata/data/documents/vpc-api-ref.yaml b/otc_metadata/data/documents/vpc-api-ref.yaml index c934606..6643b1d 100644 --- a/otc_metadata/data/documents/vpc-api-ref.yaml +++ b/otc_metadata/data/documents/vpc-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpc html_location: docs/vpc/api-ref link: /virtual-private-cloud/api-ref/ -pdf_name: vpc-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpc title: API Reference diff --git a/otc_metadata/data/documents/vpc-umn.yaml b/otc_metadata/data/documents/vpc-umn.yaml index 1968daf..02f9b62 100644 --- a/otc_metadata/data/documents/vpc-umn.yaml +++ b/otc_metadata/data/documents/vpc-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpc html_location: docs/vpc/umn link: /virtual-private-cloud/umn/ -pdf_name: vpc-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpc title: User Guide diff --git a/otc_metadata/data/documents/vpcep-api-ref.yaml b/otc_metadata/data/documents/vpcep-api-ref.yaml index 2cc5810..9eeb3a3 100644 --- a/otc_metadata/data/documents/vpcep-api-ref.yaml +++ b/otc_metadata/data/documents/vpcep-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpcep html_location: docs/vpcep/api-ref link: /vpc-endpoint/api-ref/ -pdf_name: vpcep-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpcep title: API Reference diff --git a/otc_metadata/data/documents/vpcep-umn.yaml b/otc_metadata/data/documents/vpcep-umn.yaml index d3690d7..6891a07 100644 --- a/otc_metadata/data/documents/vpcep-umn.yaml +++ b/otc_metadata/data/documents/vpcep-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpcep html_location: docs/vpcep/umn link: /vpc-endpoint/umn/ -pdf_name: vpcep-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpcep title: User Guide diff --git a/otc_metadata/data/documents/vpn-api-ref.yaml b/otc_metadata/data/documents/vpn-api-ref.yaml index f2b1375..9a01215 100644 --- a/otc_metadata/data/documents/vpn-api-ref.yaml +++ b/otc_metadata/data/documents/vpn-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/vpn html_location: docs/vpn/api-ref link: /virtual-private-network/api-ref/ -pdf_name: vpn-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: vpn title: API Reference diff --git a/otc_metadata/data/documents/vpn-umn.yaml b/otc_metadata/data/documents/vpn-umn.yaml index de8ddef..cff2a55 100644 --- a/otc_metadata/data/documents/vpn-umn.yaml +++ b/otc_metadata/data/documents/vpn-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/vpn html_location: docs/vpn/umn link: /virtual-private-network/umn/ -pdf_name: vpn-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: vpn title: User Guide diff --git a/otc_metadata/data/documents/wafd-api-ref.yaml b/otc_metadata/data/documents/wafd-api-ref.yaml index 0655885..3460832 100644 --- a/otc_metadata/data/documents/wafd-api-ref.yaml +++ b/otc_metadata/data/documents/wafd-api-ref.yaml @@ -2,7 +2,8 @@ hc_location: api/dwaf html_location: docs/wafd/api-ref link: /web-application-firewall-dedicated/api-ref/ -pdf_name: wafd-api-ref +pdf_enabled: true +pdf_environment: internal rst_location: api-ref/source service_type: wafd title: API Reference diff --git a/otc_metadata/data/documents/wafd-umn.yaml b/otc_metadata/data/documents/wafd-umn.yaml index c358e37..d33d128 100644 --- a/otc_metadata/data/documents/wafd-umn.yaml +++ b/otc_metadata/data/documents/wafd-umn.yaml @@ -2,7 +2,8 @@ hc_location: usermanual/dwaf html_location: docs/wafd/umn link: /web-application-firewall-dedicated/umn/ -pdf_name: wafd-umn +pdf_enabled: true +pdf_environment: internal rst_location: umn/source service_type: wafd title: User Guide