Compare commits

..

1 Commits

Author SHA1 Message Date
b8c62735a2 Added Commit Hash and Time to confpy
All checks were successful
gl/check check status: success (b8c62735a20c18ed5bee6b52c9dc9fbdf6af10fa)
gl/gate gate status: success (b8c62735a20c18ed5bee6b52c9dc9fbdf6af10fa)
2024-09-06 07:25:32 +00:00
13 changed files with 20 additions and 47 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -1,11 +0,0 @@
---
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

@ -1,11 +0,0 @@
---
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

@ -0,0 +1,10 @@
---
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/aos
hc_location: api/rfs
environment: internal
html_location: docs/rfs/api-ref
link: /resource-formation-service/api-ref/

View File

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

View File

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

View File

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

View File

@ -1,17 +0,0 @@
---
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 -%}
]
# Get the Git commit values for last updated timestamp on each page
# Get the Git commit values
repo = Repo(search_parent_directories=True)
commit = repo.head.commit
current_commit_hash = commit.hexsha
current_commit_hash = commit.hexsha[:7]
current_commit_time = commit.committed_datetime.strftime('%Y-%m-%d %H:%M')