Compare commits

..

10 Commits

Author SHA1 Message Date
34e9ab235f fix squad value
All checks were successful
gl/check check status: success (34e9ab235f6e0922df460a29aad98371c910b9fa)
gl/gate gate status: success (34e9ab235f6e0922df460a29aad98371c910b9fa)
2024-02-23 16:49:30 +01:00
c9461de490 enable Best Practice docs for CSS
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-02-23 11:42:58 +00:00
6cfd6ae04b fix pep8 template in tox.ini
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-02-22 13:25:48 +00:00
a51b2fcc76 Added business dashboard
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-22 10:31:00 +00:00
adc0cb82c3 make glossary, security, regions and endpoints hidden
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-02-14 11:34:15 +00:00
cd6241bef5 add Glossary and Security Advisory
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-02-13 14:29:34 +00:00
cb2e4bd9d4 add new repo regions and Endpoints rae
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-02-13 14:25:04 +00:00
5b23c77309 make sd public available
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-02-13 14:12:33 +00:00
c1c45ec37d make status dashboard documentation visible and remove umn
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-02-13 10:59:24 +00:00
e0b234d46f add gitea repo for Internal documentation
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-02-13 09:50:44 +00:00
10 changed files with 84 additions and 3 deletions

View File

@ -0,0 +1,6 @@
---
link: /business-dashboard/umn/
rst_location: umn/source
service_type: bd
title: User Guide
type: umn

View File

@ -1,6 +1,5 @@
---
hc_location: bestpractice/css
environment: internal
html_location: docs/css/best-practice
link: /cloud-search-service/best-practice/
pdf_name: css-best-practice

View File

@ -0,0 +1,13 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/business-dashboard
type: gitea
service_category: other
service_title: Business Dashboard
service_type: bd
service_uri: business-dashboard
teams:
- name: docs-dashboard-rw
permission: write

View File

@ -12,5 +12,5 @@ service_title: FunctionGraph
service_type: fg
service_uri: function-graph
teams:
- name: docs-compute-rw
- name: docs-container-rw
permission: write

View File

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs/glossary
type: gitea
- environment: public
repo: opentelekomcloud-docs/glossary
type: github
service_category: other
service_title: Glossary
service_type: gloss
service_uri: glossary
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

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs/regions-and-endpoints
type: gitea
- environment: public
repo: opentelekomcloud-docs/regions-and-endpoints
type: github
service_category: other
service_title: Regions and Endpoints
service_type: rae
service_uri: regions-and-endpoints
teams:
- name: docs-eco-rw
permission: write

View File

@ -1,5 +1,5 @@
---
environment: internal
environment: public
repositories:
- environment: internal
repo: docs/status-dashboard

View File

@ -0,0 +1,16 @@
---
environment: hidden
repositories:
- environment: internal
repo: docs/security
type: gitea
- environment: public
repo: opentelekomcloud-docs/security
type: github
service_category: other
service_title: Security
service_type: sec
service_uri: security
teams:
- name: docs-eco-rw
permission: write

View File

@ -13,6 +13,8 @@ commands = stestr run {posargs}
stestr slowest
[testenv:pep8]
allowlist_externals =
doc8
commands =
doc8 doc/source README.rst