Compare commits

...

7 Commits

Author SHA1 Message Date
8235d8446d enable cci for upcoming release on prod
All checks were successful
gl/check check status: success (8235d8446d1b972e41f83d86d854db216678b28e)
gl/gate gate status: success (8235d8446d1b972e41f83d86d854db216678b28e)
2024-09-26 07:42:03 +00:00
7222eb787b enable asm for upcoming release on prod
Reviewed-by: Nils Magnus <magnus@linuxtag.org>
Co-authored-by: tischrei <tino.schreiber@t-systems.com>
Co-committed-by: tischrei <tino.schreiber@t-systems.com>
2024-09-25 14:08:13 +00:00
0681226873 removed extra tags
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Bobkova, Natalia <natalia.bobkova@t-systems.com>
Co-committed-by: Bobkova, Natalia <natalia.bobkova@t-systems.com>
2024-09-19 14:05:51 +00:00
0ede9b724d fixing wrong reference to original doc location
Reviewed-by: vladimirvshivkov <vshivkovvladimir@gmail.com>
Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
2024-09-19 11:05:16 +00:00
6884d80c33 remove-obsswiftapi-yaml
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
Co-committed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com>
2024-09-19 08:02:22 +00:00
edaf38baf6 Create EPS api/umn documentation
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Reviewed-by: tischrei <tino.schreiber@t-systems.com>
Co-authored-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-committed-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com>
2024-09-17 13:27:32 +00:00
e153f7d112 longer commit string
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-09-06 08:04:20 +00:00
13 changed files with 47 additions and 20 deletions

View File

@ -1,5 +1,5 @@
--- ---
environment: internal environment: public
hc_location: usermanual/asm hc_location: usermanual/asm
html_location: docs/asm/umn html_location: docs/asm/umn
link: /application-service-mesh/umn/ link: /application-service-mesh/umn/

View File

@ -1,6 +1,6 @@
--- ---
hc_location: usermanual/cci hc_location: usermanual/cci
environment: internal environment: public
html_location: docs/cci/umn html_location: docs/cci/umn
link: /cloud-container-instance/umn/ link: /cloud-container-instance/umn/
pdf_name: cci-umn pdf_name: cci-umn

View File

@ -1,5 +1,4 @@
--- ---
environment: internal
hc_location: api/rms hc_location: api/rms
html_location: docs/config/api-ref html_location: docs/config/api-ref
link: /config/api-ref/ link: /config/api-ref/

View File

@ -1,5 +1,4 @@
--- ---
environment: internal
hc_location: usermanual/rms hc_location: usermanual/rms
html_location: docs/config/umn html_location: docs/config/umn
link: /config/umn/ link: /config/umn/

View File

@ -0,0 +1,11 @@
---
environment: internal
hc_location: api/em
html_location: docs/eps/api-ref
link: /enterprise-project-service/api-ref/
pdf_name: eps-api-ref
rst_location: api-ref/source
service_type: eps
title: API Reference
type: api-ref

View File

@ -0,0 +1,11 @@
---
environment: internal
hc_location: usermanual/em
html_location: docs/eps/umn
link: /enterprise-project-service/umn/
pdf_name: eps-umn
rst_location: umn/source
service_type: eps
title: User Guide
type: umn

View File

@ -1,10 +0,0 @@
---
environment: internal
hc_location: api_swift/obs
html_location: docs/obs/api-swift
link: /object-storage-service/swiftapi/
pdf_name: obs-swiftapi
rst_location: doc/swiftapi/source
service_type: obs
title: API Reference (Swift) - Deprecated - Will be removed at 2023 Nov. 10!
type: swiftapi

View File

@ -1,5 +1,5 @@
--- ---
hc_location: api/rfs hc_location: api/aos
environment: internal environment: internal
html_location: docs/rfs/api-ref html_location: docs/rfs/api-ref
link: /resource-formation-service/api-ref/ link: /resource-formation-service/api-ref/

View File

@ -1,5 +1,5 @@
--- ---
environment: internal environment: public
repositories: repositories:
- environment: internal - environment: internal
repo: docs/application-service-mesh repo: docs/application-service-mesh

View File

@ -1,5 +1,5 @@
--- ---
environment: internal environment: public
repositories: repositories:
- environment: internal - environment: internal
repo: docs/cloud-container-instance repo: docs/cloud-container-instance

View File

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

View File

@ -0,0 +1,17 @@
---
environment: internal
repositories:
- environment: internal
repo: docs/enterprise-project-service
type: gitea
- environment: public
repo: opentelekomcloud-docs/enterprise-project-service
type: github
service_category: security-services
service_title: Enterprise Project Service
service_type: eps
service_uri: enterprise-project-service
teams:
- name: docs-security-services-rw
permission: write

View File

@ -133,8 +133,8 @@ latex_documents = [
{% endif -%} {% endif -%}
] ]
# Get the Git commit values # Get the Git commit values for last updated timestamp on each page
repo = Repo(search_parent_directories=True) repo = Repo(search_parent_directories=True)
commit = repo.head.commit commit = repo.head.commit
current_commit_hash = commit.hexsha[:7] current_commit_hash = commit.hexsha
current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M') current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M')