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
3 changed files with 5 additions and 7 deletions

View File

@ -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: application service_category: md
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

View File

@ -1,6 +1,9 @@
--- ---
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

View File

@ -144,11 +144,6 @@ latex_elements = {
'papersize': 'a4paper', 'papersize': 'a4paper',
'pointsize': '12pt', 'pointsize': '12pt',
'figure_align': 'H', 'figure_align': 'H',
'preamble': rf'''{% raw %} 'preamble': r'\newcommand{\githash}{' + current_commit_hash + '}',
\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'
} }