mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[api-docs] follow the correct schema for frontmatter (#138348)
* [api-docs] follow the correct schema for frontmatter * rename non-generated summary: usage * fix yaml comment syntax
This commit is contained in:
parent
e49c8645e8
commit
6c438b331c
93 changed files with 138 additions and 112 deletions
|
@ -2,7 +2,7 @@
|
|||
id: kibDevDocsWelcome
|
||||
slug: /kibana-dev-docs/getting-started/welcome
|
||||
title: Welcome
|
||||
summary: Build custom solutions and applications on top of Kibana.
|
||||
description: Build custom solutions and applications on top of Kibana.
|
||||
date: 2021-01-02
|
||||
tags: ['kibana', 'dev', 'contributor']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibHelloWorldApp
|
||||
slug: /kibana-dev-docs/getting-started/hello-world-app
|
||||
title: Hello World
|
||||
summary: Build a very basic plugin that registers an application that says "Hello World!".
|
||||
description: Build a very basic plugin that registers an application that says "Hello World!".
|
||||
date: 2021-08-03
|
||||
tags: ['kibana', 'dev', 'contributor', 'tutorials']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialSetupDevEnv
|
||||
slug: /kibana-dev-docs/getting-started/setup-dev-env
|
||||
title: Set up a Development Environment
|
||||
summary: Learn how to setup a development environment for contributing to the Kibana repository
|
||||
description: Learn how to setup a development environment for contributing to the Kibana repository
|
||||
date: 2022-07-07
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture', 'setup']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibTroubleshooting
|
||||
slug: /kibana-dev-docs/getting-started/troubleshooting
|
||||
title: Troubleshooting
|
||||
summary: A collection of tips for working around strange issues.
|
||||
description: A collection of tips for working around strange issues.
|
||||
date: 2021-09-08
|
||||
tags: ['kibana', 'onboarding', 'dev', 'troubleshooting']
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue