Compare commits

..

5 Commits

Author SHA1 Message Date
d96333c8a1 Removed disable import from services 2024-06-24 12:04:04 +00:00
6fc0d4e9b0 Add disable_import: true 2024-06-24 08:38:43 +00:00
c3562f3c34 Add disable_import: true 2024-06-24 07:12:40 +00:00
ec7e0f0eab Fix pep8 2024-06-21 12:28:20 +00:00
f1505b01f3 Filter for disable_import 2024-06-21 12:19:26 +00:00
18 changed files with 4 additions and 117 deletions

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: api/rms
html_location: docs/config/api-ref
link: /config/api-ref/
pdf_name: config-api-ref
rst_location: api-ref/source
service_type: config
title: API Reference
type: api-ref

View File

@ -1,9 +0,0 @@
---
environment: internal
hc_location: usermanual/rms
html_location: docs/config/umn
link: /config/umn/
rst_location: umn/source
service_type: config
title: User Guide
type: umn

View File

@ -1,5 +1,6 @@
---
hc_location: api/nosql
environment: internal
html_location: docs/geminidb/api-ref
link: /geminidb/api-ref/
pdf_name: geminidb-api-ref

View File

@ -1,4 +1,5 @@
---
environment: internal
hc_location: usermanual/nosql
html_location: docs/geminidb/umn
link: /geminidb/umn/

View File

@ -6,4 +6,3 @@ rst_location: doc/mycredential/source
service_type: iam
title: My Credential
type: mycredential
disable_import: true

View File

@ -1,10 +0,0 @@
---
hc_location: usermanual/mkp
html_location: docs/mkp/umn
link: /marketplace/umn/
pdf_name: mkp-umn
rst_location: umn/source
service_type: mkp
title: User Guide
type: umn
disable_import: true

View File

@ -1,5 +1,4 @@
---
environment: internal
hc_location: api_swift/obs
html_location: docs/obs/api-swift
link: /object-storage-service/swiftapi/

View File

@ -1,10 +0,0 @@
---
hc_location: api/rfs
environment: internal
html_location: docs/rfs/api-ref
link: /resource-formation-service/api-ref/
pdf_name: rfs-api-ref
rst_location: api-ref/source
service_type: rfs
title: API Reference
type: api-ref

View File

@ -1,10 +0,0 @@
---
hc_location: usermanual/aos
environment: internal
html_location: docs/rfs/umn
link: /resource-formation-service/umn/
pdf_name: rfs-umn
rst_location: umn/source
service_type: rfs
title: User Guide
type: umn

View File

@ -6,4 +6,3 @@ rst_location: umn/source
service_type: smg
title: User Guide
type: umn
disable_import: true

View File

@ -8,7 +8,7 @@ repositories:
repo: opentelekomcloud-docs/anti-ddos
type: github
service_category: security-services
service_title: Anti-DDoS
service_title: Anti DDoS
service_type: antiddos
service_uri: anti-ddos
teams:

View File

@ -1,16 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/config
type: gitea
- environment: public
repo: opentelekomcloud-docs/config
type: github
service_category: md
service_title: Config
service_type: config
service_uri: config
teams:
- name: docs-orchestration-rw
permission: write

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/geminidb

View File

@ -1,16 +0,0 @@
---
environment: public
repositories:
- environment: internal
repo: docs/marketplace
type: gitea
- environment: public
repo: opentelekomcloud-docs/marketplace
type: github
service_category: other
service_title: Marketplace
service_type: mkp
service_uri: marketplace
teams:
- name: docs-3rd-party-integration-rw
permission: write

View File

@ -1,13 +0,0 @@
---
environment: hidden
repositories:
- environment: public
repo: opentelekomcloud-docs/page-not-found
type: github
service_category: other
service_title: Page Not Found
service_type: pagenotfound
service_uri: page-not-found
teams:
- name: docs-eco-rw
permission: write

View File

@ -1,16 +0,0 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/resource-formation-service
type: gitea
- environment: public
repo: opentelekomcloud-docs/resource-formation-service
type: github
service_category: application
service_title: Resource Formation Service
service_type: rfs
service_uri: resource-formation-service
teams:
- name: docs-orchestration-rw
permission: write

View File

@ -5,4 +5,3 @@
.. service_card::
:service_type: {{ service_type }}
:environment: {{ environment }}

View File

@ -201,7 +201,6 @@ def process_repositories(args, service):
site_name="Internal Documentation Portal",
logo_url="https://docs-int.otc-service.com",
)
context["environment"] = args.target_environment
sbv_title = (service["service_title"] + "\n"
+ ('=' * len(service["service_title"])))
context["sbv_title"] = sbv_title