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 @@