Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-04-12 15:19:00 +00:00
parent 0df260a54f
commit 2e1cce5528
197 changed files with 2505 additions and 758 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-techdocs-node
## 1.1.0-next.2
### Minor Changes
- bcf1a2496c: BREAKING: The default Techdocs behavior will no longer attempt to copy `docs/README.md` or `README.md` to `docs/index.md` (if not found). To retain this behavior in your instance, you can set the following config in your `app-config.yaml`:
```yaml
techdocs:
generator:
mkdocs:
legacyCopyReadmeMdToIndexMd: true
```
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.13.2-next.2
- @backstage/integration@1.1.0-next.2
## 1.0.1-next.1
### Patch Changes