fix: update README link in catalog-info.yaml and remove unnecessary line in index.md
This commit is contained in:
parent
a0d65d1a09
commit
9acc97880b
2 changed files with 1 additions and 3 deletions
|
@ -2,5 +2,3 @@
|
||||||
|
|
||||||
Main entry point
|
Main entry point
|
||||||
|
|
||||||
|
|
||||||
{!../README.md!}
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
description: This component represents the documentation for our project.
|
description: This component represents the documentation for our project.
|
||||||
annotations:
|
annotations:
|
||||||
backstage.io/techdocs-ref: dir:..
|
backstage.io/techdocs-ref: dir:..
|
||||||
backstage.io/docs-url: ../README.md
|
backstage.io/docs-url: ./README.md
|
||||||
tags:
|
tags:
|
||||||
- documentation
|
- documentation
|
||||||
- docs
|
- docs
|
||||||
|
|
Loading…
Reference in a new issue