Skip to content

Commit

Permalink
[Code] Add doc for 7.3 (#42392)
Browse files Browse the repository at this point in the history
  • Loading branch information
chongzhe committed Aug 1, 2019
1 parent 4a60e75 commit efcf0df
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/code/code-basic-nav.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
4 changes: 4 additions & 0 deletions docs/code/code-install-lang-server.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
3 changes: 3 additions & 0 deletions docs/settings/code-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`

0 comments on commit efcf0df

Please sign in to comment.