We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed9fb7 commit 539ddd8Copy full SHA for 539ddd8
src/theme/DocCategoryGeneratedIndexPage/index.tsx
src/theme/DocCategoryGeneratedIndexPage/styles.module.css
src/theme/TOC/index.js
@@ -3,7 +3,7 @@ import React from "react";
3
import clsx from "clsx";
4
import TOCItems from "@theme/TOCItems";
5
import styles from "./styles.module.css";
6
-import Ads from "../../components/Ads";
+import Ads from "@site/src/components/Ads";
7
8
const LINK_CLASS_NAME = "table-of-contents__link toc-highlight";
9
const LINK_ACTIVE_CLASS_NAME = "table-of-contents__link--active";
0 commit comments