11= Docs HOWTO
22:ref: http://www.elastic.co/guide/elasticsearch/reference/current
33
4+ ////
5+ This file contains the sequence `_` to escape from around Elastic's
6+ Asciidoctor plugin that provides Asciidoc compatibility. It automatically
7+ translates things like `beta[]` into their Asciidoctor compatible form
8+ which looks like `beta::[]` . We use `beta_]` inside of asciidoc
9+ examples so we can output `beta[]` . Once we no longer support Asciidoc
10+ we can drop these sequences.
11+ ////
12+
413== Conditions of use
514
615This documentation build process is provided to the public purely for the
@@ -1233,9 +1242,9 @@ the addition or deprecation of individual parameters.
12331242[source,asciidoc]
12341243----------------------------------
12351244[horizontal]
1236- `foo.bar`:: Does XYZ. added[ 0.90.4]
1237- `foo.bar`:: Does XYZ. coming[ 0.90.4]
1238- `foo.baz`:: Does XYZ. deprecated[ 0.90.4]
1245+ `foo.bar`:: Does XYZ. added_ 0.90.4]
1246+ `foo.bar`:: Does XYZ. coming_ 0.90.4]
1247+ `foo.baz`:: Does XYZ. deprecated_ 0.90.4]
12391248----------------------------------
12401249
12411250[horizontal]
@@ -1250,9 +1259,9 @@ user hovers over it:
12501259[source,asciidoc]
12511260----------------------------------
12521261[horizontal]
1253- `foo.bar`:: Does XYZ. added[ 0.90.4,Replaces `foo.baz`]
1254- `foo.bar`:: Does XYZ. coming[ 0.90.4,Replaces `foo.baz`]
1255- `foo.baz`:: Does XYZ. deprecated[ 0.90.4,Replaced by `foo.bar`]
1262+ `foo.bar`:: Does XYZ. added_ 0.90.4,Replaces `foo.baz`]
1263+ `foo.bar`:: Does XYZ. coming_ 0.90.4,Replaces `foo.baz`]
1264+ `foo.baz`:: Does XYZ. deprecated_ 0.90.4,Replaced by `foo.bar`]
12561265----------------------------------
12571266
12581267[horizontal]
@@ -1270,19 +1279,19 @@ to the version in which the change was made:
12701279----------------------------------
12711280==== New section
12721281
1273- added[ 0.90.4]
1282+ added_ 0.90.4]
12741283
12751284Text about new functionality...
12761285
12771286==== New section not yet released
12781287
1279- coming[ 0.90.9]
1288+ coming_ 0.90.9]
12801289
12811290Text about new functionality...
12821291
12831292==== Old section
12841293
1285- deprecated[ 0.90.4]
1294+ deprecated_ 0.90.4]
12861295
12871296Text about old functionality...
12881297----------------------------------
@@ -1305,6 +1314,7 @@ deprecated[0.90.4]
13051314
13061315Text about old functionality...
13071316
1317+ [[with_details]]
13081318==== With details...
13091319
13101320Or they can include extra text, including more
@@ -1315,21 +1325,21 @@ Asciidoc markup:
13151325[[new-section]]
13161326==== New section
13171327
1318- added[ 0.90.4,Replaces `foo.bar`. See <<old-section>>]
1328+ added_ 0.90.4,Replaces `foo.bar`. See <<old-section>>]
13191329
13201330Text about new functionality...
13211331
13221332[[coming-section]]
13231333==== New section not yet released
13241334
1325- coming[ 0.90.9,Replaces `foo.bar`. See <<old-section>>]
1335+ coming_ 0.90.9,Replaces `foo.bar`. See <<old-section>>]
13261336
13271337Text about new functionality...
13281338
13291339[[old-section]]
13301340==== Old section
13311341
1332- deprecated[ 0.90.4,Replace by `foo.baz`. See <<new-section>>]
1342+ deprecated_ 0.90.4,Replace by `foo.baz`. See <<new-section>>]
13331343
13341344Text about old functionality...
13351345----------------------------------
@@ -1359,9 +1369,9 @@ markup similar to that used in <<changes>>. For instance:
13591369[[new-feature]]
13601370=== New experimental feature
13611371
1362- experimental[ ]
1372+ experimental_ ]
13631373
1364- experimental[ Custom text goes here]
1374+ experimental_ Custom text goes here]
13651375
13661376Text about new feature...
13671377
@@ -1373,8 +1383,8 @@ a new experimental parameter:
13731383
13741384[horizontal]
13751385`established_param`:: This param has been around for ages and won't change.
1376- `experimental_param`:: experimental[ ] This param is experimental and may change in the future.
1377- `experimental_param`:: experimental[ Custom text goes here] This param is experimental and may change in the future.
1386+ `experimental_param`:: experimental_ ] This param is experimental and may change in the future.
1387+ `experimental_param`:: experimental_ Custom text goes here] This param is experimental and may change in the future.
13781388
13791389----------------------------------
13801390
@@ -1403,9 +1413,9 @@ a new experimental parameter:
14031413[[new-beta-feature]]
14041414=== New beta feature
14051415
1406- beta[ ]
1416+ beta_ ]
14071417
1408- beta[ Custom text goes here]
1418+ beta_ Custom text goes here]
14091419
14101420Text about new feature...
14111421
@@ -1417,8 +1427,8 @@ a new beta parameter:
14171427
14181428[horizontal]
14191429`established_param`:: This param has been around for ages and won't change.
1420- `beta_param`:: beta[ ] This param is beta and may change in the future.
1421- `beta_param`:: beta[ Custom text goes here] This param is beta and may change in the future.
1430+ `beta_param`:: beta_ ] This param is beta and may change in the future.
1431+ `beta_param`:: beta_ Custom text goes here] This param is beta and may change in the future.
14221432
14231433----------------------------------
14241434
0 commit comments