From c3d791be085c72b3f861e5d516a39df42324c2a7 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 24 Jan 2024 15:49:48 +0300 Subject: [PATCH] Add auto-import guide --- assets/menu/menu.json | 8 ++- components/landing/FooterSection.vue | 2 +- components/landing/HeroSection.vue | 2 +- doc/autoimport/ExampleDoc.vue | 8 +++ doc/autoimport/OverviewDoc.vue | 29 +++++++++++ doc/autoimport/UnpluginDoc.vue | 59 +++++++++++++++++++++++ doc/{installation => setup}/GuidesDoc.vue | 0 pages/autoimport/index.vue | 46 ++++++++++++++++++ pages/{installation => setup}/index.vue | 8 +-- 9 files changed, 154 insertions(+), 8 deletions(-) create mode 100644 doc/autoimport/ExampleDoc.vue create mode 100644 doc/autoimport/OverviewDoc.vue create mode 100644 doc/autoimport/UnpluginDoc.vue rename doc/{installation => setup}/GuidesDoc.vue (100%) create mode 100644 pages/autoimport/index.vue rename pages/{installation => setup}/index.vue (71%) diff --git a/assets/menu/menu.json b/assets/menu/menu.json index a78f86d74..1f54976eb 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -9,8 +9,8 @@ "to": "/introduction" }, { - "name": "Installation", - "to": "/installation" + "name": "Setup", + "to": "/setup" }, { "name": "Playground", @@ -44,6 +44,10 @@ "name": "Options", "to": "/configuration" }, + { + "name": "Auto Import", + "to": "/autoimport" + }, { "name": "CSS Layer", "to": "/csslayer" diff --git a/components/landing/FooterSection.vue b/components/landing/FooterSection.vue index 4bd7be466..772d3c3d6 100644 --- a/components/landing/FooterSection.vue +++ b/components/landing/FooterSection.vue @@ -6,7 +6,7 @@