get_plugin_development_guide
Access detailed guidance for developing Backstage plugins, covering setup, structure, APIs, testing, deployment, and best practices to streamline plugin creation.
Instructions
Get detailed guide for developing Backstage plugins including setup, structure, and best practices
Input Schema
Name | Required | Description | Default |
---|---|---|---|
topic | No | Specific topic to retrieve (optional) |
Input Schema (JSON Schema)
{
"properties": {
"topic": {
"description": "Specific topic to retrieve (optional)",
"enum": [
"overview",
"gettingStarted",
"pluginStructure",
"commonPatterns",
"apis",
"testing",
"deployment",
"bestPractices"
],
"type": "string"
}
},
"type": "object"
}