microsite-next: serve docs from docs folder

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2022-12-13 11:41:54 +01:00
parent dbe6b9308d
commit 9b0c053e91
2 changed files with 1 additions and 9 deletions
-8
View File
@@ -1,8 +0,0 @@
---
id: init
title: Init
# prettier-ignore
description: This will be replaced by the docs
---
TBD
+1 -1
View File
@@ -45,7 +45,7 @@ module.exports = {
showLastUpdateAuthor: true,
showLastUpdateTime: true,
editUrl: 'https://github.com/backstage/backstage/edit/master/docs/',
path: 'docs',
path: '../docs',
sidebarPath: 'sidebars.json',
},
blog: {