deps: update docs ()

This commit is contained in:
Jason Rasmussen 2024-01-17 22:44:45 -05:00 committed by GitHub
parent 98cee8864d
commit 44873b4224
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6152 additions and 13360 deletions

View file

@ -1,8 +1,7 @@
// @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 prism = require('prism-react-renderer');
/** @type {import('@docusaurus/types').Config} */
const config = {
@ -165,8 +164,8 @@ const config = {
copyright: `Immich is available as open source under the terms of the MIT License.`,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: prism.themes.github,
darkTheme: prism.themes.dracula,
additionalLanguages: ['sql'],
},
image: 'overview/img/feature-panel.png',