diff --git a/docs/create-modify-element.mdx b/docs/create-modify-element.mdx index 4f2ec51..2cc7ee9 100644 --- a/docs/create-modify-element.mdx +++ b/docs/create-modify-element.mdx @@ -2,7 +2,6 @@ id: create-modify-element # sidebar_label: DOM Manipulation title: DOM Manipulation -slug: / --- import Admonition from "../components/Admonition" diff --git a/docs/index.mdx b/docs/index.mdx new file mode 100644 index 0000000..e477858 --- /dev/null +++ b/docs/index.mdx @@ -0,0 +1,12 @@ +--- +title: +slug: / +--- + +import {Redirect} from '@docusaurus/router'; + +function Home() { + return ; +} + + \ No newline at end of file