added description header field

This commit is contained in:
Rajiv Ranjan Singh
2020-09-16 21:47:19 +05:30
parent 3e50f8ab74
commit def4032351
81 changed files with 85 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
---
id: add-to-marketplace
title: Add to Marketplace
description: Documentation on Adding Plugin to Marketplace
---
## Adding a Plugin to the Marketplace
+1
View File
@@ -1,6 +1,7 @@
---
id: backend-plugin
title: Backend plugin
description: Documentation on Backend plugin
---
## TODO
+2
View File
@@ -1,6 +1,8 @@
---
id: call-existing-api
title: Call Existing API
description: Describes the various options that Backstage frontend plugins have,
in communicating with service APIs that already exist
---
This article describes the various options that Backstage frontend plugins have,
+1
View File
@@ -1,6 +1,7 @@
---
id: create-a-plugin
title: Create a Backstage Plugin
description: Documentation on How to Create a Backstage Plugin
---
A Backstage Plugin adds functionality to Backstage.
+1
View File
@@ -1,6 +1,7 @@
---
id: existing-plugins
title: Existing plugins
description: Lists of open source Existing plugins
---
## Open source plugins
+1
View File
@@ -1,6 +1,7 @@
---
id: index
title: Intro to plugins
description: Documentation on Introduction to Plugins
---
Backstage is a single-page application composed of a set of plugins.
@@ -1,6 +1,7 @@
---
id: integrating-plugin-into-service-catalog
title: Integrate into the Service Catalog
description: Documentation on How to integrate plugin into service catalog
---
> This is an advanced use case and currently is an experimental feature. Expect
+1
View File
@@ -1,6 +1,7 @@
---
id: plugin-development
title: Plugin Development
description: Documentation on Plugin Development
---
Backstage plugins provide features to a Backstage App.
+1
View File
@@ -1,6 +1,7 @@
---
id: proxying
title: Proxying
description: Documentation on Proxying
---
## Overview
+1
View File
@@ -1,6 +1,7 @@
---
id: publish-private
title: Publish private
description: Documentation on How to Publish private
---
## TODO
+1
View File
@@ -1,6 +1,7 @@
---
id: publishing
title: Publishing
description: Documentation on Publishing NPM packages
---
## NPM
+1
View File
@@ -1,6 +1,7 @@
---
id: structure-of-a-plugin
title: Structure of a Plugin
description: Details about Structure of a Plugin
---
Nice, you have a new plugin! We'll soon see how we can develop it into doing
+1
View File
@@ -1,6 +1,7 @@
---
id: testing
title: Testing with Jest
description: Documentation on How to do unit testing with Jest
---
Backstage uses [Jest](https://facebook.github.io/jest/) for all our unit testing