kibana/docs/extend/index.md
Colleen McGinnis 1814c60017
[docs] Migrate docs from AsciiDoc to Markdown (#212558)
Migrate docs from AsciiDoc to Markdown. The preview can be built after
#212557 is merged.

@florent-leborgne please tag reviewers, add the appropriate label(s),
and take this out of draft when you're ready.

Note: More files are deleted than added here because the content from
some files was moved to
[elastic/docs-content](https://github.com/elastic/docs-content).

**What has moved to
[elastic/docs-content](https://github.com/elastic/docs-content)?**

Public-facing narrative and conceptual docs have moved. Most can now be
found under the following directories in the new docs:
- explore-analyze: Discover, Dashboards, Visualizations, Reporting,
Alerting, dev tools...
- deploy-manage: Stack management (Spaces, user management, remote
clusters...)
- troubleshooting: .... troubleshooting pages

**What is staying in the Kibana repo?**

- Reference content (= anything that is or could be auto-generated):
Settings, syntax references
- Release notes
- Developer guide

---------

Co-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>
2025-03-04 14:56:07 +01:00

18 lines
774 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
mapped_pages:
- https://www.elastic.co/guide/en/kibana/current/development.html
---
# Contribute to Kibana [development]
Contributing to {{kib}} can be daunting at first, but it doesnt have to be. The following sections should get you up and running in no time. If you have any problems, file an issue in the [Kibana repo](https://github.com/elastic/kibana/issues).
* [*Getting started*](./development-getting-started.md)
* [*Best practices*](./development-best-practices.md)
* [*Architecture*](./kibana-architecture.md)
* [*Contributing*](./contributing.md)
* [*External plugin development*](./external-plugin-development.md)
* [*Advanced*](./advanced.md)
* [*List of {{kib}} plugins*](./plugin-list.md)
* [*Development Telemetry*](./development-telemetry.md)