Documentation Init

This commit is contained in:
headlessdev
2025-04-20 19:54:58 +02:00
parent 2eb0b4c8a0
commit 0975bc5c5f
9 changed files with 511 additions and 336 deletions

View File

@@ -4,15 +4,18 @@ layout: home
hero:
name: "CoreControl"
text: "Dashboard to manage your entire server infrastructure"
text: "Manage your server infrastructure"
tagline: My great project tagline
actions:
- theme: brand
text: Markdown Examples
link: /markdown-examples
text: Install
link: /installation
- theme: alt
text: API Examples
link: /api-examples
text: GitHub
link: https://github.com/crocofied/corecontrol
image:
src: /logo.png
alt: Logo
features:
- title: Feature A
@@ -23,3 +26,9 @@ features:
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
---
<style>
:root {
--vp-home-hero-image-background-image: linear-gradient(rgba(255,255,255,0.25), rgba(255,255,255,0.25));
--vp-home-hero-image-filter: blur(100px);
}
</style>