mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add banner about new docs (#24270)
This commit is contained in:
@@ -9,6 +9,15 @@ import Github from '@/components/home/icons/Github.vue';
|
||||
import Badge from '@/components/Badge.vue';
|
||||
</script>
|
||||
|
||||
<section :class="[$style.hero, $style.paddingBox]" style="margin-top: 64px;">
|
||||
<Card
|
||||
title="New Documentation!"
|
||||
text="We've completely revamped our docs which will replace these ones soon. Take a look on https://directus.io/docs and let us know what you think!"
|
||||
url="https://directus.io/docs"
|
||||
icon="book"
|
||||
/>
|
||||
</section>
|
||||
|
||||
<section :class="[$style.hero, $style.paddingBox]">
|
||||
<div :class="[$style.sectionContainer, $style.sectionContainerHero, $style.flex]">
|
||||
<div :class="[$style.heroContent, $style.sectionPaddingHero]">
|
||||
|
||||
Reference in New Issue
Block a user