update doc-export generator

This commit is contained in:
Artem Goncharov 2022-08-30 09:52:35 +02:00
parent 96b61f9d76
commit 8358d28942
2 changed files with 4 additions and 1 deletions

View File

@ -800,6 +800,8 @@ service_categories:
title: Management & Deployment
- name: security
title: Security
- name: storage
title: Storage
services:
- repositories:
- environment: internal
@ -1094,7 +1096,7 @@ services:
- environment: public
repo: opentelekomcloud-docs/identity-access-management
type: github
service_category: md
service_category: security
service_title: Identity and Access Management
service_type: iam
- repositories:

View File

@ -210,6 +210,7 @@ class Services(object):
html_location=doc["html_location"],
rst_location=doc["rst_location"],
title=doc["title"],
type=doc.get("type", "dummy"),
pdf_name=doc["pdf_name"]
)
srv_res["docs"].append(doc_res)