feature -Changed document structure
|
@ -3,7 +3,7 @@ sidebar_position: 1
|
||||||
slug: /
|
slug: /
|
||||||
---
|
---
|
||||||
|
|
||||||
# Tutorial Intro
|
# Getting Started
|
||||||
|
|
||||||
Let's discover **Docusaurus in less than 5 minutes**.
|
Let's discover **Docusaurus in less than 5 minutes**.
|
||||||
|
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
@ -4,12 +4,6 @@ const nextConfig = {
|
||||||
// Enables the styled-components SWC transform
|
// Enables the styled-components SWC transform
|
||||||
styledComponents: true
|
styledComponents: true
|
||||||
},
|
},
|
||||||
rewrites: async () => [
|
|
||||||
{
|
|
||||||
source: "/docs",
|
|
||||||
destination: "/docs/index.html",
|
|
||||||
},
|
|
||||||
],
|
|
||||||
|
|
||||||
webpack(config) {
|
webpack(config) {
|
||||||
config.resolve.fallback = {
|
config.resolve.fallback = {
|
||||||
|
|