Compare commits
1 Commits
add_pdf_to
...
disable_pd
Author | SHA1 | Date | |
---|---|---|---|
074bc65441 |
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
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
|
|
@ -107,6 +107,7 @@ commands =
|
|||||||
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
|
cp -av doc/build/json/{{ doc.type }} {{ doc.type }}/build/json
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
|
{% if doc.pdf_enabled -%}
|
||||||
# PDF version
|
# PDF version
|
||||||
[testenv:{{ doc.type }}-pdf-docs]
|
[testenv:{{ doc.type }}-pdf-docs]
|
||||||
deps = {[testenv:docs]deps}
|
deps = {[testenv:docs]deps}
|
||||||
@ -125,6 +126,7 @@ commands =
|
|||||||
make -C {{ loc }}/build/pdf
|
make -C {{ loc }}/build/pdf
|
||||||
mkdir -p doc/build/pdf
|
mkdir -p doc/build/pdf
|
||||||
cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
|
cp {{ loc }}/build/pdf/{{ service_type }}-{{ doc.type }}.pdf doc/build/pdf/
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
[testenv:bindeps]
|
[testenv:bindeps]
|
||||||
|
Reference in New Issue
Block a user