diff --git a/content/docs/getting-started/adding-a-catalog-item/bitbucket/index.md b/content/docs/getting-started/adding-a-catalog-item/bitbucket/index.md index 019606ddb..ce6b0b3be 100644 --- a/content/docs/getting-started/adding-a-catalog-item/bitbucket/index.md +++ b/content/docs/getting-started/adding-a-catalog-item/bitbucket/index.md @@ -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. \ No newline at end of file diff --git a/content/docs/getting-started/adding-a-catalog-item/github/index.md b/content/docs/getting-started/adding-a-catalog-item/github/index.md index b55fd3a7d..73c62dbd0 100644 --- a/content/docs/getting-started/adding-a-catalog-item/github/index.md +++ b/content/docs/getting-started/adding-a-catalog-item/github/index.md @@ -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. diff --git a/content/docs/getting-started/adding-a-catalog-item/gitlab/index.md b/content/docs/getting-started/adding-a-catalog-item/gitlab/index.md index 6710d8881..4a146da46 100644 --- a/content/docs/getting-started/adding-a-catalog-item/gitlab/index.md +++ b/content/docs/getting-started/adding-a-catalog-item/gitlab/index.md @@ -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.