File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
- docs .fshost.me
1
+ help .fshost.me
Original file line number Diff line number Diff line change 2
2
id : welcome
3
3
title : Welcome to the FSHOST Documentation!
4
4
sidebar_label : Welcome!
5
- slug : /
6
5
---
7
6
8
7
import Card from '@site/src /components/Card/Card';
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ const config = {
10
10
favicon : 'img/favicon.ico' ,
11
11
12
12
// Set the production url of your site here
13
- url : 'https://docs .fshost.me' ,
13
+ url : 'https://help .fshost.me' ,
14
14
// Set the /<baseUrl>/ pathname under which your site is served
15
15
// For GitHub pages deployment, it is often '/<projectName>/'
16
- baseUrl : '/docs/ ' ,
16
+ baseUrl : '/' ,
17
17
18
18
// GitHub pages deployment config.
19
19
// If you aren't using GitHub pages, you don't need these.
@@ -139,7 +139,6 @@ const config = {
139
139
/** @type {import('@docusaurus/preset-classic').Options } */
140
140
( {
141
141
docs : {
142
- routeBasePath : '/' ,
143
142
sidebarPath : './sidebars.js' ,
144
143
// Please change this to your repo.
145
144
// Remove this to remove the "edit this page" links.
You can’t perform that action at this time.
0 commit comments