We'll need a documention page where we have some pages for the installation, getting started, using Storybook and such. Not sure we need to include our components here, since we're using Storybook. But perhaps we're building custom hooks that needs to be included.
I was thinking that we could use Nextra to build the docs site. From my point of view, it seems like it's just a plugin for NextJS. Meaning we could use it directly inside our app router. Here's a link to their docs: https://nextra.site/docs/guide
We'll need a documention page where we have some pages for the installation, getting started, using Storybook and such. Not sure we need to include our components here, since we're using Storybook. But perhaps we're building custom hooks that needs to be included.
I was thinking that we could use Nextra to build the docs site. From my point of view, it seems like it's just a plugin for NextJS. Meaning we could use it directly inside our app router. Here's a link to their docs: https://nextra.site/docs/guide
Like: