kibana/docs/code/code-basic-nav.asciidoc
Nate Archer 05d196cfa0
[DOCS][CODE]: Code docs grammar edits and adjustments (#44838) (#45039)
* [DOCS] Fix beta tag in Code Docs

* [DOCS][7.x][CODE]: Code docs grammar edits and adjustments

* Address Gail's feedback

* More feedback
2019-09-06 15:09:39 -05:00

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