diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b5a7a40..b05008c25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }}) +* Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.19](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.19) + ## v3.23.3 - [November 4, 2024](https://github.com/lando/core/releases/tag/v3.23.3) * Updated to [@lando/vitepress-theme-default-plus@v1.1.0-beta.18](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index a5343a61b..dea375cf4 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -1,7 +1,6 @@ import {createRequire} from 'module'; import {defineConfig} from '@lando/vitepress-theme-default-plus/config'; -import {default as getBaseUrl} from '@lando/vitepress-theme-default-plus/get-base-url'; // svg const hat = ''; @@ -13,9 +12,6 @@ const require = createRequire(import.meta.url); const {name, version} = require('../../package.json'); const landoPlugin = name.replace('@lando/', ''); -// get baseUrl -const baseUrl = getBaseUrl(); - export default defineConfig({ title: 'Lando 3', description: 'Documentation', @@ -23,8 +19,7 @@ export default defineConfig({ landoPlugin, version, base: '/', - baseUrl, - navBaseUrl: baseUrl, + navrel: 'none', head: [ ['meta', {name: 'viewport', content: 'width=device-width, initial-scale=1'}], ['link', {rel: 'icon', href: '/favicon.ico', size: 'any'}], @@ -32,8 +27,8 @@ export default defineConfig({ ], themeConfig: { multiVersionBuild: { - build: 'stable', - satisfies: '>=3.23.3', + build: 'dev', + satisfies: '>=3.23.4', }, collections: { guide: { diff --git a/docs/getting-started/requirements.md b/docs/getting-started/requirements.md index 69d0db88f..96eb251a2 100644 --- a/docs/getting-started/requirements.md +++ b/docs/getting-started/requirements.md @@ -44,8 +44,8 @@ We've found the below or better to deliver the best experience. Please also verify you meet the requirements needed to run our Docker engine backend. Note that the macOS and Windows Lando installer scripts will install Docker for you if needed. You can also run [`lando setup`](https://docs.lando.dev/cli/setup.html) to install needed requirements. * Docker Engine for Linux [requirements](https://docs.docker.com/engine/install/) -* Docker Desktop for Mac [requirements](https://docs.docker.com/desktop/install/mac-install/#system-requirements) -* Docker Desktop for Windows [requirements](https://docs.docker.com/desktop/install/windows-install/#system-requirements) +* Docker Desktop for Mac [requirements](https://docs.docker.com/desktop/setup/install/mac-install/#system-requirements) +* Docker Desktop for Windows [requirements](https://docs.docker.com/desktop/setup/install/windows-install/#system-requirements) ## Preflight Checks diff --git a/package-lock.json b/package-lock.json index e2184d9a8..73963e9c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "@lando/core", - "version": "3.23.2", + "version": "3.23.3", "license": "GPL-3.0", "dependencies": { "@lando/argv": "^1.1.2", @@ -76,7 +76,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.16.0", "@lando/leia": "^1.0.0-beta.4", - "@lando/vitepress-theme-default-plus": "^1.1.0-beta.18", + "@lando/vitepress-theme-default-plus": "github:lando/vitepress-theme-default-plus#main", "@yao-pkg/pkg": "^5.16.1", "chai": "^4.3.4", "chai-as-promised": "^7.1.1", @@ -1823,8 +1823,7 @@ }, "node_modules/@lando/vitepress-theme-default-plus": { "version": "1.1.0-beta.18", - "resolved": "https://registry.npmjs.org/@lando/vitepress-theme-default-plus/-/vitepress-theme-default-plus-1.1.0-beta.18.tgz", - "integrity": "sha512-0HSz9QrggZkzQsi1NG+C1+1YXBCa1EvwAt2cXHJbwQremX7CktRKUM0vopeWZPxJr/yQvj4rz3n1bN3ner/S6w==", + "resolved": "git+ssh://git@github.com/lando/vitepress-theme-default-plus.git#10d9f62e5c24fb185b2f640625b2edef3a71d655", "dev": true, "license": "GPL-3.0", "dependencies": { diff --git a/package.json b/package.json index f6a70f655..e5f212efe 100644 --- a/package.json +++ b/package.json @@ -168,7 +168,7 @@ "devDependencies": { "@babel/eslint-parser": "^7.16.0", "@lando/leia": "^1.0.0-beta.4", - "@lando/vitepress-theme-default-plus": "^1.1.0-beta.18", + "@lando/vitepress-theme-default-plus": "github:lando/vitepress-theme-default-plus#main", "@yao-pkg/pkg": "^5.16.1", "chai": "^4.3.4", "chai-as-promised": "^7.1.1",