mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
Add banner
This commit is contained in:
parent
cbce3348f2
commit
27a2cdcaeb
5 changed files with 65 additions and 4 deletions
16
docs/.vitepress/theme/layout.vue
Normal file
16
docs/.vitepress/theme/layout.vue
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!--.vitepress/theme/MyLayout.vue-->
|
||||
<script setup>
|
||||
import DefaultTheme from 'vitepress/theme'
|
||||
|
||||
const { Layout } = DefaultTheme
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Layout>
|
||||
<template #layout-top>
|
||||
<div class="banner">
|
||||
Vide is 0.x software and may go through breaking changes through different versions
|
||||
</div>
|
||||
</template>
|
||||
</Layout>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue