From ed89651034bee370e7e048ea4fd7ec20199285bc Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Thu, 3 Sep 2026 16:14:59 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20restructure=20nav=20=E2=80=94=20drop=20?= =?UTF-8?q?FAQ/Changelog=20tabs,=20add=20API=20Reference=20tab?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the standalone FAQ and Changelog top-level tabs. FAQ and Community pages move into the Overview tab as their own groups (still fully reachable, just relocated). Changelog was only an external link to GitHub releases and had no pages of its own. Split the API reference pages (reference/*) out of the Modules tab into a new, dedicated API Reference tab, so Modules now holds only the conceptual guides and API Reference holds every module's class and function documentation. --- docs/docs.json | 55 +++++++++++++++++++++++++------------------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index 88000010..6f68faad 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -121,6 +121,23 @@ "pages": [ "vector_stores/pgvector" ] + }, + { + "group": "FAQ", + "pages": [ + "faq" + ] + }, + { + "group": "Community", + "pages": [ + "community", + "community-projects", + "contributing-guide", + "governance", + "citation", + "project-license" + ] } ] }, @@ -167,7 +184,17 @@ "guides/policy-engine", "guides/visualization", "guides/distance-intelligence", - "guides/graph-analytics", + "guides/graph-analytics" + ] + } + ] + }, + { + "tab": "API Reference", + "groups": [ + { + "group": "Context & Intelligence", + "pages": [ "reference/context", "reference/kg", "reference/temporal", @@ -236,32 +263,6 @@ ] } ] - }, - { - "tab": "FAQ", - "groups": [ - { - "group": "FAQ", - "pages": [ - "faq" - ] - }, - { - "group": "Community", - "pages": [ - "community", - "community-projects", - "contributing-guide", - "governance", - "citation", - "project-license" - ] - } - ] - }, - { - "tab": "Changelog", - "href": "https://github.com/semantica-agi/semantica/releases" } ] },