add new tools
This commit is contained in:
parent
8358d28942
commit
a092056387
@ -89,14 +89,14 @@ documents:
|
||||
title: User Guide
|
||||
type: umn
|
||||
- html_location: docs/cce/api-ref
|
||||
link: /api-ref/cloud-container-service/
|
||||
link: /api-ref/cloud-container-engine/
|
||||
pdf_name: cce-api-ref
|
||||
rst_location: api-ref/source
|
||||
service_type: cce
|
||||
title: API Reference
|
||||
type: api-ref
|
||||
- html_location: docs/cce/umn
|
||||
link: /umn/cloud-container-service/
|
||||
link: /umn/cloud-container-engine/
|
||||
pdf_name: cce-umn
|
||||
rst_location: umn/source
|
||||
service_type: cce
|
||||
@ -324,12 +324,6 @@ documents:
|
||||
service_type: ecs
|
||||
title: Developer Guide
|
||||
type: dev
|
||||
- environment: internal
|
||||
link: /not_present/elastic-cloud-server/
|
||||
rst_location: docs/ecs/hld
|
||||
service_type: ecs
|
||||
title: HLD
|
||||
type: hld
|
||||
- html_location: docs/ecs/umn
|
||||
link: /umn/elastic-cloud-server/
|
||||
pdf_name: ecs-umn
|
||||
@ -855,10 +849,10 @@ services:
|
||||
service_type: cbr
|
||||
- repositories:
|
||||
- environment: internal
|
||||
repo: docs/cloud-container-service
|
||||
repo: docs/cloud-container-engine
|
||||
type: gitea
|
||||
- environment: public
|
||||
repo: opentelekomcloud-docs/cloud-container-service
|
||||
repo: opentelekomcloud-docs/cloud-container-engine
|
||||
type: github
|
||||
service_category: container
|
||||
service_title: Cloud Container Service
|
||||
@ -1274,7 +1268,7 @@ services:
|
||||
- environment: internal
|
||||
repo: docs/volume-backup-service
|
||||
type: gitea
|
||||
- env: pub
|
||||
- environment: public
|
||||
repo: opentelekomcloud-docs/volume-backup-service
|
||||
type: github
|
||||
service_category: storage
|
||||
|
103
otc_metadata/templates/conf.py.j2
Normal file
103
otc_metadata/templates/conf.py.j2
Normal file
File diff suppressed because it is too large
Load Diff
156
tools/bootstrap_repositories.py
Normal file
156
tools/bootstrap_repositories.py
Normal file
File diff suppressed because it is too large
Load Diff
207
tools/generate_doc_confpy.py
Normal file
207
tools/generate_doc_confpy.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -67,7 +67,7 @@ def process_repositories(args, service):
|
||||
elif repo["type"] == 'github':
|
||||
repo_url = f"git@github.com:/{repo['repo']}"
|
||||
else:
|
||||
logging.error(f"Repository typw {repo['type']} is not supported")
|
||||
logging.error(f"Repository type {repo['type']} is not supported")
|
||||
exit(1)
|
||||
if not checkout_exists:
|
||||
git_repo = Repo.clone_from(
|
||||
|
Loading…
x
Reference in New Issue
Block a user