Compare commits
	
		
			27 Commits
		
	
	
		
			enable_pdf
			...
			delete-bd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 460c988041 | |||
| 741c7a1ee6 | |||
| d28effba8e | |||
| dd7981f3e2 | |||
| 02a38e8fc7 | |||
| 208d2d24f0 | |||
| ae6b64783c | |||
| d8f037cef8 | |||
| be8d7169d6 | |||
| ca1ec003c7 | |||
| 99417a5410 | |||
| b0e7932806 | |||
| 766bc0dda4 | |||
| 07c4edd503 | |||
| dbc6d6d400 | |||
| 7ad18dfa57 | |||
| 6f9af80531 | |||
| 879317eb6f | |||
| efe7f283d5 | |||
| c3a51e8aeb | |||
| f9c18fb99e | |||
| 1063bffd55 | |||
| 25a089107c | |||
| a866e9829d | |||
| 0a53ed9072 | |||
| f26e1f24ca | |||
| 1d365ecc8c | 
							
								
								
									
										13
									
								
								README.rst
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								README.rst
									
									
									
									
									
								
							@ -52,3 +52,16 @@ the key is :code:`service_type` which has the foreign key in the
 | 
			
		||||
document can only be linked to one service.
 | 
			
		||||
The key :code:`service_category` table is :code:`name` of the service category
 | 
			
		||||
which is then used in the :code:`services` table as foreign key.
 | 
			
		||||
 | 
			
		||||
File structure: documents
 | 
			
		||||
^^^^^^^^^^^^^^^^^^^^^^^^^
 | 
			
		||||
 | 
			
		||||
* hc_location: reference to Huawei Cloud part
 | 
			
		||||
* html_location: place where the documents are stored in doc-exports
 | 
			
		||||
* link: URI document
 | 
			
		||||
* pdf_enabled: true| false ; enable pdf generation
 | 
			
		||||
* pdf_enviroment public|internal|hidden: environment where the pdfs are shown in the SBV
 | 
			
		||||
* rst_location: folder location of this specific in the source repo
 | 
			
		||||
* service_type: primary key of service name
 | 
			
		||||
* title: written title of the service
 | 
			
		||||
* type: document type
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/antiddos
 | 
			
		||||
html_location: docs/antiddos/api-ref
 | 
			
		||||
link: /anti-ddos/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: antiddos
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/antiddos
 | 
			
		||||
html_location: docs/antiddos/umn
 | 
			
		||||
link: /anti-ddos/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: antiddos
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/aom
 | 
			
		||||
html_location: docs/aom/api-ref
 | 
			
		||||
link: /application-operations-management/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: aom
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/aom
 | 
			
		||||
html_location: docs/aom/umn
 | 
			
		||||
link: /application-operations-management/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: aom
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: api/aom2
 | 
			
		||||
html_location: docs/aom2/api-ref
 | 
			
		||||
link: /application-operations-management-2/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: aom2
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: usermanual/aom2
 | 
			
		||||
html_location: docs/aom2/umn
 | 
			
		||||
link: /application-operations-management-2/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: aom2
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/apig
 | 
			
		||||
html_location: docs/apig/api-ref
 | 
			
		||||
link: /api-gateway/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: apig
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: devg/apig
 | 
			
		||||
html_location: docs/apig/dev
 | 
			
		||||
link: /api-gateway/dev-guide/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: dev_guide/source
 | 
			
		||||
service_type: apig
 | 
			
		||||
title: Developer Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/apig
 | 
			
		||||
html_location: docs/apig/umn
 | 
			
		||||
link: /api-gateway/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: apig
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,9 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
hc_location: api-usage/guidelines
 | 
			
		||||
html_location: docs/apiu/guidelines
 | 
			
		||||
link: /api-usage/guidelines/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/guidelines/source
 | 
			
		||||
service_type: apiu
 | 
			
		||||
title: API Usage Guidelines
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: api/apm
 | 
			
		||||
html_location: docs/apm/api-ref
 | 
			
		||||
link: /application-performance-management/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: apm
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: usermanual/apm
 | 
			
		||||
html_location: docs/apm/umn
 | 
			
		||||
link: /application-performance-management/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: apm
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/as
 | 
			
		||||
html_location: docs/as/api-ref
 | 
			
		||||
link: /auto-scaling/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: as
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: devg/as
 | 
			
		||||
html_location: docs/as/dev
 | 
			
		||||
link: /auto-scaling/dev-guide/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: dev_guide/source
 | 
			
		||||
service_type: as
 | 
			
		||||
title: Developer Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/as
 | 
			
		||||
html_location: docs/as/umn
 | 
			
		||||
link: /auto-scaling/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: as
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,10 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
environment: public
 | 
			
		||||
hc_location: api/asm
 | 
			
		||||
html_location: docs/asm/api-ref
 | 
			
		||||
link: /application-service-mesh/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: asm
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: internal
 | 
			
		||||
html_location: docs/asm/best-practice
 | 
			
		||||
link: /application-service-mesh/best-practice/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/best-practice/source
 | 
			
		||||
service_type: asm
 | 
			
		||||
title: Best Practice
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: usermanual/asm
 | 
			
		||||
html_location: docs/asm/umn
 | 
			
		||||
link: /application-service-mesh/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: asm
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,8 +0,0 @@
 | 
			
		||||
---
 | 
			
		||||
link: /business-dashboard/umn/
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: hidden
 | 
			
		||||
service_type: bd
 | 
			
		||||
title: User Guide
 | 
			
		||||
type: umn
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/bms
 | 
			
		||||
html_location: docs/bms/api-ref
 | 
			
		||||
