Compare commits
2 Commits
main
...
propose-cc
Author | SHA1 | Date | |
---|---|---|---|
4067a5e6cc | |||
34355b8b27 |
@ -31,13 +31,13 @@ otcdocs_git_fqdn = 'gitea.eco.tsi-dev.otc-service.com'
|
|||||||
otcdocs_git_type = 'gitea'
|
otcdocs_git_type = 'gitea'
|
||||||
|
|
||||||
# Those variables are needed for indexing into OpenSearch
|
# Those variables are needed for indexing into OpenSearch
|
||||||
otcdocs_doc_environment = 'internal'
|
otcdocs_doc_environment = ''
|
||||||
otcdocs_doc_link = '/cloud-container-engine/umn/'
|
otcdocs_doc_link = ''
|
||||||
otcdocs_doc_title = 'User Guide'
|
otcdocs_doc_title = ''
|
||||||
otcdocs_doc_type = 'umn'
|
otcdocs_doc_type = ''
|
||||||
otcdocs_service_category = 'container'
|
otcdocs_service_category = ''
|
||||||
otcdocs_service_title = 'Cloud Container Engine'
|
otcdocs_service_title = ''
|
||||||
otcdocs_service_type = 'cce'
|
otcdocs_service_type = ''
|
||||||
otcdocs_search_environment = 'hc_de'
|
otcdocs_search_environment = 'hc_de'
|
||||||
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
otcdocs_search_url = "https://opensearch.eco.tsi-dev.otc-service.com/"
|
||||||
|
|
||||||
@ -109,4 +109,9 @@ html_static_path = ['_static']
|
|||||||
html_copy_source = False
|
html_copy_source = False
|
||||||
|
|
||||||
# -- Options for PDF output --------------------------------------------------
|
# -- Options for PDF output --------------------------------------------------
|
||||||
latex_documents = []
|
latex_documents = [
|
||||||
|
('index',
|
||||||
|
'None.tex',
|
||||||
|
u'Cloud Container Engine - User Guide',
|
||||||
|
u'OpenTelekomCloud', 'manual'),
|
||||||
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user