Compare commits

...

2 Commits

Author SHA1 Message Date
34e2521c90 Increase otcdocstheme public version requirement
All checks were successful
gl/check check status: success (34e2521c9014004566a3f3234a9125d1658dc499)
gl/gate gate status: success (34e2521c9014004566a3f3234a9125d1658dc499)
2024-01-29 10:08:35 +00:00
28a1c05d34 fixing AC docs locations and titles
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-01-26 08:54:50 +00:00
3 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
environment: public
link: /architecture-center/blueprints/
pdf_name: architecture-center-blueprints
rst_location: blueprints/source
rst_location: doc/blueprints/source
service_type: ac
title: Architecture Center Blueprints
title: Blueprints
type: blueprints

View File

@ -2,7 +2,7 @@
environment: public
link: /architecture-center/cloud-adoption-framework/
pdf_name: architecture-center-cloud-adoption-framework
rst_location: caf/source
rst_location: doc/caf/source
service_type: ac
title: Architecture Center Cloud Adoption Framework
title: Cloud Adoption Framework
type: caf

View File

@ -1,6 +1,6 @@
sphinx>=2.0.0,!=2.1.0 # BSD
{% if target_environment == 'public' %}
otcdocstheme<1.0.0 # Apache-2.0
otcdocstheme<2.0.0 # Apache-2.0
{% elif target_environment == 'internal' %}
otcdocstheme # Apache-2.0
{% else %}