diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index b7a6b78..aff1a1f 100755 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -54,7 +54,7 @@ $ sudo apt install -y python3.6-dev python3-pip redis-server ```shell-session -$ sudo yum install centos-release-scl python3-devel rh-python36 +$ sudo yum install centos-release-scl scl-utils python3-devel rh-python36 $ sudo scl enable rh-python36 ``` diff --git a/docs/src/theme/Old Navbar/index.js b/docs/src/theme/Old Navbar/index.js index c2b4265..c6d5480 100644 --- a/docs/src/theme/Old Navbar/index.js +++ b/docs/src/theme/Old Navbar/index.js @@ -15,9 +15,7 @@ import SearchBar from "@theme/SearchBar"; import useThemeContext from "@theme/hooks/useThemeContext"; import useHideableNavbar from "@theme/hooks/useHideableNavbar"; import useLockBodyScroll from "@theme/hooks/useLockBodyScroll"; - import useMedia from "use-media"; - import { ColorModeToggle } from "../../components/ColorModeToggle"; import { GithubButton } from "../../components/GithubButton"; import Logo from "../../components/Logo";