-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdoom.config.yml
More file actions
42 lines (36 loc) · 1.46 KB
/
doom.config.yml
File metadata and controls
42 lines (36 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
title: Alauda DevOps Docs
logoText: Alauda DevOps Docs
lang: en
api:
crds:
- docs/shared/crds/*.yaml
openapis:
- docs/shared/openapis/*.json
internalRoutes:
- '*/teps/**/*'
- '**/teps/**/*'
- '*/keps/**/*'
- '**/keps/**/*'
- '*/development/**/*'
- '**/development/**/*'
releaseNotes:
queryTemplates:
## TODO: change the versionMatch for the next releases
unfixed: |
project = <%= project %> AND affectedVersion in ("<%= version %>") AND type = Bug AND status in (Cancelled) AND ReleaseNotesStatus = Publish
unfixedIssues: |
project = <%= project %> AND (<%- version %>) AND type = Bug AND status in (Cancelled) AND ReleaseNotesStatus = Publish
fixed: |
project = <%= project %> AND fixVersion in ("<%= version %>") AND type = Bug AND status in (Done, Resolved) AND ReleaseNotesStatus = Publish
fixedIssues: |
project = <%= project %> AND (<%- version %>) AND type = Bug AND status in (Done, Resolved) AND ReleaseNotesStatus = Publish
translate:
# 系统提示语,ejs 模板,传入的参数有 `sourceLang`, `targetLang`, `additionalPrompts`
# 其中 `sourceLang` 和 `targetLang` 是 `中文` 和 `英文` 两个字符串,
# `additionalPrompts` 为 `i18n` 中的 `additionalPrompts` 配置,可能为空
# 默认的系统提示语如下,可以根据实际情况进行修改
userPrompt: |
- 以下术语请保持不要翻译
* Global Cluster
* Business Cluster
* Administrator