From 89819296eecf352208a6356aafa63e75f6cc97ac Mon Sep 17 00:00:00 2001 From: Dan Oved Date: Mon, 3 Jun 2024 19:32:09 -0600 Subject: [PATCH] make introduction the home page for docs for now (#435) --- docs/pages/{introduction.mdx => index.mdx} | 0 docs/vocs.config.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/pages/{introduction.mdx => index.mdx} (100%) diff --git a/docs/pages/introduction.mdx b/docs/pages/index.mdx similarity index 100% rename from docs/pages/introduction.mdx rename to docs/pages/index.mdx diff --git a/docs/vocs.config.ts b/docs/vocs.config.ts index 23ccef684..14e008659 100644 --- a/docs/vocs.config.ts +++ b/docs/vocs.config.ts @@ -27,7 +27,7 @@ export default defineConfig({ sidebar: [ { text: "Introduction", - link: "/introduction", + link: "/", }, { text: "Protocol Deployments Package",