mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-18 13:52:50 +00:00
Refactor - On index page, redirect to first doc
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
id: create-modify-element
|
||||
# sidebar_label: DOM Manipulation
|
||||
title: DOM Manipulation
|
||||
slug: /
|
||||
---
|
||||
|
||||
import Admonition from "../components/Admonition"
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title:
|
||||
slug: /
|
||||
---
|
||||
|
||||
import {Redirect} from '@docusaurus/router';
|
||||
|
||||
function Home() {
|
||||
return <Redirect to="/docs/create-modify-element" />;
|
||||
}
|
||||
|
||||
<Home/>
|
||||
Reference in New Issue
Block a user