Skip to content

Commit

Permalink
Add Next Step Section to Gitlab and Bitbucket (#1382)
Browse files Browse the repository at this point in the history
Co-authored-by: Roadie Engineer <engineering@roadie.io>
  • Loading branch information
Ian-Link-Roadie and roadietest authored Sep 10, 2024
1 parent 36a685c commit 4531eb6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,9 @@ Due to the strictrate limits on the bitbucket API it currently runs every 30 min
You can read more about the configuration options in the [backstage docs](https://backstage.io/docs/integrations/bitbucketServer/discovery/#configuration)

![A form](./bitbucket-server-autodiscovery.webp)

### Next Steps

* [Explore the Getting Started Repo](https://bitbucket.org/roadie-demo/getting-started/src/main/) for examples of scaffolder templates.
* [Use a scaffolder template](https://bitbucket.org/roadie-demo/getting-started/src/main/scaffolder/register-new-component/) to give users a streamlined interface that they can use to generate the YAML file you used earlier in this tutorial.
* [Add a TechDocs page](/docs/getting-started/technical-documentation/) to the component you now have in the catalog.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ Now you can click on the entity link to visit the entity that you have just crea
### Next Steps

* [Configure auto-discovery](/docs/integrations/github-discovery/) so that Roadie can automatically discover and import catalog-info.yaml files.

* [Explore the Getting Started Repo](https://github.com/roadie-demo/getting-started/tree/main) for examples of scaffolder templates.
* [Use a scaffolder template](https://github.com/roadie-demo/getting-started/tree/main/scaffolder/register-new-component) to give users a streamlined interface that they can use to generate the YAML file you used earlier in this tutorial.
* [Add a TechDocs page](/docs/getting-started/technical-documentation/) to the component you now have in the catalog.
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,6 @@ Now you can click on the entity link to visit the entity that you have just crea

### Next Steps
* At this point you may want to enable [auto discovery](/docs/integrations/gitlab-provider/) using GitLab, this allows Roadie to discover new catalog files as they are created.
* [Explore the Getting Started Repo](https://gitlab.com/roadie-demo/getting-started) for examples of scaffolder templates.
* [Use a scaffolder template](https://gitlab.com/roadie-demo/getting-started/-/tree/main/scaffolder/register-new-component?ref_type=heads) to give users a streamlined interface that they can use to generate the YAML file you used earlier in this tutorial.
* [Add a TechDocs page](/docs/getting-started/technical-documentation/) to the component you now have in the catalog.

0 comments on commit 4531eb6

Please sign in to comment.