Compare commits

..

2 Commits

Author SHA1 Message Date
367aef60a9 Rename tox target for pdf build
All checks were successful
gl/check check status: success (367aef60a9061155a5ae130f61126ecfad2b32cd)
zuul jobs require target to be called pdf-docs instead of docs-pdf
2023-03-23 12:25:19 +01:00
79e52debf7 Include pdf filenames into zuul config
All checks were successful
gl/check check status: success (79e52debf72cc6ddab8ebb82c30bc6528ff41fd5)
Zuul jobs expect to know PDF filenames to be fetching from artifacts.
Best way is to include them into the project config while managing zuul
config.
2023-02-23 17:18:52 +01:00
2 changed files with 5 additions and 38 deletions

View File

@ -293,24 +293,6 @@ documents:
service_type: dis service_type: dis
title: User Guide title: User Guide
type: umn type: umn
- environment: internal
hc_location: api/dli
html_location: docs/dli/api-ref
link: /data-lake-insight/api-ref/
pdf_name: dli-api-ref
rst_location: api-ref/source
service_type: dli
title: API Reference
type: api-ref
- environment: internal
hc_location: usermanual/dli
html_location: docs/dli/umn
link: /data-lake-insight/umn/
pdf_name: dli-umn
rst_location: umn/source
service_type: dli
title: User Guide
type: umn
- hc_location: api/dms - hc_location: api/dms
html_location: docs/dms/api-ref html_location: docs/dms/api-ref
link: /distributed-message-service/api-ref/ link: /distributed-message-service/api-ref/
@ -691,18 +673,17 @@ documents:
html_location: docs/obs/pfs html_location: docs/obs/pfs
link: /object-storage-service/parallel-file-system/ link: /object-storage-service/parallel-file-system/
pdf_name: obs-pfs pdf_name: obs-pfs
rst_location: doc/parallel-file-system/source rst_location: doc/pfs/source
service_type: obs service_type: obs
title: Parallel File System (PFS) title: Parallel File System (PFS)
type: parallel-file-system type: pfs
- environment: internal - html_location: docs/obs/perms-cfg
html_location: docs/obs/perms-cfg
link: /object-storage-service/permissions-configuration-guide/ link: /object-storage-service/permissions-configuration-guide/
pdf_name: obs-perms-cfg pdf_name: obs-perms-cfg
rst_location: doc/permissions-configuration-guide/source rst_location: doc/perms-cfg/source
service_type: obs service_type: obs
title: Permissions Configuration Guide title: Permissions Configuration Guide
type: permissions-configuration-guide type: perms-cfg
- hc_location: api_swift/obs - hc_location: api_swift/obs
html_location: docs/obs/api-swift html_location: docs/obs/api-swift
link: /object-storage-service/swiftapi/ link: /object-storage-service/swiftapi/
@ -1269,19 +1250,6 @@ services:
teams: teams:
- name: docs-network-rw - name: docs-network-rw
permission: write permission: write
- repositories:
- environment: internal
repo: docs/data-lake-insight
type: gitea
- environment: public
repo: docs/data-lake-insight
type: github
service_category: big_data
service_title: Data Lake Insight
service_type: dli
teams:
- name: docs-bigdata-ai-rw
permission: write
- repositories: - repositories:
- environment: internal - environment: internal
repo: docs/data-replication-service repo: docs/data-replication-service

View File

@ -3,4 +3,3 @@ ruamel.yaml
requests requests
jinja2 jinja2
dirsync dirsync
cookiecutter