docs: replace vuepress docs dir with vitepress docs dir
This commit is contained in:
+8
-7
@@ -1,8 +1,7 @@
|
||||
---
|
||||
home: true
|
||||
layout: home
|
||||
heroText: null
|
||||
tagline: null
|
||||
footer: MIT Licensed | Copyright © 2021-present Burak Cakmakoglu
|
||||
---
|
||||
|
||||
<Home />
|
||||
@@ -11,10 +10,12 @@ footer: MIT Licensed | Copyright © 2021-present Burak Cakmakoglu
|
||||
<Banner />
|
||||
</Suspense>
|
||||
|
||||
<client-only>
|
||||
<Features />
|
||||
<Features />
|
||||
|
||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
||||
<Acknowledgement />
|
||||
</XyzTransition>
|
||||
</client-only>
|
||||
</XyzTransition>
|
||||
|
||||
<XyzTransition appear-visible xyz="fade down ease-out-back">
|
||||
<Team />
|
||||
</XyzTransition>
|
||||
|
||||
Reference in New Issue
Block a user