Compare commits

...

2 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
4 changed files with 38 additions and 2 deletions

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

@ -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]