docs: add initial documentation (#842)
This commit is contained in:
parent
1125bd1970
commit
e621c93b95
30 changed files with 2649 additions and 737 deletions
15
docs/app.vue
Normal file
15
docs/app.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<AppLayout>
|
||||
<NuxtPage />
|
||||
</AppLayout>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@font-face {
|
||||
font-display: swap;
|
||||
font-family: 'DM Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url(/fonts/DM-sans-v11.ttf) format('truetype');
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue