File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Marketing site and documentation for [ DevStackBox] ( https://www.devstackbox.com ) , built with Next.js and Fumadocs.
44
5+ ** Repository:** [ github.com/DevStackBox/DevStackBox-website] ( https://github.com/DevStackBox/DevStackBox-website )
6+
57Documentation content lives in the [ DevStackBox] ( https://github.com/DevStackBox/DevStackBox ) app repository and is consumed at build time.
68
79## Local development
@@ -32,8 +34,17 @@ DEVSTACKBOX_ROOT=../DevStackBox pnpm dev
3234| -------- | ----------- |
3335| ` DEVSTACKBOX_ROOT ` | Path to DevStackBox app repo (default: ` ../DevStackBox ` ) |
3436| ` GITHUB_REPO ` | GitHub repo for releases API (default: ` DevStackBox/DevStackBox ` ) |
35- | ` GITHUB_TOKEN ` | Optional - higher GitHub API rate limits |
37+ | ` GITHUB_TOKEN ` | Optional — higher GitHub API rate limits |
3638
3739## Deploy (Netlify)
3840
39- Netlify checks out both repos. See ` .github/workflows/deploy.yml ` and ` netlify.toml ` .
41+ Connect Netlify to ** this repo** (` DevStackBox-website ` ), not the app repo.
42+
43+ | Setting | Value |
44+ | ------- | ----- |
45+ | Branch | ` main ` |
46+ | Base directory | * (empty)* |
47+ | Build command | * (empty — uses ` netlify.toml ` )* |
48+ | Publish directory | * (empty — Next.js plugin)* |
49+
50+ Netlify clones [ DevStackBox] ( https://github.com/DevStackBox/DevStackBox ) during build for docs. See ` netlify.toml ` .
You can’t perform that action at this time.
0 commit comments