Skip to content

Commit

Permalink
update vitepress to 1.1.0 and also mod lando config set
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Apr 17, 2024
1 parent 6933ea6 commit 6b6de84
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## v1.0.2 - [April 17, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.2)

## Bug Fixes

* Updated `lando` config sets
* Updated to `vitepress@1.1.0`

## v1.0.1 - [April 4, 2024](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.0.1)

## Bug Fixes
Expand Down
11 changes: 10 additions & 1 deletion config/landov3.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,13 +286,22 @@ function sharedNav() {
items: [
{
text: 'Lando',
link: 'https://docs.lando.dev/core/v3/lando-service.html',
link: 'https://docs.lando.dev/core/v3/services/lando.html',
alert: {
expires: 1697299993000,
type: 'new',
text: 'NEW!',
},
},
{
text: 'L-337 Service',
link: 'https://docs.lando.dev/core/v3/services/l337.html',
alert: {
expires: 1718669846000,
type: 'new',
text: 'BETA!',
},
},
],
},
],
Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"eslint": "^7.32.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-vue": "^8.0.3",
"vitepress": "^1.0.2",
"vitepress": "^1.1.0",
"vue-eslint-parser": "^9.3.2"
}
}

0 comments on commit 6b6de84

Please sign in to comment.