Skip to content

Commit ec84a48

Browse files
2 parents 256ca97 + 16faeb2 commit ec84a48

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Marketing 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+
57
Documentation 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`.

0 commit comments

Comments
 (0)