Skip to content

Docs v2#756

Merged
DeveloperAlly merged 331 commits intomainfrom
docs-v2
Feb 19, 2026
Merged

Docs v2#756
DeveloperAlly merged 331 commits intomainfrom
docs-v2

Conversation

@DeveloperAlly
Copy link
Collaborator

@DeveloperAlly DeveloperAlly commented Feb 18, 2026

Description

Switches the main branch docs experience to Docs V2 and brings in the new docs structure, navigation, automation, and contributor workflow updates needed to support it.

Type of Change

  • Bug fix (fixes an issue)
  • New content (adds new documentation)
  • Content update (improves existing content)
  • Style/formatting fix
  • Information architecture change
  • Other (please describe)

Other: Repository-wide Docs V2 migration and tooling/workflow updates.

Related Issues

Fixes #
Related to #

Changes Made

  • Repoints docs to the new Docs V2 structure and introduces extensive new/updated docs content across domains.
  • Adds/updates repo configuration and contributor tooling (including hooks, scripts, and workflow docs) to support Docs V2 maintenance.
  • Updates docs pipeline/workflows and supporting assets/data used to keep content current.

Testing

  • Tested locally with npm run dev
  • Verified all links work
  • Checked formatting and style
  • Reviewed against style guides
  • Screenshots (if UI changes)

Screenshots (if applicable)

N/A (large content and structure migration).

Checklist

  • My changes follow the style guides
  • I've reviewed the Component Library for available components
  • I've updated related pages if needed
  • I've checked for broken links
  • My changes are clear and easy to understand
  • I've tested locally
  • I've added/updated keywords and metadata if needed

Additional Notes

This PR is intentionally broad to land Docs V2 as the new primary docs baseline. Follow-up PRs can further refine content quality, link validation, and section-level polish.

DeveloperAlly and others added 30 commits January 10, 2026 14:37
* clean up folders

* Backup: Snippets verification and component fixes

Changes include:
- Fixed import paths in video.jsx, zoomable-diagram.jsx, coingecko.jsx
- Removed unnecessary React imports (Mintlify provides hooks globally)
- Fixed gateways.jsx and lists.jsx import paths
- Fixed ListSteps.jsx children handling
- Moved gateway-specific components to domain/gateways/
- Updated page imports for relocated components
- Added mintlify-behaviour.mdx documentation
- Created v2/tests/reports directory structure

* Add verification reports and fix quickstartTabs import path

Reports added:
- v2/tests/reports/mdx-issues-report.md - 13 parsing errors, 7 missing imports, 38 nav warnings
- v2/tests/reports/snippets-verification-report.md - Full snippets audit

Fixes:
- snippets/components/domain/04_GATEWAYS/quickstartTabs.jsx - Changed relative import to absolute path

* Fix latestVersion imports to use globals.mdx

* remove unknown scripts

* remove unused files

* document components, provide examples, document scripts
Copy link

@mehrdadmms mehrdadmms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heads-up: this PR touches many files because it replaces Docs v1 content with the new structure/content of Docs v2 (effectively a full rewrite). We chose to resolve conflicts by overwriting rather than combing through each legacy diff. This was reviewed with that context in mind, and since it’s squash-merged we can revert cleanly if anything unexpected shows up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants