Skip to content

Commit

Permalink
chore: update to Docusaurus 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Dec 6, 2023
1 parent e8911b9 commit e746181
Show file tree
Hide file tree
Showing 4 changed files with 7,877 additions and 15,817 deletions.
4 changes: 2 additions & 2 deletions site/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 📚 Very Good ClI Docs

This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator.
This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator.

### ⚙️ Installation

Expand All @@ -19,7 +19,7 @@ This command starts a local development server and opens up a browser window. Mo
### 📦 Build

```
$ npm build
$ npm run build
```

This command generates static content into the `build` directory and can be served using any static contents hosting service.
Expand Down
4 changes: 2 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/vsLight');
const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
const lightCodeTheme = require('prism-react-renderer').themes.vsLight;
const darkCodeTheme = require('prism-react-renderer').themes.vsDark;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down
Loading

0 comments on commit e746181

Please sign in to comment.