From 3681f0c109d00de85f39eae2bdc5e65685619673 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 19 Jul 2020 12:18:40 -0700 Subject: [PATCH] add missing Centos requirement --- docs/docs/getting-started.mdx | 2 +- docs/src/theme/Old Navbar/index.js | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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";