mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
[DOCS] Remove unneeded // CONSOLE comments from snippets (#48763)
Updates the docs README file to remove outdated `// CONSOLE` instructions
This commit is contained in:
parent
98a9227588
commit
80cde68af7
@ -8,19 +8,12 @@ Snippets marked with `[source,console]` are automatically annotated with
|
||||
tested by the command `./gradlew -pdocs check`. To test just the docs from a
|
||||
single page, use e.g. `./gradlew -ddocs integTestRunner --tests "*rollover*"`.
|
||||
|
||||
NOTE: Previously we use `// CONSOLE` instead of `[source,console]`. This worked
|
||||
well for a long time so you'll see it all over early branches but we're phasing
|
||||
it out because it requires some unpleasant hackery on the docs build side.
|
||||
|
||||
NOTE: If you have an elasticsearch-extra folder alongside your elasticsearch
|
||||
folder, you must temporarily rename it when you are testing 6.3 or later branches.
|
||||
|
||||
By default each `// CONSOLE` snippet runs as its own isolated test. You can
|
||||
manipulate the test execution in the following ways:
|
||||
By default each `[source,console]` snippet runs as its own isolated test. You
|
||||
can manipulate the test execution in the following ways:
|
||||
|
||||
* `// TEST`: Explicitly marks a snippet as a test. Snippets marked this way
|
||||
are tests even if they don't have `// CONSOLE` but usually `// TEST` is used
|
||||
for its modifiers:
|
||||
are tests even if they don't have `[source,console]` but usually `// TEST` is
|
||||
used for its modifiers:
|
||||
* `// TEST[s/foo/bar/]`: Replace `foo` with `bar` in the generated test. This
|
||||
should be used sparingly because it makes the snippet "lie". Sometimes,
|
||||
though, you can use it to make the snippet more clear. Keep in mind that
|
||||
|
Loading…
x
Reference in New Issue
Block a user