From 88cf65f792d0b9b853081ca610b1b27edd9b9f25 Mon Sep 17 00:00:00 2001 From: dswbx Date: Thu, 24 Apr 2025 21:20:12 +0200 Subject: [PATCH] fix docs by tmp renaming intro page --- docs/mint.json | 2 +- docs/{introduction.mdx => start.mdx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{introduction.mdx => start.mdx} (100%) diff --git a/docs/mint.json b/docs/mint.json index 976bd67..e4815b0 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -61,7 +61,7 @@ "navigation": [ { "group": "Getting Started", - "pages": ["introduction", "motivation"] + "pages": ["start", "motivation"] }, { "group": "Usage", diff --git a/docs/introduction.mdx b/docs/start.mdx similarity index 100% rename from docs/introduction.mdx rename to docs/start.mdx