Commit graph

4 commits

Author SHA1 Message Date
DeDe Morton
468b8d2257 Remove IDs from common files to fix build errors (#7523) 2017-06-22 18:39:31 -07:00
Pier-Hugues Pellerin
6e165a216c Add the plugin titleabbrev
To have better search result we now use the full title in the plugin
main doc, but we also need an abbreviation.

Ref: #7439

Fixes #7471
2017-06-15 23:42:28 +00:00
DeDe Morton
54445ae57f Make path to github repo plugin-specific
Fixes #7448
2017-06-15 18:37:12 +00:00
Pier-Hugues Pellerin
42e9c0d758 Extraction of the document from ruby to actual asciidoc file
This PR is based on the proposal from #6846, it does the following

- Change the format of the plugin help page
- Create an external file for each plugin type that will get included by the plugin
- Add a script to generate the PR on each plugin repo with the static doc
- Add a script `ci/ci_docs.sh` that will be used to generate the list of plugins that can be installed in logstash from all the available plugins from the community organization

This PR is the building block for change in https://github.com/elastic/docs-tools/issues/3

Fixes #6941
2017-06-08 20:14:36 +00:00