diff --git a/docs.json b/docs.json index 763380cb..640f6e32 100644 --- a/docs.json +++ b/docs.json @@ -1,16 +1,16 @@ { "$schema": "https://mintlify.com/docs.json", "theme": "mint", - "name": "beaconcha.in Knowledge Base", + "name": "beaconcha.in docs", "colors": { "primary": "#22C55E" }, "navigation": { "groups": [ { - "group": "Welcome", + "group" : "Welcome", "pages": [ - "welcome" + "introduction" ] }, { @@ -38,9 +38,9 @@ { "group": "Notifications & Monitoring", "pages": [ - "notifications-monitoring/mobile-app-less-than-greater-than-beacon-node", - "notifications-monitoring/notifications", - "notifications-monitoring/legacy-notifications" + "notifications-monitoring/mobile-app-monitoring", + "notifications-monitoring/v2-notifications", + "notifications-monitoring/v1-notifications" ] }, { diff --git a/welcome.mdx b/introduction.mdx similarity index 97% rename from welcome.mdx rename to introduction.mdx index f74bfab0..1ad8e4fa 100644 --- a/welcome.mdx +++ b/introduction.mdx @@ -1,9 +1,8 @@ --- -title: "Welcome" +title: "Introduction" description: "Learn how to use the beaconcha.in explorer and how to monitor the performance of your validators." --- -# 👋 Welcome Welcome to the beaconcha.in knowledgebase! diff --git a/notifications-monitoring/mobile-app-less-than-greater-than-beacon-node.mdx b/notifications-monitoring/mobile-app-monitoring.mdx similarity index 100% rename from notifications-monitoring/mobile-app-less-than-greater-than-beacon-node.mdx rename to notifications-monitoring/mobile-app-monitoring.mdx diff --git a/notifications-monitoring/legacy-notifications.mdx b/notifications-monitoring/v1-notifications.mdx similarity index 100% rename from notifications-monitoring/legacy-notifications.mdx rename to notifications-monitoring/v1-notifications.mdx diff --git a/notifications-monitoring/notifications.mdx b/notifications-monitoring/v2-notifications.mdx similarity index 100% rename from notifications-monitoring/notifications.mdx rename to notifications-monitoring/v2-notifications.mdx