docs: fix GitHub Discovery link in adding-templates.md

Signed-off-by: Edoardo Dusi <edo@edoardodusi.com>
This commit is contained in:
Edoardo Dusi
2023-11-20 18:00:49 +01:00
committed by GitHub
parent fc92656e42
commit 859dd0745f
@@ -114,6 +114,6 @@ configured differently should be running on `/catalog-import`.
For information about writing your own templates, you can check out the docs
[here](./writing-templates.md)
If you are looking for a method to discover templates without the need for manual ingestion, there are several options available. One approach is to utilize Discovery providers, such as [GitHub Discovery](https://backstage.io/docs/integrations/github/discover).
If you are looking for a method to discover templates without the need for manual ingestion, there are several options available. One approach is to utilize Discovery providers, such as [GitHub Discovery](https://backstage.io/docs/integrations/github/discovery).
Alternatively, you can choose to set up an external integration. This involves connecting your system to external sources or platforms that may host templates relevant to your needs, as mentioned in [External Integration](https://backstage.io/docs/features/software-catalog/external-integrations/).