diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-06-09 01:50:50 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-06-09 10:12:06 -0400 |
commit | 7323f78a37467e7144eb6414ef2296de050a45fd (patch) | |
tree | 979890f5dabc5b67ff7d28c37d63e5f061d5d100 /docs/docs/codes/power.mdx | |
parent | e8b42221cfe30b47a1962b5fbce1e500ccb7cafa (diff) |
fix(docs): Upgrade docusaurus, webpack/loaders.
Upgrade to the new Docusaurus 2 beta release, which also required
upgrades to newer Webpack@5, and some API fixes for TOC changes.
Diffstat (limited to 'docs/docs/codes/power.mdx')
-rw-r--r-- | docs/docs/codes/power.mdx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docs/codes/power.mdx b/docs/docs/codes/power.mdx index 7e8ffd1..2af3233 100644 --- a/docs/docs/codes/power.mdx +++ b/docs/docs/codes/power.mdx @@ -6,9 +6,9 @@ hide_title: true import OsLegend from "@site/src/components/codes/OsLegend"; import ToastyContainer from "@site/src/components/codes/ToastyContainer"; -import Content, { rightToc as contentToc } from "./_power.mdx"; +import Content, { toc as contentToc } from "./_power.mdx"; -export const rightToc = contentToc; +export const toc = contentToc; <OsLegend /> <ToastyContainer /> |