From 47fdf475e878bf743b19d4f457c42a4378e9ca5d Mon Sep 17 00:00:00 2001 From: Reacher Date: Fri, 10 Apr 2026 18:03:52 -0400 Subject: [PATCH 1/2] [Writer] Sort Injective alphabetically in chains nav --- content/docs.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 3ffd5bebf..58f4d1dba 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1649,6 +1649,17 @@ navigation: - api: Ink API Endpoints api-name: ink slug: ink + - section: Injective + contents: + - page: Quickstart + path: api-reference/injective/injective-api-quickstart.mdx + - page: FAQ + path: api-reference/injective/injective-api-faq.mdx + - page: Injective API Overview + path: api-reference/injective/injective-api-overview.mdx + - api: Injective API Endpoints + api-name: injective + slug: injective - section: Jovay contents: - page: Quickstart @@ -2153,16 +2164,4 @@ navigation: api-name: zora slug: zora - - section: Injective - contents: - - page: Quickstart - path: api-reference/injective/injective-api-quickstart.mdx - - page: FAQ - path: api-reference/injective/injective-api-faq.mdx - - page: Injective API Overview - path: api-reference/injective/injective-api-overview.mdx - - api: Injective API Endpoints - api-name: injective - slug: injective - - tab: changelog From d2796c8b3f650b9bec5c06c4463d93a3631e82f7 Mon Sep 17 00:00:00 2001 From: Reacher Date: Fri, 10 Apr 2026 19:38:56 -0400 Subject: [PATCH 2/2] [Writer] Fix alphabetical order: move Injective before Ink (inj < ink) --- content/docs.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/content/docs.yml b/content/docs.yml index 58f4d1dba..9bd162373 100644 --- a/content/docs.yml +++ b/content/docs.yml @@ -1638,17 +1638,6 @@ navigation: - page: Hyperliquid Info Endpoint path: api-reference/hyperliquid/hyperliquid-info-endpoint.mdx slug: hyperliquid - - section: Ink - contents: - - page: Quickstart - path: api-reference/ink/ink-api-quickstart.mdx - - page: FAQ - path: api-reference/ink/ink-api-faq.mdx - - page: Ink API Overview - path: api-reference/ink/ink-api-overview.mdx - - api: Ink API Endpoints - api-name: ink - slug: ink - section: Injective contents: - page: Quickstart @@ -1660,6 +1649,17 @@ navigation: - api: Injective API Endpoints api-name: injective slug: injective + - section: Ink + contents: + - page: Quickstart + path: api-reference/ink/ink-api-quickstart.mdx + - page: FAQ + path: api-reference/ink/ink-api-faq.mdx + - page: Ink API Overview + path: api-reference/ink/ink-api-overview.mdx + - api: Ink API Endpoints + api-name: ink + slug: ink - section: Jovay contents: - page: Quickstart