mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change Kibana docs link service owner to @elastic/docs (#160118)
Changes the code owner for the Kibana docs link service to `@elastic/docs`. The file currently lists `@elastic/kibana-docs` as the owner. However, that team now focuses solely on Kibana platform docs. The package contains doc links for anything housed in Kibana — including solutions with dedicated doc teams. The `@elastic/kibana-docs` team often blocks related PRs from these teams.
This commit is contained in:
parent
aa704e9f38
commit
4a589e4529
2 changed files with 2 additions and 2 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -328,7 +328,7 @@ examples/developer_examples @elastic/appex-sharedux
|
|||
examples/discover_customization_examples @elastic/kibana-data-discovery
|
||||
x-pack/plugins/discover_enhanced @elastic/kibana-data-discovery
|
||||
src/plugins/discover @elastic/kibana-data-discovery
|
||||
packages/kbn-doc-links @elastic/kibana-docs
|
||||
packages/kbn-doc-links @elastic/docs
|
||||
packages/kbn-docs-utils @elastic/kibana-operations
|
||||
packages/kbn-dom-drag-drop @elastic/kibana-visualizations @elastic/kibana-data-discovery
|
||||
packages/kbn-ebt-tools @elastic/kibana-core
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"type": "shared-common",
|
||||
"id": "@kbn/doc-links",
|
||||
"owner": "@elastic/kibana-docs"
|
||||
"owner": "@elastic/docs"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue