Our Gitpod plugin adds an “Open in Gitpod” button to Backstage, using the metadata from your project’s catalog entity to construct a Gitpod URL. The Gitpod URL directs to a source control management (SCM) repository. In the root directory of this repository, aDocumentation Index
Fetch the complete documentation index at: https://ona.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
.gitpod.yml file is configured to guide Gitpod in setting up the development environment.
Installation
Add the plugin to your Backstage app by running:EntityPage.tsx:
Integrating Gitpod through a metadata link in the catalog file
For a simpler alternative, you can add specific metadata to your Backstage catalog entity file. This approach uses the Gitpod URL scheme to open repositories in Gitpod seamlessly. It does not require installing any plugins or adding explicit UI components to Backstage.<https://your-repo-link> with the actual URL of your GitHub/GitLab/Bitbucket repository.