Compare commits

..

1 Commits

Author SHA1 Message Date
ed955c066f Add environment filter to services_by_category
All checks were successful
gl/check check status: success (ed955c066ff6de1c6d84975028e67a59cbb5ff00)
gl/gate gate status: success (ed955c066ff6de1c6d84975028e67a59cbb5ff00)
2024-05-29 08:02:00 +00:00
35 changed files with 6 additions and 50 deletions

View File

@ -6,4 +6,3 @@ rst_location: doc/blueprints/source
service_type: ac
title: Blueprints
type: blueprints
disable_import: true

View File

@ -6,4 +6,3 @@ rst_location: doc/caf/source
service_type: ac
title: Cloud Adoption Framework
type: caf
disable_import: true

View File

@ -1,5 +1,4 @@
---
environment: hidden
hc_location: devg/apig
html_location: docs/apig/dev
link: /api-gateway/dev-guide/

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
hc_location: usermanual/apm
html_location: docs/apm/umn
link: /application-performance-management/umn/

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: asm
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: blueprints
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: cbr
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: cce
title: Best Practice
type: best-practice
disable_import: true

View File

@ -7,4 +7,3 @@ rst_location: doc/best-practice/source
service_type: css
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: dc
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: dcs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: dds
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: dms
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: dns
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: drs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: ecs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: elb
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: evs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: fg
title: Best Practice
type: best-practice
disable_import: true

View File

@ -1,5 +1,6 @@
---
hc_location: api/hss2.0
environment: internal
html_location: docs/hss/api-ref
link: /host-security-service/api-ref/
pdf_name: hss-api-ref

View File

@ -1,5 +1,6 @@
---
hc_location: usermanual/hss2.0
environment: internal
html_location: docs/hss/umn
link: /host-security-service/umn/
pdf_name: hss-umn

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: iam
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: ims
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: mrs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: natgw
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: obs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: sfs
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: swr
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: tms
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: vpc
title: Best Practice
type: best-practice
disable_import: true

View File

@ -8,4 +8,3 @@ rst_location: doc/best-practice/source
service_type: wafd
title: Best Practice
type: best-practice
disable_import: true

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/application-performance-management

View File

@ -1,5 +1,5 @@
---
environment: public
environment: internal
repositories:
- environment: internal
repo: docs/host-security-service

View File

@ -278,10 +278,6 @@ class Services(object):
doc_res["pdf_name"] = doc["pdf_name"]
if "hc_location" in doc:
doc_res["hc_location"] = doc["hc_location"]
if "disable_import" in doc:
doc_res["disable_import"] = doc["disable_import"]
else:
doc_res["disable_import"] = False
srv_res["docs"].append(doc_res)
if len(srv_res["docs"]) > 0:
doc_struct[srv["service_category"]].append(srv_res)

View File

@ -12,26 +12,12 @@ def main():
data = otc_metadata.services.Services()
data._sort_data()
docs = data.docs_html_by_category("internal")
# Filter out documents with "disable_import": True
for category, services in docs['categories'].items():
for service in services:
filtered_docs = []
for doc in service['docs']:
# Check if the document doesnt have 'disable_import' on True
if not doc.get('disable_import'):
filtered_docs.append(doc)
service['docs'] = filtered_docs
_yaml = YAML()
_yaml.indent(mapping=2, sequence=4, offset=2)
sys.stdout.write(
"# Auto-generated by otc_metadata.generate_docexports.data\n"
)
_yaml.dump(docs, sys.stdout)
_yaml.dump(data.docs_html_by_category("internal"), sys.stdout)
if __name__ == "__main__":