Skip to content

Commit

Permalink
upgrade docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
davidebianchi committed Jan 21, 2024
1 parent 858c1d5 commit fa1d4a0
Show file tree
Hide file tree
Showing 6 changed files with 9,656 additions and 18,749 deletions.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 3

## Prerequisite

*kube-green* support all Kubernetes cluster versions >= 1.19 <= 1.28 and OpenShift Container Platform v4.
*kube-green* support all Kubernetes cluster versions >= 1.19 &lt;= 1.28 and OpenShift Container Platform v4.

Supported architectures are: amd64, arm64.

Expand Down
5 changes: 3 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion

const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const {themes} = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;

const LOGO_IMAGE = 'img/logo.svg';
const GITHUB_BASE_URL = 'https://github.com/kube-green/kube-green.github.io/'
Expand Down
Loading

0 comments on commit fa1d4a0

Please sign in to comment.