mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
Add // NOTCONSOLE
to docs
We have 1074 snippets that look like they should be converted to `// CONSOLE`. At least that is what `gradle docs:listConsoleCandidates` says. This adds `// NOTCONSOLE` to explicitly mark snippets that *shouldn't* be converted to `// CONSOLE`. After marking the blindingly obvious ones this cuts the remaining snippet count to 1032.
This commit is contained in:
parent
f832eaa6d2
commit
ffd226efa0
23 changed files with 73 additions and 19 deletions
|
@ -15,6 +15,7 @@ This plugin can be installed using the plugin manager:
|
|||
----------------------------------------------------------------
|
||||
sudo bin/elasticsearch-plugin install lang-javascript
|
||||
----------------------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
The plugin must be installed on every node in the cluster, and each node must
|
||||
be restarted after installation.
|
||||
|
@ -29,6 +30,7 @@ The plugin can be removed with the following command:
|
|||
----------------------------------------------------------------
|
||||
sudo bin/elasticsearch-plugin remove lang-javascript
|
||||
----------------------------------------------------------------
|
||||
// NOTCONSOLE
|
||||
|
||||
The node must be stopped before removing the plugin.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue