Skip to content

Commit a1eb551

Browse files
Bump got, @docusaurus/core, @docusaurus/preset-classic and @easyops-cn/docusaurus-search-local in /docs (#134)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Vogelsong <[email protected]>
1 parent 3fd63d3 commit a1eb551

File tree

3 files changed

+5849
-3455
lines changed

3 files changed

+5849
-3455
lines changed

docs/docusaurus.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Note: type annotations allow type checking and IDEs autocompletion
33

44
// Options: https://github.com/FormidableLabs/prism-react-renderer/tree/master/src/themes
5-
const lightCodeTheme = require("prism-react-renderer/themes/github");
6-
const darkCodeTheme = require("prism-react-renderer/themes/vsDark");
5+
const lightCodeTheme = require("prism-react-renderer").themes.github;
6+
const darkCodeTheme = require("prism-react-renderer").themes.vsDark;
77

88
/** @type {import('@docusaurus/types').Config} */
99
const config = {
@@ -100,7 +100,7 @@ const config = {
100100
},
101101
{
102102
href: "pathname:///python-sdk/api-reference-docs/",
103-
label: 'API Reference',
103+
label: "API Reference",
104104
position: "left",
105105
},
106106
{

0 commit comments

Comments
 (0)