Docs: Update vitepress

This commit is contained in:
MM20 2025-03-26 20:30:54 +01:00
parent d3d354d43e
commit 5bd2110dc1
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
3 changed files with 2419 additions and 789 deletions

View File

@ -1,29 +1,33 @@
<template>
<div class="layout-footer">
<div class="link-columns">
<div class="column">
<h4>Documentation</h4>
<a href="/docs/user-guide">User Guide</a>
<a href="/docs/developer-guide">Developer Guide</a>
<a href="/docs/contributor-guide">Contributor Guide</a>
<a href="/reference/index.html" target="_blank">SDK Reference</a>
</div>
<div class="column">
<h4>Legal</h4>
<a href="/privacy-policy">Privacy Policy</a>
<a href="/license">License</a>
</div>
<div class="column">
<h4>Links</h4>
<a href="https://github.com/MM2-0/Kvaesitso" target="_blank">Github</a>
<a href="https://t.me/Kvaesitso" target="_blank">Telegram</a>
<footer class="VPFooter">
<div class="layout-footer">
<div class="link-columns">
<div class="column">
<h4>Documentation</h4>
<a href="/docs/user-guide">User Guide</a>
<a href="/docs/developer-guide">Developer Guide</a>
<a href="/docs/contributor-guide">Contributor Guide</a>
<a href="/reference/index.html" target="_blank">SDK Reference</a>
</div>
<div class="column">
<h4>Legal</h4>
<a href="/privacy-policy">Privacy Policy</a>
<a href="/license">License</a>
</div>
<div class="column">
<h4>Links</h4>
<a href="https://github.com/MM2-0/Kvaesitso" target="_blank"
>Github</a
>
<a href="https://t.me/Kvaesitso" target="_blank">Telegram</a>
</div>
</div>
<p class="copyright">
Copyright © 2025 MM2-0 and the Kvaesitso contributors. Built with
VitePress.
</p>
</div>
<p class="copyright">
Copyright © 2025 MM2-0 and the Kvaesitso contributors. Built with
VitePress.
</p>
</div>
</footer>
</template>
<style lang="scss">
.layout-footer {
@ -42,6 +46,14 @@
font-weight: 600;
margin-bottom: 0.5rem;
}
a {
color: var(--vp-c-text-2);
text-decoration: none;
&:hover {
text-decoration: underline;
color: var(--vp-c-brand);
}
}
}
gap: 2rem;
}

3144
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,9 @@
},
"devDependencies": {
"qrcode": "^1.5.4",
"sass": "^1.70.0",
"vitepress": "^1.0.0-rc.41",
"vue": "^3.4.15"
"sass": "^1.86.0",
"vitepress": "^1.6.3",
"vue": "^3.5.13"
},
"dependencies": {
"material-symbols": "^0.14.7"