Compare commits

..

1 Commits

Author SHA1 Message Date
9ba817aa9d splitting orchestration to paas and cms
All checks were successful
gl/check check status: success (9ba817aa9d337df1f783f05e9a80dbfd7dfb866e)
gl/gate gate status: success (9ba817aa9d337df1f783f05e9a80dbfd7dfb866e)
2024-11-06 00:15:20 +00:00
2 changed files with 2 additions and 7 deletions

View File

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

View File

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