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
The nested group object inside pages may not conform to the Mintlify schema for nested navigation groups; verify the expected structure against the schema.
Use a relative path for the image to ensure it resolves correctly in Mintlify. This avoids broken image links when the site is served from a subdirectory.
Why: Using a relative path (./images/...) ensures the image renders correctly when the site is served from a subdirectory and matches Docusaurus conventions.
Low
Add missing frontmatter metadata
Add missing sidebarTitle and keywords fields to the frontmatter for consistent navigation and search metadata. This ensures the page appears correctly in the sidebar and is indexed.
Why: Including sidebarTitle and keywords in the frontmatter keeps navigation consistent and ensures the page is indexed for search.
Low
Fix code fence language tag
Remove the extra identifier after the language tag so the code block is recognized as TOML. Non-standard tags can break syntax highlighting and rendering.
<details><summary>Suggestion importance[1-10]: 4</summary>
__
Why: Removing the extra identifier from the code fence (` ```toml`) ensures proper syntax highlighting and rendering for TOML blocks.
</details></details></td><td align=center>Low
</td></tr></tr></tbody></table>
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.
PR Type
Documentation, Enhancement
Description
Remove Docusaurus-specific configs and files
Add Mintlify
docs.jsonconfiguration fileUpdate MDX frontmatter for Mintlify schema
Fix image paths and restructure MDX content
Diagram Walkthrough
File Walkthrough