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.
This commit is contained in:
Peter Johanson 2021-06-09 01:50:50 +00:00 committed by Pete Johanson
parent e8b42221cf
commit 7323f78a37
10 changed files with 14098 additions and 19039 deletions

View file

@ -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 "./_editing.mdx";
import Content, { toc as contentToc } from "./_editing.mdx";
export const rightToc = contentToc;
export const toc = contentToc;
<OsLegend />
<ToastyContainer />