Skip to content

Commit 5ac05fa

Browse files
committed
[Docs] fix plugin properties inclusion for plugins authors
1 parent ccaba01 commit 5ac05fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/plugins/authors.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The format for this file is described in detail in this example:
3131

3232
["source","properties",subs="attributes"]
3333
--------------------------------------------------
34-
include-tagged::{plugin-properties-files}/plugin-descriptor.properties[plugin-descriptor.properties]
34+
include::{plugin-properties-files}/plugin-descriptor.properties[]
3535
--------------------------------------------------
3636

3737
Either fill in this template yourself or, if you are using Elasticsearch's Gradle build system, you
@@ -135,7 +135,7 @@ The format for this file is described in detail in this example:
135135

136136
["source","properties",subs="attributes"]
137137
--------------------------------------------------
138-
include-tagged::{plugin-properties-files}/meta-plugin-descriptor.properties[meta-plugin-descriptor.properties]
138+
include::{plugin-properties-files}/meta-plugin-descriptor.properties[]
139139
--------------------------------------------------
140140

141141
A meta plugin can be installed/removed like a normal plugin with the `bin/elasticsearch-plugin` command.

0 commit comments

Comments
 (0)