Merge pull request #9181 from backstage/rugvip/pretty

docs: remove prettier configuration with proseWrap setting
This commit is contained in:
Patrik Oldsberg
2022-01-27 10:54:36 +01:00
committed by GitHub
11 changed files with 13 additions and 48 deletions
+1 -2
View File
@@ -368,5 +368,4 @@ for more info.
[1]: https://cloud.google.com/kubernetes-engine
[2]: https://cloud.google.com/docs/authentication/production#linux-or-macos
[3]:
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
[3]: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
+2 -4
View File
@@ -110,10 +110,8 @@ needs to be addressed.
| CLI (for local development and generating docs) | [`@techdocs/cli`][techdocs/cli] |
| Docker Container (for generating docs) | [`techdocs-container`][techdocs/container] |
[techdocs/frontend]:
https://github.com/backstage/backstage/blob/master/plugins/techdocs
[techdocs/backend]:
https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend
[techdocs/frontend]: https://github.com/backstage/backstage/blob/master/plugins/techdocs
[techdocs/backend]: https://github.com/backstage/backstage/blob/master/plugins/techdocs-backend
[techdocs/container]: https://github.com/backstage/techdocs-container
[techdocs/cli]: https://github.com/backstage/techdocs-cli
+1 -4
View File
@@ -173,10 +173,7 @@ jobs:
run: techdocs-cli generate --no-docker --verbose
- name: Publish docs site
run:
techdocs-cli publish --publisher-type awsS3 --storage-name
$TECHDOCS_S3_BUCKET_NAME --entity
$ENTITY_NAMESPACE/$ENTITY_KIND/$ENTITY_NAME
run: techdocs-cli publish --publisher-type awsS3 --storage-name $TECHDOCS_S3_BUCKET_NAME --entity $ENTITY_NAMESPACE/$ENTITY_KIND/$ENTITY_NAME
```
When the new repository is scaffolded or new documentation updates are