From dccca1eff818cafa38be57f4f0115846d64ba405 Mon Sep 17 00:00:00 2001 From: Manish Kumar Gupta Date: Wed, 20 Nov 2024 14:07:20 -0800 Subject: [PATCH] Remove "skip" from docs page (Bad merge) (#491) --- src/pages/Docs/Docs.index.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/pages/Docs/Docs.index.tsx b/src/pages/Docs/Docs.index.tsx index 6faa53ec..3df1922f 100644 --- a/src/pages/Docs/Docs.index.tsx +++ b/src/pages/Docs/Docs.index.tsx @@ -9,7 +9,6 @@ import DocsHtmlContent from "./components/DocsHtmlContent"; import Topic from "./components/Topic"; import { DATA_URL, SAS_URL, STAC_URL } from "../../utils/constants"; import ScrollToTop from "../../components/ScrollToTop"; -import { skipContentStyle } from "components/Header/styles"; const OpenApiSpec = React.lazy(() => import("./components/OpenApiSpec")); @@ -60,15 +59,6 @@ const Docs = () => { const documentationPane = (
- { - const urlWithoutHash = window.location.href.split("#")[0]; - window.location.href = urlWithoutHash + "#generated-docs-content"; - }} - > - Skip to content - {tocComponent}
{breadcrumb}