Compare commits

...

3 Commits

Author SHA1 Message Date
a91dfe8b5b activate that pdf jobs are visible in tox.ini without activating them
All checks were successful
gl/check check status: success (a91dfe8b5ba9d077160cd846162cac6f481208d6)
gl/gate gate status: success (a91dfe8b5ba9d077160cd846162cac6f481208d6)
2025-01-17 13:11:16 +00:00
1529742878 adding cloud connect service
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2025-01-14 08:27:08 +00:00
381a4e329b Disable PDF rendering for cce, css, evs and mrs
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Sebastian Gode <sebastian.gode@telekom.de>
Co-committed-by: Sebastian Gode <sebastian.gode@telekom.de>
2024-12-19 14:01:03 +00:00
19 changed files with 53 additions and 17 deletions

View File

@ -2,7 +2,7 @@
hc_location: api2/cce
html_location: docs/cce/api-ref
link: /cloud-container-engine/api-ref/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: api-ref/source
service_type: cce

View File

@ -3,7 +3,7 @@ hc_location: bestpractice/cce
environment: internal
html_location: docs/cce/best-practice
link: /cloud-container-engine/best-practice/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/best-practice/source
service_type: cce

View File

@ -2,7 +2,7 @@
hc_location: usermanual2/cce
html_location: docs/cce/umn
link: /cloud-container-engine/umn/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: umn/source
service_type: cce

View File

@ -0,0 +1,11 @@
---
environment: internal
hc_location: api/cc
html_location: docs/ccn/api-ref
link: /cloud-connect/api-ref/
pdf_enabled: true
pdf_environment: internal
rst_location: api-ref/source
service_type: ccn
title: API Reference
type: api-ref

View File

@ -0,0 +1,11 @@
---
environment: internal
hc_location: usermanual/cc
html_location: docs/ccn/umn
link: /cloud-connect/umn/
pdf_enabled: true
pdf_environment: internal
rst_location: umn/source
service_type: ccn
title: User Guide
type: umn

View File

@ -2,7 +2,7 @@
hc_location: api/css
html_location: docs/css/api-ref
link: /cloud-search-service/api-ref/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: api-ref/source
service_type: css

View File

@ -2,7 +2,7 @@
hc_location: bestpractice/css
html_location: docs/css/best-practice
link: /cloud-search-service/best-practice/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/best-practice/source
service_type: css

View File

@ -2,7 +2,7 @@
hc_location: usermanual/css
html_location: docs/css/umn
link: /cloud-search-service/umn/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: umn/source
service_type: css

View File

@ -2,7 +2,7 @@
hc_location: api/evs
html_location: docs/evs/api-ref
link: /elastic-volume-service/api-ref/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: api-ref/source
service_type: evs

View File

@ -3,7 +3,7 @@ hc_location: bestpractice/evs
environment: internal
html_location: docs/evs/best-practice
link: /elastic-volume-service/best-practice/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/best-practice/source
service_type: evs

View File

@ -2,7 +2,7 @@
hc_location: devg/evs
html_location: docs/evs/dev
link: /elastic-volume-service/dev-guide/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: dev_guide/source
service_type: evs

View File

@ -2,7 +2,7 @@
hc_location: usermanual/evs
html_location: docs/evs/umn
link: /elastic-volume-service/umn/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: umn/source
service_type: evs

View File

@ -2,7 +2,7 @@
hc_location: api/mrs
html_location: docs/mrs/api-ref
link: /mapreduce-service/api-ref/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: api-ref/source
service_type: mrs

View File

@ -3,7 +3,7 @@ hc_location: bestpractice/mrs
environment: internal
html_location: docs/mrs/best-practice
link: /mapreduce-service/best-practice/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/best-practice/source
service_type: mrs

View File

@ -2,7 +2,7 @@
hc_location: cmpntguide-lts/mrs
html_location: docs/mrs/component-operation-guide-lts
link: /mapreduce-service/operation-guide-lts/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/component-operation-guide-lts/source
service_type: mrs

View File

@ -2,7 +2,7 @@
hc_location: cmpntguide/mrs
html_location: docs/mrs/component-operation-guide
link: /mapreduce-service/operation-guide/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: doc/component-operation-guide/source
service_type: mrs

View File

@ -2,7 +2,7 @@
hc_location: usermanual/mrs
html_location: docs/mrs/umn
link: /mapreduce-service/umn/
pdf_enabled: true
pdf_enabled: false
pdf_environment: internal
rst_location: umn/source
service_type: mrs

View File

@ -0,0 +1,16 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/cloud-connect
type: gitea
- environment: public
repo: opentelekomcloud-docs/cloud-connect
type: github
service_category: network
service_title: Cloud Connect
service_type: ccn
service_uri: cloud-connect
teams:
- name: docs-network-rw
permission: write

View File

@ -107,7 +107,6 @@ commands =
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
{%- endif %}
{% if doc.pdf_enabled -%}
# PDF version
[testenv:{{ doc.type }}-pdf-docs]
deps = {[testenv:docs]deps}
@ -126,7 +125,6 @@ commands =
make -C {{ loc }}/build/pdf
mkdir -p doc/build/pdf
cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
{% endif %}
{% endfor %}
[testenv:bindeps]