Skip to main content

添加到目录

向目录中添加插件

要在插件目录microsite/data/plugins例如

---
title: Your Plugin
author: Your Name
authorUrl: # A link to information about the author E.g. Company url, github user profile, etc
category: Monitoring # A single category e.g. CI, Machine Learning, Services, Monitoring
description: A brief description of the plugin. # Max 170 characters
documentation: # A link to your documentation E.g. Your github README
iconUrl: # Used as the src attribute for your logo.
# You can provide an external url or add your logo under static/img and provide a path
# relative to static/ e.g. /img/my-logo.png
npmPackageName: # Your npm package name E.g. '@backstage/plugin-<etc>' quotes are required
addedDate: # The date plugin added to directory E.g. '2022-10-01' quotes are required

投稿技巧

在提交插件时,以下几条提示有助于加快审核过程:

  • 确保你的软件包已经发布在 NPM 注册表上,并且是公开的。 * 确保你在 NPM 上的软件包有链接到你的代码仓库,这有助于提供信心,证明这是正确的软件包。 * 如果可能,请使用与你的组织名称或用户名相匹配的 NPM scope,这将提供对插件的信任。 * 如果你的插件有前端和后端,请将文档链接到前端软件包,但确保其中提到需要安装后端软件包。 * 如果可能,请在插件文档中包含功能截图,这确实有助于决定使用一个插件。