Version Packages
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# @techdocs/cli
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 733187987b: Removed an undocumented, broken behavior where `README.md` files would be copied to `index.md` if it did not exist, leading to broken links in the TechDocs UI.
|
||||
|
||||
**WARNING**: If you notice 404s in TechDocs after updating, check to make sure that all markdown files referenced in your `mkdocs.yml`s' `nav` sections exist. The following flag may be passed to the `generate` command to temporarily revert to the broken behavior.
|
||||
|
||||
```sh
|
||||
techdocs-cli generate --legacyCopyReadmeMdToIndexMd
|
||||
```
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 230ad0826f: Bump to using `@types/node` v16
|
||||
- eb470ea54c: Adds a new flag to override the entrypoint when using a custom docker image. It could be used to reuse existing images with different entrypoints.
|
||||
- Updated dependencies
|
||||
- @backstage/catalog-model@1.0.1
|
||||
- @backstage/backend-common@0.13.2
|
||||
- @backstage/plugin-techdocs-node@1.1.0
|
||||
|
||||
## 1.1.0-next.1
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@techdocs/cli",
|
||||
"description": "Utility CLI for managing TechDocs sites in Backstage.",
|
||||
"version": "1.1.0-next.1",
|
||||
"version": "1.1.0",
|
||||
"private": false,
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@@ -37,7 +37,7 @@
|
||||
"techdocs-cli": "bin/techdocs-cli"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@backstage/cli": "^0.17.0-next.3",
|
||||
"@backstage/cli": "^0.17.0",
|
||||
"@types/commander": "^2.12.2",
|
||||
"@types/fs-extra": "^9.0.6",
|
||||
"@types/http-proxy": "^1.17.4",
|
||||
@@ -62,11 +62,11 @@
|
||||
"ext": "ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/backend-common": "^0.13.2-next.2",
|
||||
"@backstage/catalog-model": "^1.0.1-next.0",
|
||||
"@backstage/backend-common": "^0.13.2",
|
||||
"@backstage/catalog-model": "^1.0.1",
|
||||
"@backstage/cli-common": "^0.1.8",
|
||||
"@backstage/config": "^1.0.0",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.0-next.2",
|
||||
"@backstage/plugin-techdocs-node": "^1.1.0",
|
||||
"@types/dockerode": "^3.3.0",
|
||||
"commander": "^6.1.0",
|
||||
"dockerode": "^3.3.1",
|
||||
|
||||
Reference in New Issue
Block a user