first commit
This commit is contained in:
21
ui/.vuepress/config.js
Normal file
21
ui/.vuepress/config.js
Normal file
@@ -0,0 +1,21 @@
|
||||
const appConfig = require('../src/app.config')
|
||||
|
||||
module.exports = {
|
||||
title: appConfig.title + ' Docs',
|
||||
description: appConfig.description,
|
||||
themeConfig: {
|
||||
sidebar: [
|
||||
['/', 'Introduction'],
|
||||
'/docs/development',
|
||||
'/docs/architecture',
|
||||
'/docs/tech',
|
||||
'/docs/routing',
|
||||
'/docs/state',
|
||||
'/docs/tests',
|
||||
'/docs/linting',
|
||||
'/docs/editors',
|
||||
'/docs/production',
|
||||
'/docs/troubleshooting',
|
||||
],
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user