mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* [DOCS] Fix beta tag in Code Docs * [DOCS][7.x][CODE]: Code docs grammar edits and adjustments * Address Gail's feedback * More feedback
25 lines
949 B
Text
25 lines
949 B
Text
[[code-basic-nav]]
|
|
== Basic navigation
|
|
|
|
[float]
|
|
==== View file structure and information
|
|
The *File* tree on the left is the primary way to navigate through your folder structure. When you are in a directory, *Code* also presents a finder-like view on the right. Additionally, a file path breadcrumb makes it easy to go back to any parent directory.
|
|
|
|
[float]
|
|
==== Git History and Blame
|
|
The *Directory* view shows the most recent commits. Clicking *View More* or *History* shows the complete commit history of the current folder or file.
|
|
|
|
[role="screenshot"]
|
|
image::images/code-history.png[]
|
|
|
|
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 the master branch.
|
|
|
|
|
|
include::code-semantic-nav.asciidoc[]
|