Browse Source

Fixing up code block delimeters for asciidoctor

You can now successfully run the docs through asciidoctor
LightGuard 12 years ago
parent
commit
e89d5d0d86

+ 1 - 1
docs/reference/query-dsl/filters/script-filter.asciidoc

@@ -41,7 +41,7 @@ to use the ability to pass parameters to the script itself, for example:
         }
     }
 }
----------------------------------------------------
+----------------------------------------------
 
 [float]
 ==== Caching

+ 1 - 1
docs/reference/setup/dir-layout.asciidoc

@@ -42,4 +42,4 @@ Or the in an array format:
 
 ----------------------------------------
 path.data: ["/mnt/first", "/mnt/second"]
----------------------------------
+----------------------------------------