Skip to content

Commit

Permalink
fix useDocsSidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
IldarKamalov committed Aug 27, 2024
1 parent 62fd4ac commit 6dd19b5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 136 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"@crowdin/cli": "3.13.0",
"@docusaurus/core": "2.2.0",
"@docusaurus/preset-classic": "2.2.0",
"@docusaurus/theme-common": "2.2.0",
"@mdx-js/react": "^1.6.21",
"@svgr/webpack": "^5.5.0",
"@swc/core": "^1.7.18",
Expand Down
141 changes: 6 additions & 135 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/theme/DocPage/Layout/Main/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import clsx from 'clsx';
import {useDocsSidebar} from '@docusaurus/theme-common/internal';
import { useDocsSidebar } from '@docusaurus/theme-common/internal';
import styles from './styles.module.scss';
import StickyBar from '../../../StickyBar/StickyBar';

Expand Down

0 comments on commit 6dd19b5

Please sign in to comment.