Skip to content

Commit cf9b11a

Browse files
fix: Docs path. (#44)
1 parent 9198f60 commit cf9b11a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vuepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var utils = require('./utils.js')
55
var { genNav, getComponentSidebar, deepClone } = utils
66

77
module.exports = {
8-
title: 'adempiere-vue',
8+
title: 'frontend-core',
99
description: 'The new UI for ADempiere ERP',
1010
base: '/adempiere-vue/',
1111
head: [
@@ -18,8 +18,8 @@ module.exports = {
1818
]
1919
],
2020
themeConfig: {
21-
repo: 'adempiere/adempiere-vue',
22-
docsRepo: 'adempiere/adempiere-vue',
21+
repo: 'solop-develop/frontend-core',
22+
docsRepo: 'solop-develop/frontend-core',
2323
docsDir: 'docs',
2424
editLinks: true,
2525
sidebarDepth: 3,

0 commit comments

Comments
 (0)