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: kibBestPractices
|
||||
slug: /kibana-dev-docs/contributing/best-practices
|
||||
title: Best practices
|
||||
summary: Best practices to follow when building a Kibana plugin.
|
||||
description: Best practices to follow when building a Kibana plugin.
|
||||
date: 2021-03-17
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibRepoStructure
|
||||
slug: /kibana-dev-docs/contributing/repo-structure
|
||||
title: Repository structure
|
||||
summary: High level walk-through of our repository structure.
|
||||
description: High level walk-through of our repository structure.
|
||||
date: 2021-10-07
|
||||
tags: ['contributor', 'dev', 'github', 'getting started', 'onboarding', 'kibana']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDevPrinciples
|
||||
slug: /kibana-dev-docs/contributing/dev-principles
|
||||
title: Developer principles
|
||||
summary: Follow our development principles to help keep our code base stable, maintainable and scalable.
|
||||
description: Follow our development principles to help keep our code base stable, maintainable and scalable.
|
||||
date: 2021-03-04
|
||||
tags: ['kibana', 'onboarding', 'dev', 'architecture']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibDocumentation
|
||||
slug: /kibana-dev-docs/contributing/documentation
|
||||
title: Documentation
|
||||
summary: Writing documentation during development
|
||||
description: Writing documentation during development
|
||||
date: 2022-03-01
|
||||
tags: ['kibana', 'onboarding', 'dev']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibGitHub
|
||||
slug: /kibana-dev-docs/contributing/github
|
||||
title: How we use Github
|
||||
summary: Forking, branching, committing and using labels in the Kibana GitHub repo
|
||||
description: Forking, branching, committing and using labels in the Kibana GitHub repo
|
||||
date: 2021-09-16
|
||||
tags: ['contributor', 'dev', 'github', 'getting started', 'onboarding', 'kibana']
|
||||
---
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
id: kibStandards
|
||||
slug: /kibana-dev-docs/standards
|
||||
title: Standards and guidelines
|
||||
summary: Standards and guidelines we expect every Kibana developer to abide by
|
||||
description: Standards and guidelines we expect every Kibana developer to abide by
|
||||
date: 2021-09-28
|
||||
tags: ['contributor', 'dev', 'github', 'getting started', 'onboarding', 'kibana']
|
||||
---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue