Skip to content

Commit ac2f860

Browse files
authored
Merge pull request Qloapps#22 from shreesh-webkul/update_links
Update links and plugin
2 parents d1da606 + 79e7076 commit ac2f860

File tree

5 files changed

+12485
-6114
lines changed

5 files changed

+12485
-6114
lines changed
+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<template>
2+
<div>
3+
Copyright © {{ date }} QloApps
4+
</div>
5+
</template>
6+
7+
<script>
8+
export default {
9+
data() {
10+
return {
11+
date: new Date().getFullYear()
12+
}
13+
}
14+
}
15+
</script>

docs/.vuepress/config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ module.exports = {
1717
editLinkText: 'Help us improve this page!',
1818
smoothScroll: true,
1919
nav: [
20-
{ text: 'Guide', link: '/' },
20+
{ text: 'Download', link: 'https://qloapps.com/download/' },
21+
{ text: 'User Guide', link: 'https://docs.qloapps.com/' },
2122
{ text: 'Forum', link: 'https://forums.qloapps.com/' },
2223
{ text: 'Extensions', link: 'https://qloapps.com/addons/' },
2324
],
@@ -134,6 +135,12 @@ module.exports = {
134135
],
135136
},
136137
plugins: [
138+
[
139+
'@vuepress/medium-zoom',
140+
{
141+
background: '#000',
142+
}
143+
],
137144
['@vuepress/back-to-top', 'code-copy'],
138145
['container', {
139146
type: 'dir',

docs/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ features:
1111
details: Learn how to create themes and modules for QloApps.
1212
- title: API Documentation
1313
details: Learn how to integrate your systems with QloApps via APIs.
14-
footer: Copyright © 2024 QloApps
1514
---
15+
::: slot footer
16+
<Copyright/>
17+
:::

0 commit comments

Comments
 (0)