update doc-export generator
This commit is contained in:
		@ -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:
 | 
			
		||||
 | 
			
		||||
@ -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)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user