link: /bare-metal-server/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: bms
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: devg/bms
 | 
			
		||||
html_location: docs/bms/dev
 | 
			
		||||
link: /bare-metal-server/dev-guide/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: dev_guide/source
 | 
			
		||||
service_type: bms
 | 
			
		||||
title: Developer Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: bpicg/bms
 | 
			
		||||
html_location: docs/bms/image-creation-guide
 | 
			
		||||
link: /bare-metal-server/image-creation-guide/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/image-creation-guide/source
 | 
			
		||||
service_type: bms
 | 
			
		||||
title: Private Image Creation Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/bms
 | 
			
		||||
html_location: docs/bms/umn
 | 
			
		||||
link: /bare-metal-server/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: bms
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/cbr
 | 
			
		||||
html_location: docs/cbr/api-ref
 | 
			
		||||
link: /cloud-backup-recovery/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cbr
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: internal
 | 
			
		||||
html_location: docs/cbr/best-practice
 | 
			
		||||
link: /cloud-backup-recovery/best-practice/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/best-practice/source
 | 
			
		||||
service_type: cbr
 | 
			
		||||
title: Best Practice
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/cbr
 | 
			
		||||
html_location: docs/cbr/umn
 | 
			
		||||
link: /cloud-backup-recovery/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cbr
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,7 +1,7 @@
 | 
			
		||||
---
 | 
			
		||||
link: /cloud-create/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cc
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
html_location: docs/cc/umn
 | 
			
		||||
link: /cloud-create/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cc
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api2/cce
 | 
			
		||||
html_location: docs/cce/api-ref
 | 
			
		||||
link: /cloud-container-engine/api-ref/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cce
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: internal
 | 
			
		||||
html_location: docs/cce/best-practice
 | 
			
		||||
link: /cloud-container-engine/best-practice/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/best-practice/source
 | 
			
		||||
service_type: cce
 | 
			
		||||
title: Best Practice
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual2/cce
 | 
			
		||||
html_location: docs/cce/umn
 | 
			
		||||
link: /cloud-container-engine/umn/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cce
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: public
 | 
			
		||||
html_location: docs/cci/api-ref
 | 
			
		||||
link: /cloud-container-instance/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cci
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: public
 | 
			
		||||
html_location: docs/cci/umn
 | 
			
		||||
link: /cloud-container-instance/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cci
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: api/cc
 | 
			
		||||
html_location: docs/ccn/api-ref
 | 
			
		||||
link: /cloud-connect/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: ccn
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ hc_location: usermanual/cc
 | 
			
		||||
html_location: docs/ccn/umn
 | 
			
		||||
link: /cloud-connect/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: ccn
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/ces
 | 
			
		||||
html_location: docs/ces/api-ref
 | 
			
		||||
link: /cloud-eye/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: ces
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/ces
 | 
			
		||||
html_location: docs/ces/umn
 | 
			
		||||
link: /cloud-eye/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: ces
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,9 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
hc_location: api/cfw
 | 
			
		||||
html_location: docs/cfw/api-ref
 | 
			
		||||
link: /cloud-firewall/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cfw
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -1,10 +1,9 @@
 | 
			
		||||
---
 | 
			
		||||
environment: internal
 | 
			
		||||
hc_location: usermanual/cfw
 | 
			
		||||
html_location: docs/cfw/umn
 | 
			
		||||
link: /cloud-firewall/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cfw
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/rms
 | 
			
		||||
html_location: docs/config/api-ref
 | 
			
		||||
link: /config/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: config
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/rms
 | 
			
		||||
html_location: docs/config/umn
 | 
			
		||||
link: /config/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: config
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/csbs
 | 
			
		||||
html_location: docs/csbs/api-ref
 | 
			
		||||
link: /cloud-server-backup-service/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: csbs
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: usermanual/csbs
 | 
			
		||||
html_location: docs/csbs/umn
 | 
			
		||||
link: /cloud-server-backup-service/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: csbs
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: internal
 | 
			
		||||
html_location: docs/cse/api-ref
 | 
			
		||||
link: /cloud-service-engine/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cse
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -4,7 +4,7 @@ environment: internal
 | 
			
		||||
html_location: docs/cse/umn
 | 
			
		||||
link: /cloud-service-engine/umn/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: cse
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
hc_location: api/css
 | 
			
		||||
html_location: docs/css/api-ref
 | 
			
		||||
link: /cloud-search-service/api-ref/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: css
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
hc_location: bestpractice/css
 | 
			
		||||
html_location: docs/css/best-practice
 | 
			
		||||
link: /cloud-search-service/best-practice/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: doc/best-practice/source
 | 
			
		||||
service_type: css
 | 
			
		||||
title: Best Practice
 | 
			
		||||
 | 
			
		||||
@ -2,8 +2,8 @@
 | 
			
		||||
hc_location: usermanual/css
 | 
			
		||||
html_location: docs/css/umn
 | 
			
		||||
link: /cloud-search-service/umn/
 | 
			
		||||
pdf_enabled: false
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: umn/source
 | 
			
		||||
service_type: css
 | 
			
		||||
title: User Guide
 | 
			
		||||
 | 
			
		||||
@ -3,7 +3,7 @@ hc_location: api/cts
 | 
			
		||||
html_location: docs/cts/api-ref
 | 
			
		||||
link: /cloud-trace-service/api-ref/
 | 
			
		||||
pdf_enabled: true
 | 
			
		||||
pdf_environment: internal
 | 
			
		||||
pdf_environment: public
 | 
			
		||||
rst_location: api-ref/source
 | 
			
		||||
service_type: cts
 | 
			
		||||
title: API Reference
 | 
			
		||||
 | 
			
		||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user