Skip to content

Commit

Permalink
chore: added toc to the global scope (#1685)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3c640a3)
  • Loading branch information
karl-cardenas-coding committed Oct 20, 2023
1 parent f8e5947 commit cf54905
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/theme/MDXComponents/MDXComponents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import YouTube from "@site/src/components/Youtube/Youtube";
import Packs from "@site/src/components/Integrations/Packs/Packs";
import AppTiers from "@site/src/components/Integrations/AppTiers/AppTiers";
import PacksTable from "@site/src/components/PacksTable/PacksTable";
import TOCInline from "@theme/TOCInline";

export default {
...MDXComponents,
Expand All @@ -20,4 +21,5 @@ export default {
Packs,
AppTiers,
PacksTable,
TOCInline,
};

0 comments on commit cf54905

Please sign in to comment.