mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Fixing Kibana developer guide (#156970)
While reading [Kibana developer guide](https://docs-elastic-dev-staging.vercel.app/kibana-dev-docs/contributing/repo-structure#srcdev) I found ``` Maintained by the Operations team, this code contains build and development tooling related code. This folder existed before `packages`, so contains mostly older code that hasn't been migrated to packages. Prefer creating a `package` if possible. Can be ignored for the most part if you are not on the Ops team. Prefer ``` Also in [Standards and guidelines](https://docs-elastic-dev-staging.vercel.app/kibana-dev-docs/standards#backward-compatibility-and-breaking-changes) the table formatting is off <img width="879" alt="image" src="https://user-images.githubusercontent.com/1313018/236801728-06a6f1e9-2d20-4a91-addb-83c918cf45dc.png">
This commit is contained in:
parent
2dd480085e
commit
2e38daf343
2 changed files with 7 additions and 6 deletions
|
@ -86,7 +86,7 @@ This code primarily belongs to the Core team and contains the plugin infrastruct
|
|||
|
||||
### [src/dev](https://github.com/elastic/kibana/tree/main/src/dev)
|
||||
|
||||
Maintained by the Operations team, this code contains build and development tooling related code. This folder existed before `packages`, so contains mostly older code that hasn't been migrated to packages. Prefer creating a `package` if possible. Can be ignored for the most part if you are not on the Ops team. Prefer
|
||||
Maintained by the Operations team, this code contains build and development tooling related code. This folder existed before `packages`, so contains mostly older code that hasn't been migrated to packages. Prefer creating a `package` if possible. Can be ignored for the most part if you are not on the Ops team.
|
||||
|
||||
### [src/plugins](https://github.com/elastic/kibana/tree/main/src/plugins)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue