Compare commits

...

5 Commits

Author SHA1 Message Date
6f74306bcf add api-ref for dbss
All checks were successful
gl/check check status: success (6f74306bcf8a52d7f69f617b5ab43409dcfd9501)
gl/gate gate status: success (6f74306bcf8a52d7f69f617b5ab43409dcfd9501)
2024-11-21 11:38:47 +00:00
2884d277b5 Archive ED Gitea Repo
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2024-11-14 13:44:53 +00:00
a5f4e1a836 fix issue in conf.py template
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-11-13 13:53:09 +00:00
c2ef8fab62 Update PDF startpage confpy variables
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2024-11-13 10:30:47 +00:00
d82b382a7b Move APM to Application services
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-11-12 13:01:30 +00:00
4 changed files with 16 additions and 5 deletions

View 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

View File

@ -7,7 +7,7 @@ repositories:
- environment: public
repo: opentelekomcloud-docs/application-performance-management
type: github
service_category: md
service_category: application
service_title: Application Performance Management
service_type: apm
service_uri: application-performance-management

View File

@ -1,9 +1,6 @@
---
environment: public
repositories:
- environment: internal
repo: docs/enterprise-dashboard
type: gitea
- environment: public
repo: opentelekomcloud-docs/enterprise-dashboard
type: github

View File

@ -144,6 +144,11 @@ latex_elements = {
'papersize': 'a4paper',
'pointsize': '12pt',
'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'
}