kibana/docs/code/index.asciidoc
Nate Archer 1461ec8892
[DOCS][CODE]: Fix TOC issue for renamed Code page (#45700) (#45719)
* [DOCS] Fix beta tag in Code Docs

* Fix TOC issue for renames Code page
2019-09-17 11:52:40 -05:00

21 lines
757 B
Text

[[code]]
= Code
[partintro]
--
beta[]
Interaction with source code is pervasive and essential for any technology company. Speed of innovation is limited by how easy it is to search, navigate, and gain insight into your source code.
Elastic *Code* provides an easy-to-use code search solution that scales with your organization and empowers your team to understand your codebase faster than ever before.
*Code* offers the following functions:
* Find references and definitions for any object or symbol
* Typeahead search for symbol definition, file, and repo
* Symbol table
* Full-text search with repo and language filters
<<code-import-first-repo, Get Started>> with *Code* by importing your first repo.
--
include::code-import-first-repo.asciidoc[]