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
New users people to github might be overwhelmed by it, so we want to make sure that support is visible.
The "edit this page on Github" in the table of contents on the right panel should open a modal that gives the option to continue to github or go to the contributions page to learn about what Github is and how to use it.
We'll probably need to turn off the default link in Nextra from the theme config and build our custom component based off of their solution, except that it opens the modal instead of directly linking. Nextra exposes a useConfig hook, if I recall correctly, which should expose the dynamic github link.
The text was updated successfully, but these errors were encountered:
New users people to github might be overwhelmed by it, so we want to make sure that support is visible.
The "edit this page on Github" in the table of contents on the right panel should open a modal that gives the option to continue to github or go to the contributions page to learn about what Github is and how to use it.
We'll probably need to turn off the default link in Nextra from the theme config and build our custom component based off of their solution, except that it opens the modal instead of directly linking. Nextra exposes a useConfig hook, if I recall correctly, which should expose the dynamic github link.
The text was updated successfully, but these errors were encountered: