From a23f20f762aa9f1256de08fa4ddc7b4b426ccbe1 Mon Sep 17 00:00:00 2001 From: Idris Gadi Date: Sat, 24 Jan 2026 00:55:01 +0530 Subject: [PATCH] docs: add cheat sheet to the root level navigation --- docs/.vitepress/config.ts | 6 +++++- docs/{integrations => }/cheat-sheet.md | 0 2 files changed, 5 insertions(+), 1 deletion(-) rename docs/{integrations => }/cheat-sheet.md (100%) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index a15ef76c..af6f569e 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -259,7 +259,11 @@ export default defineConfig({ { text: 'Key Concept', link: '/key-concept' - } + }, + { + text: 'Cheat Sheet', + link: '/cheat-sheet' + } ] }, { diff --git a/docs/integrations/cheat-sheet.md b/docs/cheat-sheet.md similarity index 100% rename from docs/integrations/cheat-sheet.md rename to docs/cheat-sheet.md