Skip to content

Commit

Permalink
documentation: bumped Docusaurus version to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Dec 8, 2024
1 parent d1cd03c commit a13e6f9
Show file tree
Hide file tree
Showing 3 changed files with 13,311 additions and 17,064 deletions.
9 changes: 5 additions & 4 deletions documentation/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 lightTheme = themes.github;
const darkTheme = themes.dracula;

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -132,8 +133,8 @@ const config = {
respectPrefersColorScheme: true,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
theme: lightTheme,
darkTheme: darkTheme,
},
metadata: [
{ name: 'keywords', content: 'hlsdk, gamedev, programming, open source, half-life, xash3d, fwgs, goldsrc, sdk, opengl, physx, xashxt, modding, snmetamorph' }
Expand Down
Loading

0 comments on commit a13e6f9

Please sign in to comment.