Skip to content

I store whatever i learn in this website.

Notifications You must be signed in to change notification settings

tamalCodes/Literally-Learning

Repository files navigation

Literally Learning

This repository now runs on Fumadocs with Next.js.

Run development server:

npm run dev
# or
pnpm dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Explore

In the project:

  • content/docs: Documentation content and navigation (meta.json).
  • src/lib/source.ts: Fumadocs content source adapter.
  • src/lib/layout.shared.tsx: Shared layout options (navbar title + links).
Route Description
app/(home) The route group for your landing page and other pages.
app/docs The documentation layout and pages.
app/api/search/route.ts The Route Handler for search.

Fumadocs MDX

The source.config.ts file controls MDX collection settings and schemas.

Read the Introduction for further details.

Learn More

To learn more about Next.js and Fumadocs, take a look at the following resources:

About

I store whatever i learn in this website.

Topics

Resources

Stars

Watchers

Forks