From b442bb3fd2fde504b2f69d243b87c10ddad13995 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Mon, 25 Nov 2024 12:26:41 +0100 Subject: [PATCH 1/2] updated meta.json --- pages/chain/identity/_meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/chain/identity/_meta.json b/pages/chain/identity/_meta.json index 3e4e40939..8fb1817c3 100644 --- a/pages/chain/identity/_meta.json +++ b/pages/chain/identity/_meta.json @@ -4,6 +4,6 @@ "contracts-eas": "Contracts (EAS)", "schemas": "Schemas", "applications": "Apps", - "organization": "Organization", + "organizations": "Organization", "projects": "Projects" } \ No newline at end of file From c80f596bce0f481ef3ca4c21f27171dbe5f870e0 Mon Sep 17 00:00:00 2001 From: Blessing Krofegha Date: Tue, 3 Dec 2024 19:45:32 +0100 Subject: [PATCH 2/2] turned off footer navigation --- theme.config.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/theme.config.tsx b/theme.config.tsx index 1200969a0..bc5c533a3 100644 --- a/theme.config.tsx +++ b/theme.config.tsx @@ -65,6 +65,7 @@ const config: DocsThemeConfig = { ), }, + navigation: false, feedback: { content: "❤️ Share general feedback", labels: "user-feedback",