-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into migrate-avatars
- Loading branch information
Showing
195 changed files
with
5,563 additions
and
1,566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Docs Preview Links | ||
|
||
on: | ||
pull_request_target: | ||
types: [opened] | ||
paths: | ||
- '**.asciidoc' | ||
|
||
jobs: | ||
doc-preview: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v6 | ||
name: Add doc preview links | ||
with: | ||
script: | | ||
const pr = context.payload.pull_request; | ||
const comment = `Documentation preview: | ||
- ✨ [Changed pages](https://${context.repo.repo}_${pr.number}.docs-preview.app.elstc.co/diff)`; | ||
github.rest.issues.createComment({ | ||
issue_number: context.issue.number, | ||
owner: context.repo.owner, | ||
repo: context.repo.repo, | ||
body: comment, | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"id": "@kbn/core-i18n-server", | ||
"client": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
}, | ||
"server": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
}, | ||
"common": { | ||
"classes": [], | ||
"functions": [], | ||
"interfaces": [ | ||
{ | ||
"parentPluginId": "@kbn/core-i18n-server", | ||
"id": "def-common.I18nServiceSetup", | ||
"type": "Interface", | ||
"tags": [], | ||
"label": "I18nServiceSetup", | ||
"description": [], | ||
"path": "packages/core/i18n/core-i18n-server/src/types.ts", | ||
"deprecated": false, | ||
"children": [ | ||
{ | ||
"parentPluginId": "@kbn/core-i18n-server", | ||
"id": "def-common.I18nServiceSetup.getLocale", | ||
"type": "Function", | ||
"tags": [], | ||
"label": "getLocale", | ||
"description": [ | ||
"\nReturn the locale currently in use." | ||
], | ||
"signature": [ | ||
"() => string" | ||
], | ||
"path": "packages/core/i18n/core-i18n-server/src/types.ts", | ||
"deprecated": false, | ||
"children": [], | ||
"returnComment": [] | ||
}, | ||
{ | ||
"parentPluginId": "@kbn/core-i18n-server", | ||
"id": "def-common.I18nServiceSetup.getTranslationFiles", | ||
"type": "Function", | ||
"tags": [], | ||
"label": "getTranslationFiles", | ||
"description": [ | ||
"\nReturn the absolute paths to translation files currently in use." | ||
], | ||
"signature": [ | ||
"() => string[]" | ||
], | ||
"path": "packages/core/i18n/core-i18n-server/src/types.ts", | ||
"deprecated": false, | ||
"children": [], | ||
"returnComment": [] | ||
} | ||
], | ||
"initialIsOpen": false | ||
} | ||
], | ||
"enums": [], | ||
"misc": [], | ||
"objects": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
#### | ||
#### This document is auto-generated and is meant to be viewed inside our experimental, new docs system. | ||
#### Reach out in #docs-engineering for more info. | ||
#### | ||
id: kibKbnCoreI18nServerPluginApi | ||
slug: /kibana-dev-docs/api/kbn-core-i18n-server | ||
title: "@kbn/core-i18n-server" | ||
image: https://source.unsplash.com/400x175/?github | ||
description: API docs for the @kbn/core-i18n-server plugin | ||
date: 2022-09-01 | ||
tags: ['contributor', 'dev', 'apidocs', 'kibana', '@kbn/core-i18n-server'] | ||
--- | ||
import kbnCoreI18nServerObj from './kbn_core_i18n_server.devdocs.json'; | ||
|
||
|
||
|
||
Contact Kibana Core for questions regarding this plugin. | ||
|
||
**Code health stats** | ||
|
||
| Public API count | Any count | Items lacking comments | Missing exports | | ||
|-------------------|-----------|------------------------|-----------------| | ||
| 3 | 0 | 1 | 0 | | ||
|
||
## Common | ||
|
||
### Interfaces | ||
<DocDefinitionList data={kbnCoreI18nServerObj.common.interfaces}/> | ||
|
Oops, something went wrong.