From efcf0dfc48c5563a5aca9febf9a7258fe6bd706e Mon Sep 17 00:00:00 2001 From: chongzhe Date: Thu, 1 Aug 2019 13:31:43 -0700 Subject: [PATCH] [Code] Add doc for 7.3 (#42392) --- docs/code/code-basic-nav.asciidoc | 5 +++++ docs/code/code-install-lang-server.asciidoc | 4 ++++ docs/settings/code-settings.asciidoc | 3 +++ 3 files changed, 12 insertions(+) diff --git a/docs/code/code-basic-nav.asciidoc b/docs/code/code-basic-nav.asciidoc index 6b7479051425..77a56b24801c 100644 --- a/docs/code/code-basic-nav.asciidoc +++ b/docs/code/code-basic-nav.asciidoc @@ -17,4 +17,9 @@ Clicking *Blame* shows the most recent commit per line. [role="screenshot"] image::images/code-blame.png[] +[float] +==== Branch selector +You can use the Branch selector to view different branches of a repo. Note that code intelligence and search index are not available for any branch other than master branch. + + include::code-semantic-nav.asciidoc[] diff --git a/docs/code/code-install-lang-server.asciidoc b/docs/code/code-install-lang-server.asciidoc index acc6c5a9347e..1bb5a24f0c7f 100644 --- a/docs/code/code-install-lang-server.asciidoc +++ b/docs/code/code-install-lang-server.asciidoc @@ -16,6 +16,10 @@ You can check the status of the language servers and get installation instructio [role="screenshot"] image::images/code-lang-server-status.png[] +[float] +=== Ctag language server +*Code* also uses a Ctag language server to generate symbol information and code intelligence when a dedicated language server is not available. The code intelligence information generated by the Ctag language server is less accurate but covers more languages. + include::code-basic-nav.asciidoc[] diff --git a/docs/settings/code-settings.asciidoc b/docs/settings/code-settings.asciidoc index aed24794158b..e01858e6230b 100644 --- a/docs/settings/code-settings.asciidoc +++ b/docs/settings/code-settings.asciidoc @@ -40,3 +40,6 @@ Maximal number of workspaces each language server allows to span. Defaults to `5 `xpack.code.codeNodeUrl`:: URL of the Code node. This config is only needed when multiple Kibana instances are set up as a cluster. Defaults to `` + +`xpack.code.verbose`:: +Set this config to `true` to log all events. Defaults to `false`