stack/docs
Stack-Bot b5c087f3b5
Update docs/scripts/generate-platform-navigation.js
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-10 00:56:27 -07:00
..
lib Using plain object for browser/os mapping 2025-07-09 21:35:21 -05:00
public Re-add CLI auth docs 2025-07-03 15:43:36 -07:00
scripts Update docs/scripts/generate-platform-navigation.js 2025-07-10 00:56:27 -07:00
src Update shared-header navlinks 2025-07-10 01:12:59 -05:00
templates new collapsible sidebar 2025-07-09 18:27:41 -05:00
templates-api New docs (#698) 2025-06-20 13:30:01 -07:00
templates-python new collapsible sidebar 2025-07-09 18:27:41 -05:00
.env.development New docs (#698) 2025-06-20 13:30:01 -07:00
.eslintrc.json New docs (#698) 2025-06-20 13:30:01 -07:00
.gitignore stack-auth-preferred-platform now introduced, and routing to non-existent pages between platforms fixed 2025-07-08 23:55:33 -05:00
CHANGELOG.md chore: update package versions 2025-07-09 09:27:32 -07:00
cli.json New docs (#698) 2025-06-20 13:30:01 -07:00
docs-platform.yml new collapsible sidebar 2025-07-09 18:27:41 -05:00
middleware.ts unneeded escape in regex pattern 2025-07-09 23:51:48 -05:00
next.config.mjs Llms.txt (#724) 2025-06-27 13:28:55 -05:00
package.json Merge branch 'dev' into docs_updates 2025-07-09 22:49:19 -07:00
postcss.config.mjs New docs (#698) 2025-06-20 13:30:01 -07:00
README.md New docs (#698) 2025-06-20 13:30:01 -07:00
source.config.ts New docs (#698) 2025-06-20 13:30:01 -07:00
tsconfig.json New docs (#698) 2025-06-20 13:30:01 -07:00

stack-docs

This is a Next.js application generated with Create Fumadocs.

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, you can see:

  • lib/source.ts: Code for content source adapter, loader() provides the interface to access your content.
  • app/layout.config.tsx: Shared options for layouts, optional but preferred to keep.
Route Description
app/(home) The route group for your landing page and other pages.
app/docs The documentation layout and pages.
app/api The documentation for API pages.
app/api/search/route.ts The Route Handler for search.

Fumadocs MDX

A source.config.ts config file has been included, you can customise different options like frontmatter schema.

Read the Introduction for further details.

Learn More

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