Compare commits

..

5 Commits

Author SHA1 Message Date
5aed28b2de add gitea repo for Internal documentation
All checks were successful
gl/check check status: success (5aed28b2deb80af9642bba27e7ac405de34bbb59)
gl/gate gate status: success (5aed28b2deb80af9642bba27e7ac405de34bbb59)
2024-02-13 08:52:03 +00:00
762eac98a6 added docs-on-docs
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2024-02-12 09:14:31 +00:00
f11e3fc8fc fix link for caf
Reviewed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-01-31 09:35:12 +00:00
ef7985a733 Increase otcdocstheme public version requirement
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gode, Sebastian <sebastian.gode@t-systems.com>
Co-committed-by: Gode, Sebastian <sebastian.gode@t-systems.com>
2024-01-29 10:26:20 +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
4 changed files with 28 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- ---
environment: public environment: public
link: /architecture-center/cloud-adoption-framework/ link: /architecture-center/caf/
pdf_name: architecture-center-cloud-adoption-framework pdf_name: architecture-center-cloud-adoption-framework
rst_location: doc/caf/source rst_location: doc/caf/source
service_type: ac service_type: ac

View File

@ -0,0 +1,13 @@
---
environment: hidden
repositories:
- environment: public
repo: opentelekomcloud-docs/docs_on_docs
type: github
service_category: other
service_title: Documentation about documentation
service_type: dod
service_uri: docs-on-docs
teams:
- name: docs-eco-rw
permission: write

View File

@ -0,0 +1,13 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/internal-documentation
type: gitea
service_category: other
service_title: Internal Documentation
service_type: intdocs
service_uri: internal-documentation
teams:
- name: docs-eco-rw
permission: write

View File

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