docs: update projects setup for automatic environment build - #713
Open
tembo[bot] wants to merge 1 commit into
Open
docs: update projects setup for automatic environment build#713tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
tembo
Bot
requested review from
Coleary005,
DarrenBaldwin07 and
benja
as code owners
August 22, 2026 13:10
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
Author
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Updated the "Create a project" steps in
features/projects.mdxto 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
3c1373d6fb):apps/web/components/projects/project-setup.tsxnow passesrunNow: truewhen callingcreateProject.apps/api/src/server/routes/golden/config.ts(POST /project-creation route) honorsrunNowby immediately enqueuing a build job for every selected size (getValidHostIds/ build-job loop guarded byif (runNow)).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: trueflag 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
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.