You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@MichaelMacaulay – What are you trying to fix? The original code is the desired version. If you make this change, references to that title will no longer work.
@MichaelMacaulay – What are you trying to fix? The original code is the desired version. If you make this change, references to that title will no longer work.
@benface The folder is currently displayed in lowercase, and it should be all caps.
@MichaelMacaulay – Ohhh, well that's because mcp is simply not listed in the relevant _meta.js file (sorry, the screenshot in my previous post was from the _meta.js in token-api... I didn't even notice). When a page or folder exists on disk but is not listed in _meta.js, Nextra automatically adds it to the sidebar (after the items that are listed), and when it's a folder, since there's no other way to give it a sidebar name than with _meta.js, it just uses the folder's name.
tl;dr: mcp: titles.mcp ?? '' should be added to pages/en/subgraphs/_meta.js. :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.