Skip to content

Commit

Permalink
Docs merge (#66)
Browse files Browse the repository at this point in the history
* fix doc consolidation issues

* bump to node20

* bump to vitepress1.4.3

* rewrite base

* mvb things

* mvb things 2

* checklinx

* checklinx2

* udpate source docs

* udpated docs
  • Loading branch information
pirog authored Nov 1, 2024
1 parent 0321d4c commit 3f2bb3d
Show file tree
Hide file tree
Showing 26 changed files with 3,734 additions and 2,915 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions-config-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- true
- false
node-version:
- '18'
- '20'
debug:
- true
- false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions-file-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
lando-version-file:
- '.lando-version'
- '.tool-versions'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions-os-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-24.04
- windows-2022
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '3-dev'
# - 'stable'
node-version:
- '18'
- '20'
setup-string:
- 1
- auto
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-actions-versions-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
lando-version:
- '3.x'
- '>2'
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/pr-docs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: "@lando/*"
DEBUG: '@lando/*'
strategy:
matrix:
os:
- ubuntu-24.04
node-version:
- "18"
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -27,5 +27,7 @@ jobs:
run: npm clean-install --prefer-offline --frozen-lockfile
- name: Run linter
run: npm run lint
- name: Test mvb
run: npm run docs:mvb
- name: Test build
run: npm run docs:build
2 changes: 1 addition & 1 deletion .github/workflows/pr-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-posix-script-curl-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-windows-script-pipeline-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
node-version:
- '18'
- '20'
shell:
- powershell
- pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os:
- ubuntu-24.04
node-version:
- '18'
- '20'
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
nodejs 18
nodejs 20
lando 3
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 docs

## v3.4.2 - [October 22, 2024](https://github.com/lando/setup-lando/releases/tag/v3.4.2)

* Fixed bug causing GitHub convenience aliases eg `3-edge-slim` to incorrectly resolve to releases with hitherto unpopulated assets
Expand Down
Loading

0 comments on commit 3f2bb3d

Please sign in to comment.