Compare commits
1 Commits
tischrei-p
...
confpy-git
Author | SHA1 | Date | |
---|---|---|---|
b8c62735a2 |
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: public
|
||||
environment: internal
|
||||
hc_location: usermanual/asm
|
||||
html_location: docs/asm/umn
|
||||
link: /application-service-mesh/umn/
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
hc_location: api/cci
|
||||
environment: public
|
||||
environment: internal
|
||||
html_location: docs/cci/api-ref
|
||||
link: /cloud-container-instance/api-ref/
|
||||
pdf_name: cci-api-ref
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
environment: internal
|
||||
hc_location: api/rms
|
||||
html_location: docs/config/api-ref
|
||||
link: /config/api-ref/
|
||||
|
@ -1,4 +1,5 @@
|
||||
---
|
||||
environment: internal
|
||||
hc_location: usermanual/rms
|
||||
html_location: docs/config/umn
|
||||
link: /config/umn/
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
environment: internal
|
||||
hc_location: api/nosql
|
||||
html_location: docs/gaussdb_nosql/api-ref
|
||||
link: /gaussdb-nosql/api-ref/
|
||||
|
@ -1,5 +1,4 @@
|
||||
---
|
||||
environment: internal
|
||||
hc_location: usermanual/nosql
|
||||
html_location: docs/gaussdb_nosql/umn
|
||||
link: /gaussdb-nosql/umn/
|
||||
|
10
otc_metadata/data/documents/obs-swiftapi.yaml
Normal file
10
otc_metadata/data/documents/obs-swiftapi.yaml
Normal 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
|
@ -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/
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: public
|
||||
environment: internal
|
||||
repositories:
|
||||
- environment: internal
|
||||
repo: docs/application-service-mesh
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: public
|
||||
environment: internal
|
||||
repositories:
|
||||
- environment: internal
|
||||
repo: docs/cloud-container-instance
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: public
|
||||
environment: internal
|
||||
repositories:
|
||||
- environment: internal
|
||||
repo: docs/config
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
environment: internal
|
||||
environment: public
|
||||
repositories:
|
||||
- environment: internal
|
||||
repo: docs/gaussdb-nosql
|
||||
|
@ -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')
|
||||
|
Reference in New Issue
Block a user