正在加载

开发过程中的文档

文档应在开发期间编写,并在相关时随 PR 一起提供。文档有多种类型,每种文档都有不同的添加位置。

关于面向用户的功能的文档应该使用 asciidoc 编写,位于 [https://github.com/elastic/kibana/tree/main/docs(https://github.com/elastic/kibana/tree/main/docs)]

要构建文档,您必须将 elastic/docs 仓库克隆为 Kibana 仓库的同级目录。按照该项目 README 中的说明设置文档工具。

要构建文档

node scripts/docs.js --open

REST API 应该使用以下推荐格式记录

通用开发者指南和文档,例如此处的内容,应该使用 asciidoc 编写,位于 [https://github.com/elastic/kibana/tree/main/docs/developer(https://github.com/elastic/kibana/tree/main/docs/developer)]

© . All rights reserved.