Skip to content

Conversation

@aditya520
Copy link
Member

Summary

Rationale

How has this been tested?

  • Current tests cover my changes
  • Added new tests
  • Manually tested the code

@vercel
Copy link

vercel bot commented Dec 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
component-library Ready Ready Preview Comment Dec 10, 2025 10:10pm
developer-hub Error Error Dec 10, 2025 10:10pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
api-reference Skipped Skipped Dec 10, 2025 10:10pm
entropy-explorer Skipped Skipped Dec 10, 2025 10:10pm
insights Skipped Skipped Dec 10, 2025 10:10pm
proposals Skipped Skipped Dec 10, 2025 10:10pm
staking Skipped Skipped Dec 10, 2025 10:10pm

@vercel vercel bot temporarily deployed to Preview – entropy-explorer December 5, 2025 19:42 Inactive
@vercel vercel bot temporarily deployed to Preview – staking December 5, 2025 19:42 Inactive
@vercel vercel bot temporarily deployed to Preview – insights December 5, 2025 19:42 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals December 5, 2025 19:42 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference December 5, 2025 19:43 Inactive
@aditya520 aditya520 requested a review from alexcambose December 5, 2025 19:43
@vercel vercel bot temporarily deployed to Preview – proposals December 8, 2025 21:06 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer December 8, 2025 21:06 Inactive
@vercel vercel bot temporarily deployed to Preview – insights December 8, 2025 21:06 Inactive
@vercel vercel bot temporarily deployed to Preview – staking December 8, 2025 21:06 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference December 8, 2025 21:06 Inactive
@aditya520 aditya520 force-pushed the feat(dev-hub)-api-reference-v2 branch from f204072 to f5fc046 Compare December 8, 2025 21:44
@vercel vercel bot temporarily deployed to Preview – staking December 8, 2025 21:44 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer December 8, 2025 21:44 Inactive
@vercel vercel bot temporarily deployed to Preview – api-reference December 8, 2025 21:44 Inactive
@vercel vercel bot temporarily deployed to Preview – insights December 8, 2025 21:44 Inactive
@vercel vercel bot temporarily deployed to Preview – proposals December 8, 2025 21:44 Inactive
}

function escapeQuotes(text: string): string {
return text.replaceAll('"', String.raw`\"`);
Copy link
Contributor

@alexcambose alexcambose Dec 8, 2025

Choose a reason for hiding this comment

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

is there a way for all this logic in the file to be organized such that it's easier to understand what's happening here?

There's already a level of abstraction from fumadocs and I feel like it's impossible for someone to understand what's going on here.

Can you also document everything for example like a higher level overview what this whole thing does and why do we need this and how to use this. Maybe even mention it in the readme if it's something we need to run at build time. It's much better to be over explicit about what something does

Copy link
Member Author

Choose a reason for hiding this comment

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

Added some comments

Copy link
Member Author

Choose a reason for hiding this comment

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

Happy to give you a walkthrough if needed

@aditya520 aditya520 requested a review from a team as a code owner December 10, 2025 21:24
@vercel vercel bot temporarily deployed to Preview – api-reference December 10, 2025 21:24 Inactive
@vercel vercel bot temporarily deployed to Preview – entropy-explorer December 10, 2025 21:24 Inactive
@vercel vercel bot temporarily deployed to Preview – staking December 10, 2025 21:24 Inactive
@vercel vercel bot temporarily deployed to Preview – insights December 10, 2025 21:24 Inactive
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.

3 participants