Documentation Showcase App
This is a Next.js application designed to showcase a documentation section for a Next.js app. Developers can easily integrate and render their documentation files by dropping them into the respective folders.
Getting Started
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000/docs with your browser to see the result.
Adding Documentation
To add documentation, simply drop your markdown or content files into the designated folders within the /docs directory. The application will automatically render these files and update the documentation section.
Styling
In progress!!