Compare commits
9 Commits
orch-split
...
pc-apiref
Author | SHA1 | Date | |
---|---|---|---|
1a93f6d9cb | |||
968799fd60 | |||
f9076808e2 | |||
e3ce9a281f | |||
2884d277b5 | |||
a5f4e1a836 | |||
c2ef8fab62 | |||
d82b382a7b | |||
94752c28a0 |
9
otc_metadata/data/documents/dbss-api-ref.yaml
Normal file
9
otc_metadata/data/documents/dbss-api-ref.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
hc_location: api/dbss
|
||||||
|
html_location: docs/dbss/api-ref
|
||||||
|
link: /database-security-service/api-ref/
|
||||||
|
pdf_name: dbss-api-ref
|
||||||
|
rst_location: api-ref/source
|
||||||
|
service_type: dbss
|
||||||
|
title: API Reference
|
||||||
|
type: api-ref
|
@ -1,5 +1,4 @@
|
|||||||
---
|
---
|
||||||
environment: internal
|
|
||||||
link: /price-calculator/api-ref/
|
link: /price-calculator/api-ref/
|
||||||
pdf_name: pc-api-ref
|
pdf_name: pc-api-ref
|
||||||
rst_location: api-ref/source
|
rst_location: api-ref/source
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: api/rms
|
|
||||||
html_location: docs/rms/api-ref
|
|
||||||
link: /resource-management-service/api-ref/
|
|
||||||
pdf_name: rms-api-ref
|
|
||||||
rst_location: api-ref/source
|
|
||||||
service_type: rms
|
|
||||||
title: API Reference
|
|
||||||
type: api-ref
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
hc_location: usermanual/rms
|
|
||||||
html_location: docs/rms/umn
|
|
||||||
link: /resource-management-service/umn/
|
|
||||||
pdf_name: rms-umn
|
|
||||||
rst_location: umn/source
|
|
||||||
service_type: rms
|
|
||||||
title: User Guide
|
|
||||||
type: umn
|
|
@ -7,7 +7,7 @@ repositories:
|
|||||||
- environment: public
|
- environment: public
|
||||||
repo: opentelekomcloud-docs/application-performance-management
|
repo: opentelekomcloud-docs/application-performance-management
|
||||||
type: github
|
type: github
|
||||||
service_category: md
|
service_category: application
|
||||||
service_title: Application Performance Management
|
service_title: Application Performance Management
|
||||||
service_type: apm
|
service_type: apm
|
||||||
service_uri: application-performance-management
|
service_uri: application-performance-management
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
---
|
---
|
||||||
environment: public
|
environment: public
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
|
||||||
repo: docs/enterprise-dashboard
|
|
||||||
type: gitea
|
|
||||||
- environment: public
|
- environment: public
|
||||||
repo: opentelekomcloud-docs/enterprise-dashboard
|
repo: opentelekomcloud-docs/enterprise-dashboard
|
||||||
type: github
|
type: github
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
environment: hidden
|
environment: public
|
||||||
repositories:
|
repositories:
|
||||||
- environment: internal
|
- environment: internal
|
||||||
repo: docs/price-calculator
|
repo: docs/price-calculator
|
||||||
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
environment: public
|
|
||||||
repositories:
|
|
||||||
- environment: internal
|
|
||||||
repo: docs/resource-management-service
|
|
||||||
type: gitea
|
|
||||||
- environment: public
|
|
||||||
repo: opentelekomcloud-docs/resource-management-service
|
|
||||||
type: github
|
|
||||||
service_category: md
|
|
||||||
service_title: Resource Management Service
|
|
||||||
service_type: rms
|
|
||||||
service_uri: resource-management-service
|
|
||||||
teams:
|
|
||||||
- name: docs-orchestration-rw
|
|
||||||
permission: write
|
|
@ -144,6 +144,11 @@ latex_elements = {
|
|||||||
'papersize': 'a4paper',
|
'papersize': 'a4paper',
|
||||||
'pointsize': '12pt',
|
'pointsize': '12pt',
|
||||||
'figure_align': 'H',
|
'figure_align': 'H',
|
||||||
'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}',
|
'preamble': rf'''{% raw %}
|
||||||
|
\newcommand{{\githash}}{{{current_commit_hash}}}
|
||||||
|
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
|
||||||
|
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
|
||||||
|
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}{% endraw %}
|
||||||
|
''',
|
||||||
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
|
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user