Skip to content

docs: update projects setup for automatic environment build - #713

Open
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/docs-projects-auto-build
Open

docs: update projects setup for automatic environment build#713
tembo[bot] wants to merge 1 commit into
mainfrom
tembo/docs-projects-auto-build

Conversation

@tembo

@tembo tembo Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

What changed

Updated the "Create a project" steps in features/projects.mdx to remove the instruction to manually open the project and click Build environment after creation, and note that Tembo now starts the build automatically.

Why

Project creation now triggers an environment build for every selected session size as part of the create action itself, so the docs' extra manual step is inaccurate and would cause confusion (there's no missing action to perform).

Evidence

  • tembo/monorepo PR #10669, "feat(web): start build when creating project" (commit 3c1373d6fb): apps/web/components/projects/project-setup.tsx now passes runNow: true when calling createProject.
  • apps/api/src/server/routes/golden/config.ts (POST / project-creation route) honors runNow by immediately enqueuing a build job for every selected size (getValidHostIds / build-job loop guarded by if (runNow)).
  • The Build environment button in the project detail page (apps/web/app/[slug]/(sidebar)/settings/snapshots/configurations/[id]/page.client.tsx) still exists for cases with no successful build yet, but is no longer a required manual step right after creation.

Confidence

High — this is a small, exact behavior change (an added runNow: true flag wired straight through the create-project API route to an immediate build) that directly contradicts an explicit numbered step in the docs. The fix only removes the now-inaccurate manual step; no other content changed.

cc @benja


Want tembo to make any changes? Add a comment with @tembo and i'll get back to work!

View on Tembo  Review in Tembo  View Agent Settings  View on agent


Note

Low Risk
Documentation-only wording change with no product, security, or data-handling impact.

Overview
Updates the project creation docs so they match automatic environment builds.

The last create-project step no longer tells users to open the project and click Build environment. It now says clicking Create project starts a build for each selected session size.

Reviewed by Cursor Bugbot for commit e5f2445. Bugbot is set up for automated code reviews on this repo. Configure here.

@tembo tembo Bot added tembo Pull request created by Tembo labels Aug 22, 2026
@mintlify

mintlify Bot commented Aug 22, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tembo 🟢 Ready View Preview Aug 22, 2026, 1:10 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@tembo

tembo Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor Author

Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:

  • features/projects.mdx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tembo Pull request created by Tembo

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants