Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
openbullet committed May 1, 2024
1 parent 73df809 commit 81fc785
Show file tree
Hide file tree
Showing 5 changed files with 14,646 additions and 12,768 deletions.
2 changes: 1 addition & 1 deletion docs/hits/general-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Format=<CAPTURE>
The available keywords that will be replaced with the corresponding data from the hit are

| Name | Explanation |
|-------------------|--------------------------------------------------------|
|:------------------|:-------------------------------------------------------|
|`<DATA>` |The data from the data pool that was used to get the hit|
|`<DATE>` |The time and date when the hit was obtained|
|`<CATEGORY>` |The category of the config that obtained the hit|
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");
import { themes } from "prism-react-renderer";
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;

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

0 comments on commit 81fc785

Please sign in to comment.