Skip to content

Commit

Permalink
Bump got, @docusaurus/core, @docusaurus/preset-classic and @easyops-c…
Browse files Browse the repository at this point in the history
…n/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]>
  • Loading branch information
dependabot[bot] and mjvogelsong authored Nov 26, 2023
1 parent 3fd63d3 commit a1eb551
Show file tree
Hide file tree
Showing 3 changed files with 5,849 additions and 3,455 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
// Note: type annotations allow type checking and IDEs autocompletion

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

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -100,7 +100,7 @@ const config = {
},
{
href: "pathname:///python-sdk/api-reference-docs/",
label: 'API Reference',
label: "API Reference",
position: "left",
},
{
Expand Down
Loading

0 comments on commit a1eb551

Please sign in to comment.