Skip to content

Latest commit

 

History

History

backstage

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Backstage

The Backstage plugin adds a Open with Backstage button to the resource detail view. If the plugin detects that the page is inside a Backstage iframe, it will send a message to the parent page to open the resource in the Backstage UI.

Steps to run in dev mode

  1. Install the dependencies
npm install
  1. Run the plugin
npm run start

Steps to build the plugin

  1. Install the dependencies
npm install
  1. Build the plugin
npm run build

Developing Headlamp plugins

For more information on developing Headlamp plugins, please refer to: