From 02751db5feebe695df7ac333149e79df26baca64 Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 9 Feb 2024 09:51:05 -0800 Subject: [PATCH] Update path to from source install insructions and update vitepress-theme-default-plus. --- docs/development.md | 2 +- package-lock.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/development.md b/docs/development.md index 6a92ea4..905e41b 100644 --- a/docs/development.md +++ b/docs/development.md @@ -11,7 +11,7 @@ This guide contains information to help onboard developers to work on the [Acqui At the very least you will need to have the following installed: -* [Lando 3.21.0+](https://docs.lando.dev/getting-started/installation.html) preferably installed [from source](https://docs.lando.dev/getting-started/installation.html#from-source). +* [Lando 3.21.0+](https://docs.lando.dev/getting-started/installation.html) preferably installed [from source](https://docs.lando.dev/install/source.html). * [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) * [Node 18](https://nodejs.org/dist/latest-v18.x/) diff --git a/package-lock.json b/package-lock.json index d3f410b..626ee29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1578,9 +1578,9 @@ "license": "MIT" }, "node_modules/@lando/vitepress-theme-default-plus": { - "version": "1.0.0-beta.28", - "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.0.0-beta.28.tgz", - "integrity": "sha512-iAe+T5T3l2ncO5J9TEH3aOCzOsp1Yaq01g/sod7lwI9MkYC1QGxvCfLIwUQ3UJ+ELTj2N1fNA9y5svasNmixfg==", + "version": "1.0.0-beta.29", + "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.0.0-beta.29.tgz", + "integrity": "sha512-s10RyUOTa52VYYXrJkpx1VvKmrqHmdrDdLE6tQldibIEvjROvd/l04kxrrEbv9r6RR1r0bD8hk6ioUkbMEdniA==", "dev": true, "dependencies": { "debug": "^4.3.2",