mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: revamp docsite for vercel
This commit is contained in:
parent
d3c89a60c3
commit
0b89a229d2
4 changed files with 6 additions and 9 deletions
|
@ -1,12 +1,6 @@
|
|||
<script>
|
||||
import { Router, basepath } from "@sveltech/routify";
|
||||
import { Router } from "@sveltech/routify";
|
||||
import { routes } from "../.routify/routes";
|
||||
|
||||
$basepath = "/carbon-components-svelte";
|
||||
</script>
|
||||
|
||||
<style lang="scss" global>
|
||||
@import "carbon-components-svelte/css/all";
|
||||
</style>
|
||||
|
||||
<Router routes="{routes}" />
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
SideNavItems,
|
||||
SideNavMenu,
|
||||
SideNavMenuItem,
|
||||
SideNavLink,
|
||||
} from "carbon-components-svelte";
|
||||
import LogoGithub20 from "carbon-icons-svelte/lib/LogoGithub20";
|
||||
import Theme from "../components/Theme.svelte";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue