mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-29 22:39:33 +00:00
Add some logo
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const sidebar = require('./sidebar');
|
||||
|
||||
const hostname = 'clover.coex.tech';
|
||||
const allowedTags = ['font', 'center', 'nobr']; // allow using some deprecated and non-standard html tags
|
||||
|
||||
module.exports = {
|
||||
@@ -10,8 +11,7 @@ module.exports = {
|
||||
// theme and its config
|
||||
theme: '@vuepress/theme-default',
|
||||
themeConfig: {
|
||||
logo: 'https://vuejs.org/images/logo.png',
|
||||
// sidebar: markdownFiles
|
||||
logo: 'clover-logo.png',
|
||||
sidebar: {
|
||||
'/ru/': sidebar.readSummary("./ru/SUMMARY.md"),
|
||||
'/en/': sidebar.readSummary("./en/SUMMARY.md"),
|
||||
|
||||
BIN
docs/.vuepress/public/clover-logo.png
Normal file
BIN
docs/.vuepress/public/clover-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
Reference in New Issue
Block a user