mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
API DOCS Step 3/3 (#92929)
* 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>
This commit is contained in:
parent
a36b64e7a8
commit
87a5b22626
215 changed files with 284786 additions and 111 deletions
26
api_docs/stack_alerts.mdx
Normal file
26
api_docs/stack_alerts.mdx
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
id: kibStackAlertsPluginApi
|
||||
slug: /kibana-dev-docs/stackAlertsPluginApi
|
||||
title: stackAlerts
|
||||
image: https://source.unsplash.com/400x175/?github
|
||||
summary: API docs for the stackAlerts plugin
|
||||
date: 2020-11-16
|
||||
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'stackAlerts']
|
||||
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 stackAlertsObj from './stack_alerts.json';
|
||||
|
||||
## Server
|
||||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={stackAlertsObj.server.misc}/>
|
||||
|
||||
## Common
|
||||
|
||||
### Objects
|
||||
<DocDefinitionList data={stackAlertsObj.common.objects}/>
|
||||
|
||||
### Consts, variables and types
|
||||
<DocDefinitionList data={stackAlertsObj.common.misc}/>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue