Skip to content

Commit cab9176

Browse files
committed
mark export as alpha since it can be deleted
1 parent d0b0f48 commit cab9176

File tree

5 files changed

+13
-56
lines changed

5 files changed

+13
-56
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
2+
3+
[Home](./index.md) &gt; [kibana-plugin-public](./kibana-plugin-public.md) &gt; [IHttpFetchError](./kibana-plugin-public.ihttpfetcherror.md) &gt; [name](./kibana-plugin-public.ihttpfetcherror.name.md)
4+
5+
## IHttpFetchError.name property
6+
7+
<b>Signature:</b>
8+
9+
```typescript
10+
readonly name: string;
11+
```

docs/development/core/server/kibana-plugin-server.config.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/development/core/server/kibana-plugin-server.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ The plugin integrates with the core system via lifecycle events: `setup`<!-- -->
165165

166166
| Variable | Description |
167167
| --- | --- |
168-
| [config](./kibana-plugin-server.config.md) | Config schemas for the platform services. |
169168
| [kibanaResponseFactory](./kibana-plugin-server.kibanaresponsefactory.md) | Set of helpers used to create <code>KibanaResponse</code> to form HTTP response on an incoming request. Should be returned as a result of [RequestHandler](./kibana-plugin-server.requesthandler.md) execution. |
170169
| [validBodyOutput](./kibana-plugin-server.validbodyoutput.md) | The set of valid body.output |
171170

src/core/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ export {
357357
/**
358358
* Config schemas for the platform services.
359359
*
360-
* @public
360+
* @alpha
361361
*/
362362
export const config = {
363363
elasticsearch: {

src/core/server/server.api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export class ClusterClient implements IClusterClient {
503503
close(): void;
504504
}
505505

506-
// @public
506+
// @alpha
507507
export const config: {
508508
elasticsearch: {
509509
schema: import("@kbn/config-schema").ObjectType<{

0 commit comments

Comments
 (0)