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:
James Rodewig 2023-06-21 13:29:17 -04:00 committed by GitHub
parent aa704e9f38
commit 4a589e4529
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.github/CODEOWNERS vendored
View file

@ -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

View file

@ -1,5 +1,5 @@
{
"type": "shared-common",
"id": "@kbn/doc-links",
"owner": "@elastic/kibana-docs"
"owner": "@elastic/docs"
}