Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

feat: update to docusaurs 3.0 #152

Merged
merged 7 commits into from
Nov 9, 2023
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: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: ⚙️ Setup Node
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: npm
cache-dependency-path: src/very_good_docs_site/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Generated by the [Very Good CLI][very_good_cli_link] 🤖

## Getting Started 🚀

The docs site is built using [Docusaurus 2][docusaurus_link], a modern static website generator.
The docs site is built using [Docusaurus 3][docusaurus_link], a modern static website generator.

### ⚙️ Installation

Expand Down
Loading