Fixed docs rendering of plugin-descriptor.properties in plugin author docs

This commit is contained in:
Clinton Gormley 2018-02-13 10:35:32 +01:00
parent 54a9249992
commit bf6378e426
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ All plugin files must be contained in a directory called `elasticsearch`.
All plugins must contain a file called `plugin-descriptor.properties` in the folder named `elasticsearch`.
The format for this file is described in detail in this example:
["source","properties",subs="attributes"]
["source","properties"]
--------------------------------------------------
include::{plugin-properties-files}/plugin-descriptor.properties[]
--------------------------------------------------