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