Compare commits

..

3 Commits

Author SHA1 Message Date
28f808946a Update PDF startpage confpy variables
All checks were successful
gl/check check status: success (28f808946a627441ac0a35f65bbb2b67fd15854d)
gl/gate gate status: success (28f808946a627441ac0a35f65bbb2b67fd15854d)
2024-11-13 10:23:27 +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
94752c28a0 splitting orchestration to paas and cms
Reviewed-by: vladimirvshivkov <vshivkovvladimir@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-11-06 12:08:21 +00:00
2 changed files with 7 additions and 2 deletions

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

@ -144,6 +144,11 @@ latex_elements = {
'papersize': 'a4paper',
'pointsize': '12pt',
'figure_align': 'H',
'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}',
'preamble': rf'''
\newcommand{{\githash}}{{{current_commit_hash}}}
\newcommand{{\gitcommittime}}{{{current_commit_time}}}
\newcommand{{\doctitle}}{{{otcdocs_doc_title}}}
\newcommand{{\servicetitle}}{{{otcdocs_service_title}}}
''',
'sphinxsetup': 'hmargin={15mm,15mm}, vmargin={20mm,30mm}, marginpar=10mm'
}