> For the complete documentation index, see [llms.txt](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://trumandu.gitbook.io/kibana-plugin-development-tutorial/chu-shi/chapter1.md).

# 插件资源

以下 是对开发kibana 插件有用的资源

## IRC channel

kibana 官方为大家注册了一个类似聊天室的通道，在这里大家可以获取有用咨询和交流 [Freenode Web Client](http://webchat.freenode.net/?channels=kibana).

## 文章

* [contributing guide](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md)
* [kibana-plugin-notes](https://github.com/nreese/kibana-plugin-notes)(强烈推荐阅读)

## 视频

* [Contributors Guide to the Kibana Galaxy](https://www.elastic.co/elasticon/2015/sf/contributors-guide-to-the-kibana-galaxy)
* [Kibana Plugin Dev - Elasticon 2016](https://www.elastic.co/elasticon/conf/2016/sf/how-to-build-your-own-kibana-plugins)

## Plugin Generator

推荐使用 [plugin generator](https://github.com/elastic/generator-kibana-plugin)(已废弃)替代项目[template-kibana-plugin](https://github.com/elastic/template-kibana-plugin/)，使用该插件可以自动生成Plugin项目
