[Code] Add doc for 7.3 (#42392)

This commit is contained in:
chongzhe 2019-08-01 13:31:43 -07:00 committed by GitHub
parent 4a60e75e0f
commit efcf0dfc48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -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[]

View file

@ -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[]

View file

@ -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`