diff options
author | Aylur <[email protected]> | 2024-09-25 23:22:01 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-09-25 23:22:01 +0000 |
commit | 65654282a98cb0590d498e4ed9c924f97646f1dc (patch) | |
tree | 9150a8c5dca5429fafdd559db6e88f8bccb23d84 /docs/index.md | |
parent | fd8c3e81d8f7b235be123ce592f89e72f65a0f05 (diff) |
docs: restructure
Diffstat (limited to 'docs/index.md')
-rw-r--r-- | docs/index.md | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/docs/index.md b/docs/index.md index 46f28da..f22ae19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,13 +10,13 @@ hero: actions: - theme: brand text: What is Astal? - link: /getting-started/introduction + link: /guide/getting-started/introduction - theme: alt text: Get Started - link: /getting-started/installation + link: /guide/getting-started/installation - theme: alt text: References - link: /libraries/references + link: /guide/libraries/references features: - title: Use Your Preferred Language @@ -29,12 +29,6 @@ features: icon: <i style="color:var(--vp-c-brand-3)" class="fl-gtk"></i> details: With Astal you work with Gtk directly. You are not limited to only a set of them. --- -<script setup> -import Showcases from './showcases/Showcases.vue' -</script> - -<Showcases /> - <!--TODO: add icons for buttons https://github.com/vuejs/vitepress/pull/3795--> <style> @@ -64,6 +58,11 @@ import Showcases from './showcases/Showcases.vue' font-weight: bold; } + .VPFooter { + background-color: transparent !important; + border: none; + } + .VPNavBar:not(.top) { background-color: transparent !important; -webkit-backdrop-filter: blur(16px); |