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: kibDevTutorialAdvancedSettings
|
||||
slug: /kibana-dev-docs/tutorials/advanced-settings
|
||||
title: How to register a new advanced setting
|
||||
summary: Learn how to add and use a new advanced setting
|
||||
description: Learn how to add and use a new advanced setting
|
||||
date: 2022-02-07
|
||||
tags: ['kibana','onboarding', 'dev', 'architecture', 'tutorials']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialBuildingDistributable
|
||||
slug: /kibana-dev-docs/tutorials/building-distributable
|
||||
title: Building a Kibana distributable
|
||||
summary: Learn how to build a Kibana distributable
|
||||
description: Learn how to build a Kibana distributable
|
||||
date: 2021-05-10
|
||||
tags: ['kibana', 'onboarding', 'dev', 'tutorials', 'build', 'distributable']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialCI
|
||||
slug: /kibana-dev-docs/tutorials/ci
|
||||
title: CI
|
||||
summary: CI
|
||||
description: CI
|
||||
date: 2022-02-03
|
||||
tags: ['kibana', 'onboarding', 'dev', 'ci']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialDataSearchAndSessions
|
||||
slug: /kibana-dev-docs/tutorials/data/search-and-sessions
|
||||
title: Kibana data.search Services
|
||||
summary: Kibana Search Services
|
||||
description: Kibana Search Services
|
||||
date: 2021-02-10
|
||||
tags: ['kibana', 'onboarding', 'dev', 'tutorials', 'search', 'sessions', 'search-sessions']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialDataViews
|
||||
slug: /kibana-dev-docs/tutorials/data-views
|
||||
title: Data views API
|
||||
summary: Data views API
|
||||
description: Data views API
|
||||
date: 2021-08-11
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialDebugging
|
||||
slug: /kibana-dev-docs/tutorials/debugging
|
||||
title: Debugging in development
|
||||
summary: Learn how to debug Kibana while running from source
|
||||
description: Learn how to debug Kibana while running from source
|
||||
date: 2021-04-26
|
||||
tags: ['kibana', 'onboarding', 'dev', 'tutorials', 'debugging']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialSetupWindowsDevWSL
|
||||
slug: /kibana-dev-docs/tutorial/setup-windows-development-wsl
|
||||
title: WSL on Windows Development
|
||||
summary: Learn how to setup a Windows development environment using WSL
|
||||
description: Learn how to setup a Windows development environment using WSL
|
||||
date: 2022-07-07
|
||||
tags: ['kibana', 'onboarding', 'setup', 'windows', 'development', 'wsl']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialServerEndpoint
|
||||
slug: /kibana-dev-docs/tutorials/registering-endpoints
|
||||
title: Registering and accessing an endpoint
|
||||
summary: Learn how to register a new endpoint and access it
|
||||
description: Learn how to register a new endpoint and access it
|
||||
date: 2021-11-24
|
||||
tags: ['kibana', 'dev', 'architecture', 'tutorials']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialExpressions
|
||||
slug: /kibana-dev-docs/tutorials/expressions
|
||||
title: Kibana Expressions Service
|
||||
summary: Kibana Expressions Service
|
||||
description: Kibana Expressions Service
|
||||
date: 2021-06-01
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevDocsKPTTutorial
|
||||
slug: /kibana-dev-docs/tutorials/kibana-page-template
|
||||
title: Kibana Page Template
|
||||
summary: Learn how to create pages in Kibana
|
||||
description: Learn how to create pages in Kibana
|
||||
date: 2021-03-20
|
||||
tags: ['kibana', 'dev', 'ui', 'tutorials']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialSavedObject
|
||||
slug: /kibana-dev-docs/tutorials/saved-objects
|
||||
title: Register a new saved object type
|
||||
summary: Learn how to register a new saved object type.
|
||||
description: Learn how to register a new saved object type.
|
||||
date: 2021-02-05
|
||||
tags: ['kibana','onboarding', 'dev', 'architecture', 'tutorials']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialScreenshotting
|
||||
slug: /kibana-dev-docs/tutorials/screenshotting
|
||||
title: Kibana Screenshotting Service
|
||||
summary: Kibana Screenshotting Service
|
||||
description: Kibana Screenshotting Service
|
||||
date: 2022-04-12
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialSubmitPullRequest
|
||||
slug: /kibana-dev-docs/tutorials/submit-pull-request
|
||||
title: Submitting a Kibana pull request
|
||||
summary: Learn how to submit a Kibana pull request
|
||||
description: Learn how to submit a Kibana pull request
|
||||
date: 2021-06-24
|
||||
tags: ['kibana', 'onboarding', 'dev', 'tutorials', 'github', 'pr', 'pull request', 'ci']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevTutorialTestingPlugins
|
||||
slug: /kibana-dev-docs/tutorials/testing-plugins
|
||||
title: Testing Kibana Plugins
|
||||
summary: Learn how to test different aspects of Kibana plugins
|
||||
description: Learn how to test different aspects of Kibana plugins
|
||||
date: 2021-07-05
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture', 'testing']
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue