fjohanssondev / podcast-app

https://podcast-app-henna.vercel.app
0 stars 0 forks source link

Build a documentation page #2

Open fjohanssondev opened 1 year ago

fjohanssondev commented 1 year ago

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:

/app
  /docs
    ...