mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* update api_docs from gitignore * api doc files * Update api_welcome.mdx * Pretty print json * Add new lines and extra frontmatter to warn github viewers * update api_docs with new lines and frontmatter * Remove all apis tagged @internal and add tests * Update docs with all internal APIs removed * fix typescript error in test fixtures * Update core.json Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # api_docs/core.json # api_docs/core_application.json # api_docs/core_http.json # api_docs/core_saved_objects.json
58 lines
1.4 KiB
Text
58 lines
1.4 KiB
Text
---
|
|
id: kibSpacesPluginApi
|
|
slug: /kibana-dev-docs/spacesPluginApi
|
|
title: spaces
|
|
image: https://source.unsplash.com/400x175/?github
|
|
summary: API docs for the spaces plugin
|
|
date: 2020-11-16
|
|
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'spaces']
|
|
warning: 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.
|
|
---
|
|
|
|
import spacesObj from './spaces.json';
|
|
|
|
## Client
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[spacesObj.client.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[spacesObj.client.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={spacesObj.client.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={spacesObj.client.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={spacesObj.client.misc}/>
|
|
|
|
## Server
|
|
|
|
### Setup
|
|
<DocDefinitionList data={[spacesObj.server.setup]}/>
|
|
|
|
### Start
|
|
<DocDefinitionList data={[spacesObj.server.start]}/>
|
|
|
|
### Functions
|
|
<DocDefinitionList data={spacesObj.server.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={spacesObj.server.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={spacesObj.server.misc}/>
|
|
|
|
## Common
|
|
|
|
### Functions
|
|
<DocDefinitionList data={spacesObj.common.functions}/>
|
|
|
|
### Interfaces
|
|
<DocDefinitionList data={spacesObj.common.interfaces}/>
|
|
|
|
### Consts, variables and types
|
|
<DocDefinitionList data={spacesObj.common.misc}/>
|
|
|