ckan-devstaller/docs
2025-09-30 15:24:24 -04:00
..
app feat: add favicon 2025-09-30 15:24:24 -04:00
components/ui feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
content/docs feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
lib feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
public feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
.env.example build: add .env.example and to .gitignore 2025-09-30 15:07:23 -04:00
.gitignore build: add .env.example and to .gitignore 2025-09-30 15:07:23 -04:00
.nvmrc build: add .nvmrc to use LTS in build 2025-09-30 15:15:06 -04:00
biome.json feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
bun.lock feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
mdx-components.tsx feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
next.config.mjs feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
package.json feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
postcss.config.mjs feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
README.md feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
source.config.ts feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00
tsconfig.json feat: add /docs deployed at https://ckan-devstaller.dathere.com 2025-09-30 14:59:12 -04:00

ckan-devstaller docs website (ckan-devstaller.dathere.com)

Docs landing page example

This directory includes a Next.js project built with Fumadocs for documentation of ckan-devstaller. The documentation can be viewed at ckan-devstaller.dathere.com.

We attempt to follow the Divio documentation system which primarily includes:

  • Tutorials
  • How-to guides
  • Explanation
  • Reference

Development

Run development server:

bun 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.
  • lib/layout.shared.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/search/route.ts The Route Handler for search.

Linting

We use Biome for linting. We recommend you install the biome-vscode extension if you are using VSCodium or VSCode for developing the docs.