-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: nft hooks docs #1865
docs: nft hooks docs #1865
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
9b53c83
to
2e3a0fd
Compare
2e3a0fd
to
31d441c
Compare
31d441c
to
2403228
Compare
2403228
to
03186c0
Compare
03186c0
to
1396b79
Compare
site/sidebar.ts
Outdated
@@ -239,6 +239,24 @@ export const sidebar = [ | |||
}, | |||
], | |||
}, | |||
{ | |||
text: 'Hooks', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that we have some hooks under the Utilities
section. Should these live under Utilities/NFT/
or should the hooks such as useName
be moved to a new hooks section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that is a good question, i feel like utilities is kinda hidden...but i could just move them there, what do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cpcramer moved under utilities
5320651
to
b83d0a9
Compare
What changed? Why?
Added Mint hooks under utilities section
Notes to reviewers
How has it been tested?