From 354c3ae959fe81fb0c3af8370d4785cfcc4773bd Mon Sep 17 00:00:00 2001 From: Puneet Saraswat Date: Tue, 29 Oct 2024 10:42:20 -0500 Subject: [PATCH 1/2] Open local dev docs for feature branch --- src/components/Header/NavItems.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header/NavItems.svelte b/src/components/Header/NavItems.svelte index 96e96d87..d0f4b368 100644 --- a/src/components/Header/NavItems.svelte +++ b/src/components/Header/NavItems.svelte @@ -16,7 +16,7 @@ Dev Docs. Date: Tue, 29 Oct 2024 12:16:01 -0500 Subject: [PATCH 2/2] set blank route and page for dev docs --- src/components/Header/NavItems.svelte | 10 ++-------- src/routes/docs/+layout.svelte | 15 +++++++++++++++ src/routes/docs/+page.svelte | 1 + 3 files changed, 18 insertions(+), 8 deletions(-) create mode 100644 src/routes/docs/+layout.svelte create mode 100644 src/routes/docs/+page.svelte diff --git a/src/components/Header/NavItems.svelte b/src/components/Header/NavItems.svelte index d0f4b368..062b10f0 100644 --- a/src/components/Header/NavItems.svelte +++ b/src/components/Header/NavItems.svelte @@ -3,7 +3,7 @@ export let textColor: string; export let section: number; export let isDesktop: boolean = true; - + import { base } from '$app/paths'; let isOnHomePage = $page.url.pathname === '/'; @@ -14,13 +14,7 @@ > {/if} -Dev Docs. +Dev Docs. + import Header from '../../components/Header/Header.svelte'; + import Footer from '../../components/Footer.svelte'; + + const logoHex = '#5E69FF'; + const navColor = 'navy'; + + +
+
+
+ +
+
+
diff --git a/src/routes/docs/+page.svelte b/src/routes/docs/+page.svelte new file mode 100644 index 00000000..42b00557 --- /dev/null +++ b/src/routes/docs/+page.svelte @@ -0,0 +1 @@ +