Skip to content

Commit 6ced977

Browse files
committed
feat: update documentation
1 parent f178622 commit 6ced977

File tree

18 files changed

+2839
-125
lines changed

18 files changed

+2839
-125
lines changed

.vitepress/theme/components/Community/Welcome.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ import Card from '../shared/Card.vue';
9494
<img src="/logo-circle.png" alt="LeafPHP Logo" class="w-6 h-6 rounded-full">
9595
9696
<p class="text-sm mt-2">
97-
Contribute to Leaf, Hana or Naytive. We welcome all contributions, no matter how small. Your code can help
97+
Contribute to Leaf or Hana. We welcome all contributions, no matter how small. Your code can help
9898
make Leaf better for everyone.
9999
</p>
100100
</Card> -->

.vitepress/theme/components/Home/Hero.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<script setup>
22
import VideoModal from '../shared/VideoModal.vue';
33
import Button from '../shared/Button.vue';
4+
import Particles from './Particles.vue';
45
</script>
56

67
<template>
78
<div class="flex flex-col min-h-[90vh] justify-center items-center">
9+
<Particles :accelerate="false" class="absolute top-0" />
10+
811
<h1 class="text-center !font-bold !text-4xl md:!text-7xl">
912
Elegant PHP <br>
1013
<span>for Modern Developers</span>

.vitepress/theme/components/Home/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ import Footer from './Footer.vue';
2121
</template>
2222

2323
<style>
24-
.VPContent.is-home {
24+
/* .VPContent.is-home {
2525
background-image: url(/images/hero-stripe.png);
2626
background-position: center -50px;
2727
background-repeat: no-repeat;
2828
background-size: 145vw;
29-
}
29+
} */
3030
3131
.VPContent.is-home .vp-doc.container {
3232
padding-left: 0 !important;

0 commit comments

Comments
 (0)