Skip to content

Commit 4dd5c2d

Browse files
fix: docs only mode
1 parent 087fc43 commit 4dd5c2d

File tree

4 files changed

+2
-65
lines changed

4 files changed

+2
-65
lines changed

docs/docs/getting-started.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
sidebar_position: 1
33
title: Getting started
44
sidebar_label: Getting started
5+
slug: /
56
---
67

78
import Tabs from '@theme/Tabs';

docs/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const config: Config = {
3636
'classic',
3737
{
3838
docs: {
39+
routeBasePath: '/',
3940
sidebarPath: './sidebars.ts',
4041
// Please change this to your repo.
4142
// Remove this to remove the "edit this page" links.

docs/src/pages/index.module.css

Lines changed: 0 additions & 23 deletions
This file was deleted.

docs/src/pages/index.tsx

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)