Skip to content

Commit

Permalink
doc: 文档链接优化 issue #9766
Browse files Browse the repository at this point in the history
  • Loading branch information
lockiechen committed Dec 5, 2023
1 parent bc4e61e commit bc99355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/common-lib/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ export const BkciDocs = {
}
export const pipelineDocs = {
ALIAS_BUILD_NO_DOC: `${commonPrefix}/Services/Pipeline/pipeline-edit-guide/alias-buildno.md`, // 构建号别名文档
PIPELINE_ERROR_GUIDE_DOC: `${commonPrefix}/FAQS/FAQ.md`, // 流水线编辑指引文档
NAMESPACE_DOC: `${DOCS_URL_PREFIX}/docs/document/6.1/183/22916` // 命名空间文档
PIPELINE_ERROR_GUIDE_DOC: `${commonPrefix}/Reference/faqs/pipelines/execute.md`, // 流水线编辑指引文档
NAMESPACE_DOC: `${commonPrefix}/Services/Pipeline/pipeline-edit-guide/pipeline-variables/variables-custom.md` // 命名空间文档
}

0 comments on commit bc99355

Please sign in to comment.