Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to @lando/[email protected] #267

Merged
merged 3 commits into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})

* Updated to [@lando/[email protected]](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/[email protected]](https://github.com/lando/vitepress-theme-default-plus/releases/tag/v1.1.0-beta.18)
Expand Down
11 changes: 3 additions & 8 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
@@ -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 = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"><path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342M6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm0 0v-3.675A55.378 55.378 0 0 1 12 8.443m-7.007 11.55A5.981 5.981 0 0 0 6.75 15.75v-1.5" /></svg>';
Expand All @@ -13,27 +12,23 @@ 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',
landoDocs: 3,
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'}],
['link', {rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml'}],
],
themeConfig: {
multiVersionBuild: {
build: 'stable',
satisfies: '>=3.23.3',
build: 'dev',
satisfies: '>=3.23.4',
},
collections: {
guide: {
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
7 changes: 3 additions & 4 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 @@ -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",
Expand Down
Loading