From 94c1b8b6cd116b6aa610a2b434d5d2df0ade71b2 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 8 Mar 2023 10:38:47 +0000 Subject: [PATCH 1/3] change names of pfs and permissions configuration guide to solve render issues --- otc_metadata/data/services.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/otc_metadata/data/services.yaml b/otc_metadata/data/services.yaml index 824e0aa2..21495209 100644 --- a/otc_metadata/data/services.yaml +++ b/otc_metadata/data/services.yaml @@ -670,17 +670,17 @@ documents: title: Tool Guide (OBS Browser) type: tool-guide - hc_location: pfs/obs - html_location: docs/obs/pfs + html_location: docs/obs/parallel-file-system link: /object-storage-service/parallel-file-system/ pdf_name: obs-pfs - rst_location: doc/pfs/source + rst_location: doc/parallel-file-system/source service_type: obs title: Parallel File System (PFS) type: pfs - - html_location: docs/obs/perms-cfg + - html_location: docs/obs/permissions-configuration-guide link: /object-storage-service/permissions-configuration-guide/ pdf_name: obs-perms-cfg - rst_location: doc/perms-cfg/source + rst_location: doc/permissions-configuration-guide/source service_type: obs title: Permissions Configuration Guide type: perms-cfg -- 2.34.1 From 9caae2b043b1026c969ec5c399a74285bfebad63 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 8 Mar 2023 11:26:25 +0000 Subject: [PATCH 2/3] change names of pfs and permissions configuration guide to solve render issues --- otc_metadata/data/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/otc_metadata/data/services.yaml b/otc_metadata/data/services.yaml index 21495209..0d70d00b 100644 --- a/otc_metadata/data/services.yaml +++ b/otc_metadata/data/services.yaml @@ -676,14 +676,14 @@ documents: rst_location: doc/parallel-file-system/source service_type: obs title: Parallel File System (PFS) - type: pfs + type: parallel-file-system - html_location: docs/obs/permissions-configuration-guide link: /object-storage-service/permissions-configuration-guide/ pdf_name: obs-perms-cfg rst_location: doc/permissions-configuration-guide/source service_type: obs title: Permissions Configuration Guide - type: perms-cfg + type: permissions-configuration-guide - hc_location: api_swift/obs html_location: docs/obs/api-swift link: /object-storage-service/swiftapi/ -- 2.34.1 From 2a5f71f5d9d8170599a7c572252fb99ba26cfa61 Mon Sep 17 00:00:00 2001 From: tischrei Date: Wed, 8 Mar 2023 11:34:27 +0000 Subject: [PATCH 3/3] move permissions-configuration-guide to internal env and not to render externally --- otc_metadata/data/services.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/otc_metadata/data/services.yaml b/otc_metadata/data/services.yaml index 0d70d00b..7f0bd385 100644 --- a/otc_metadata/data/services.yaml +++ b/otc_metadata/data/services.yaml @@ -677,7 +677,8 @@ documents: service_type: obs title: Parallel File System (PFS) type: parallel-file-system - - html_location: docs/obs/permissions-configuration-guide + - environment: internal + html_location: docs/obs/permissions-configuration-guide link: /object-storage-service/permissions-configuration-guide/ pdf_name: obs-perms-cfg rst_location: doc/permissions-configuration-guide/source -- 2.34.1