Lucas
Lucas
I think there's a bunch to learn from https://github.com/reactjs/react.dev in terms of documentation. I have some ideas that would be interesting after https://github.com/react-hook-form/documentation/pull/940 gets merged. (Since they are using NextJS...
 Last few PR's have allowed me to do some cool stuff. Since most of the content is now in MDX, using content layer + app directory has allowed me...
To elaborate on why I'm using the app directory to make this change. https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#migrating-from-pages-to-app Basically, you need to create a whole new app to do this (clean slate). This means...
Coming from https://github.com/react-hook-form/documentation/blob/30e71c2a5c5979f14915285f61ed6e2407979d18/src/components/logic/getEditLink.tsx#L22 should be matching url "docs" instead. However, it might be better to leave it out until all the pages are migrated since there is no good way...
Maybe in the future when I get some more PR 🚀 and I can figure out a tag line haha.