update doc-export generator
This commit is contained in:
		@ -800,6 +800,8 @@ service_categories:
 | 
				
			|||||||
    title: Management & Deployment
 | 
					    title: Management & Deployment
 | 
				
			||||||
  - name: security
 | 
					  - name: security
 | 
				
			||||||
    title: Security
 | 
					    title: Security
 | 
				
			||||||
 | 
					  - name: storage
 | 
				
			||||||
 | 
					    title: Storage
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  - repositories:
 | 
					  - repositories:
 | 
				
			||||||
      - environment: internal
 | 
					      - environment: internal
 | 
				
			||||||
@ -1094,7 +1096,7 @@ services:
 | 
				
			|||||||
      - environment: public
 | 
					      - environment: public
 | 
				
			||||||
        repo: opentelekomcloud-docs/identity-access-management
 | 
					        repo: opentelekomcloud-docs/identity-access-management
 | 
				
			||||||
        type: github
 | 
					        type: github
 | 
				
			||||||
    service_category: md
 | 
					    service_category: security
 | 
				
			||||||
    service_title: Identity and Access Management
 | 
					    service_title: Identity and Access Management
 | 
				
			||||||
    service_type: iam
 | 
					    service_type: iam
 | 
				
			||||||
  - repositories:
 | 
					  - repositories:
 | 
				
			||||||
 | 
				
			|||||||
@ -210,6 +210,7 @@ class Services(object):
 | 
				
			|||||||
                        html_location=doc["html_location"],
 | 
					                        html_location=doc["html_location"],
 | 
				
			||||||
                        rst_location=doc["rst_location"],
 | 
					                        rst_location=doc["rst_location"],
 | 
				
			||||||
                        title=doc["title"],
 | 
					                        title=doc["title"],
 | 
				
			||||||
 | 
					                        type=doc.get("type", "dummy"),
 | 
				
			||||||
                        pdf_name=doc["pdf_name"]
 | 
					                        pdf_name=doc["pdf_name"]
 | 
				
			||||||
                    )
 | 
					                    )
 | 
				
			||||||
                    srv_res["docs"].append(doc_res)
 | 
					                    srv_res["docs"].append(doc_res)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user