Fixing errors reported by documentation quality check github job
Signed-off-by: cmoulliard <cmoulliard@redhat.com>
This commit is contained in:
@@ -5,4 +5,4 @@
|
||||
'@backstage/integration': patch
|
||||
---
|
||||
|
||||
Added support to create a git repository and publish a scaffolded project using a new action "publish:gitea" for gitea. The action currently supports to create a gitea org's repository - https://gitea.com/api/swagger#/organization/createOrgRepo
|
||||
Added support to create a git repository and publish a scaffolded project using a new action "publish:gitea" for gitea. The action currently supports to create a gitea repository owned by an organization. See: https://gitea.com/api/swagger#/organization/createOrgRepo
|
||||
|
||||
@@ -46,7 +46,7 @@ integrations:
|
||||
```
|
||||
|
||||
**NOTE**: As backstage will issue HTTPS/TLS requests to the gitea instance, it is needed to configure `gitea` with a valid certificate or at least with a
|
||||
self-signed certificate `gitea cert --host localhost -ca`. Don't forget to set the env var `NODE_EXTRA_CA_CERTS` to point to the CA pem file before to launch backstage !
|
||||
self-signed certificate `gitea cert --host localhost -ca`. Don't forget to set the env var `NODE_EXTRA_CA_CERTS` to point to the CA file before to launch backstage !
|
||||
|
||||
When done, you can use the action in your template:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user