mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 05:29:32 +00:00
Perform some cleanup
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
const glob = require('glob');
|
||||
const sidebar = require('./sidebar');
|
||||
|
||||
console.log(__dirname + '/..');
|
||||
let markdownFiles = glob.sync('ru/*.md', { cwd: __dirname + '/..' }).map(f => '/' + f);
|
||||
|
||||
module.exports = {
|
||||
// site config
|
||||
lang: 'en-US',
|
||||
@@ -25,13 +21,6 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
locales: {
|
||||
// The key is the path for the locale to be nested under.
|
||||
// As a special case, the default locale can use '/' as its path.
|
||||
// '/en': {
|
||||
// lang: 'en-US',
|
||||
// title: 'Clover',
|
||||
// description: 'Clover Drone Kit'
|
||||
// },
|
||||
'/en/': {
|
||||
lang: 'en',
|
||||
title: 'Clover',
|
||||
@@ -51,6 +40,5 @@ module.exports = {
|
||||
plugins: [
|
||||
'@vuepress/plugin-search',
|
||||
'vuepress-plugin-copy-code2'
|
||||
// ['@vuepress/plugin-search', {}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user