get_community_resources
Retrieve Backstage community resources including support channels, plugins, documentation, and adoption guidance to assist with framework customization and development.
Instructions
Get community resources, support channels, and common questions about Backstage
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | No | Specific category to retrieve (optional) |
Input Schema (JSON Schema)
{
"properties": {
"category": {
"description": "Specific category to retrieve (optional)",
"enum": [
"officialChannels",
"communityPlugins",
"commonQuestions",
"learningResources",
"adoptionStories",
"contributing"
],
"type": "string"
}
},
"type": "object"
}