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> <template>
<div class="layout-footer"> <footer class="VPFooter">
<div class="link-columns"> <div class="layout-footer">
<div class="column"> <div class="link-columns">
<h4>Documentation</h4> <div class="column">
<a href="/docs/user-guide">User Guide</a> <h4>Documentation</h4>
<a href="/docs/developer-guide">Developer Guide</a> <a href="/docs/user-guide">User Guide</a>
<a href="/docs/contributor-guide">Contributor Guide</a> <a href="/docs/developer-guide">Developer Guide</a>
<a href="/reference/index.html" target="_blank">SDK Reference</a> <a href="/docs/contributor-guide">Contributor Guide</a>
</div> <a href="/reference/index.html" target="_blank">SDK Reference</a>
<div class="column"> </div>
<h4>Legal</h4> <div class="column">
<a href="/privacy-policy">Privacy Policy</a> <h4>Legal</h4>
<a href="/license">License</a> <a href="/privacy-policy">Privacy Policy</a>
</div> <a href="/license">License</a>
<div class="column"> </div>
<h4>Links</h4> <div class="column">
<a href="https://github.com/MM2-0/Kvaesitso" target="_blank">Github</a> <h4>Links</h4>
<a href="https://t.me/Kvaesitso" target="_blank">Telegram</a> <a href="https://github.com/MM2-0/Kvaesitso" target="_blank"
>Github</a
>
<a href="https://t.me/Kvaesitso" target="_blank">Telegram</a>
</div>
</div> </div>
<p class="copyright">
Copyright © 2025 MM2-0 and the Kvaesitso contributors. Built with
VitePress.
</p>
</div> </div>
<p class="copyright"> </footer>
Copyright © 2025 MM2-0 and the Kvaesitso contributors. Built with
VitePress.
</p>
</div>
</template> </template>
<style lang="scss"> <style lang="scss">
.layout-footer { .layout-footer {
@ -42,6 +46,14 @@
font-weight: 600; font-weight: 600;
margin-bottom: 0.5rem; 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; 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": { "devDependencies": {
"qrcode": "^1.5.4", "qrcode": "^1.5.4",
"sass": "^1.70.0", "sass": "^1.86.0",
"vitepress": "^1.0.0-rc.41", "vitepress": "^1.6.3",
"vue": "^3.4.15" "vue": "^3.5.13"
}, },
"dependencies": { "dependencies": {
"material-symbols": "^0.14.7" "material-symbols": "^0.14.7"