mirror of
https://github.com/DiscordFactory/website-documentation.git
synced 2026-01-23 21:40:26 +01:00
🚧 Setup documentation
This commit is contained in:
@@ -44,9 +44,10 @@ function isDark () {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
<style lang="scss">
|
||||
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:wght@300;400;500;700&display=swap');
|
||||
body {
|
||||
html, body {
|
||||
font-family: 'Public Sans', sans-serif;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import { RouteRecordRaw } from 'vue-router'
|
||||
import Index from './index.vue'
|
||||
import GettingStarted from './getting-started.vue'
|
||||
|
||||
const routes: RouteRecordRaw[] = [
|
||||
{ path: '/documentation', component: Index },
|
||||
{ path: '/documentation/getting-started', component: GettingStarted },
|
||||
]
|
||||
|
||||
export default routes
|
||||
@@ -1,14 +0,0 @@
|
||||
<template>
|
||||
<Documentation>
|
||||
dd
|
||||
</Documentation>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import Documentation from '../../../components/Documentation.vue'
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user