We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5cbe9 commit 31e216aCopy full SHA for 31e216a
docs/.vitepress/config.mts
@@ -5,6 +5,8 @@ export default defineConfig({
5
title: "Solop",
6
base: '/docs/',
7
description: "Solop Docs is a new UI for docs ERP",
8
+ lastUpdated: true,
9
+ head: [['link', { rel: 'icon', href: '/docs/favicon.ico' }]],
10
themeConfig: {
11
search: {
12
provider: 'local'
@@ -45,6 +47,9 @@ export default defineConfig({
45
47
46
48
socialLinks: [
49
{ icon: 'github', link: 'https://github.com/solop-develop/docs' }
- ]
50
+ ],
51
+ footer: {
52
+ copyright: 'Copyright © 2024-present Solop Software'
53
+ }
54
}
55
})
0 commit comments