Compare commits
3 Commits
update-sta
...
swiss_rae
Author | SHA1 | Date | |
---|---|---|---|
fc73cf1506 | |||
dcd92366d0 | |||
d1c6b89ca6 |
16
otc_metadata/data/services/rae.yaml
Normal file
16
otc_metadata/data/services/rae.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
environment: hidden
|
||||||
|
repositories:
|
||||||
|
- environment: internal
|
||||||
|
repo: docs-swiss/regions-and-endpoints
|
||||||
|
type: gitea
|
||||||
|
- environment: public
|
||||||
|
repo: opentelekomcloud-docs-swiss/regions-and-endpoints
|
||||||
|
type: github
|
||||||
|
service_category: other
|
||||||
|
service_title: Regions and Endpoints
|
||||||
|
service_type: rae
|
||||||
|
service_uri: regions-and-endpoints
|
||||||
|
teams:
|
||||||
|
- name: docs-eco-rw
|
||||||
|
permission: write
|
@ -145,6 +145,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