Sort Injective alphabetically in chains nav#1210
Sort Injective alphabetically in chains nav#1210JackReacher0807 wants to merge 2 commits intomainfrom
Conversation
🔗 Preview Mode
|
🔍 Link CheckStatus: ⏭️ Skipped (no content changes) |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 47fdf475e8
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
content/docs.yml
Outdated
| slug: ink | ||
| - section: Injective | ||
| contents: |
There was a problem hiding this comment.
Move Injective before Ink to keep nav alphabetical
This change still leaves the chains navigation out of alphabetical order: Injective is now directly after Ink, but Injective should sort before Ink (inj comes before ink). As a result, the tab remains inconsistently ordered despite the commit intent, which can confuse users and cause repeated reorder churn in this section.
Useful? React with 👍 / 👎.
There was a problem hiding this comment.
Fixed: moved Injective before Ink to correct alphabetical order (inj < ink).
Moves the Injective section from the bottom of the chains tab to its correct alphabetical position between Ink and Jovay in docs.yml.