File tree Expand file tree Collapse file tree 3 files changed +5849
-3455
lines changed Expand file tree Collapse file tree 3 files changed +5849
-3455
lines changed Original file line number Diff line number Diff line change 2
2
// Note: type annotations allow type checking and IDEs autocompletion
3
3
4
4
// 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 ;
7
7
8
8
/** @type {import('@docusaurus/types').Config } */
9
9
const config = {
@@ -100,7 +100,7 @@ const config = {
100
100
} ,
101
101
{
102
102
href : "pathname:///python-sdk/api-reference-docs/" ,
103
- label : ' API Reference' ,
103
+ label : " API Reference" ,
104
104
position : "left" ,
105
105
} ,
106
106
{
You can’t perform that action at this time.
0 commit comments