Merge pull request #225 from spotify/eide/plugin-docs

First commit of plugin documentation
This commit is contained in:
Marcus Eide
2020-03-11 11:00:05 +01:00
committed by GitHub
4 changed files with 66 additions and 3 deletions
+1 -3
View File
@@ -69,9 +69,7 @@ To create a new plugin, make sure you're run `yarn` to install dependencies, the
$ yarn create-plugin
```
This will prompt you to enter an ID for your plugin, and then create your plugin inside the `plugins/` directory. The plugin will be automatically included in the app by modifing the app's `package.json` and `src/plugins.ts`.
If you have `yarn start` already running you should be able to see the default page for your new plugin at [localhost:3000/my-plugin](http://localhost:3000/my-plugin), if you called the plugin `"my-plugin"`.
For more information see [Developing a Backstage Plugin](plugins/README.md).
## Documentation