docs: Add cta for github stars

This commit is contained in:
Faruk AYDIN
2022-12-11 15:55:16 +03:00
parent 862734c572
commit 3aafaabda6
3 changed files with 82 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
import DefaultTheme from 'vitepress/theme';
import './custom.css';
export default DefaultTheme;
import CustomLayout from './CustomLayout.vue';
export default {
...DefaultTheme,
Layout: CustomLayout,
};