Skip to content

Commit

Permalink
chore: update docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
viclafouch committed Jul 31, 2023
1 parent 7b787c6 commit 5da26a9
Show file tree
Hide file tree
Showing 5 changed files with 10,157 additions and 6,070 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ vite.config.ts
dist
coverage
docs/build
.eslintrc.js
.eslintrc.js
docs/*.js
9 changes: 4 additions & 5 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,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 github = require('prism-react-renderer/themes/github')
const dracula = require('prism-react-renderer/themes/dracula')

/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'MUI OTP input',
tagline: 'An OTP input designed for the React library MUI',
Expand Down Expand Up @@ -84,8 +83,8 @@ const config = {
copyright: `Copyright © ${new Date().getFullYear()} by Victor de la Fouchardiere`
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme
theme: github,
darkTheme: dracula
}
})
}
Expand Down
Loading

0 comments on commit 5da26a9

Please sign in to comment.