feature -Changed document structure

This commit is contained in:
James Wyndham 2024-03-13 18:59:07 +08:00
parent d1e75b0fe3
commit c05b9ab11a
35 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,7 @@ sidebar_position: 1
slug: /
---
# Tutorial Intro
# Getting Started
Let's discover **Docusaurus in less than 5 minutes**.

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

View File

Before

Width:  |  Height:  |  Size: 5.0 KiB

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -4,12 +4,6 @@ const nextConfig = {
// Enables the styled-components SWC transform
styledComponents: true
},
rewrites: async () => [
{
source: "/docs",
destination: "/docs/index.html",
},
],
webpack(config) {
config.resolve.fallback = {