docs: Fix Workload panel location and clarify Recent tab on the get-started page#665
docs: Fix Workload panel location and clarify Recent tab on the get-started page#665promptless[bot] wants to merge 2 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
@Promptless The current legacy flow in the docs is very sparse — just 3 bare steps. Here's a full comparison against what the actual console shows: Select a GPU — "Select a GPU from the list of graphics cards." What needs to change: The GPU/CPU tabs at the top Step 2 (Select a template) — wrong scope and label. In the console, "Select a template" isn't a standalone step — it's one field inside the Configure deployment panel that appears after you click a GPU. This step should be renamed to Configure your deployment and expanded to cover the full panel: Pod name (auto-generated, editable) Step 3 (Deploy) — missing prerequisites and review. The current step just says "click Deploy On-Demand." In the console, before that button is enabled, there's a warning: "No network volume has been selected. Please select a network volume above or switch to volume disk." Users need to know to complete the storage step first. There's also a Pricing summary and Pod summary to review before deploying. Can you update the doc as per the suggestions? |
Expand the sparse 3-step legacy deploy flow to match the console: - Select a GPU: GPU/CPU tabs, filter toggles, VRAM slider, search, GPU groups, and card details (price, VRAM, max count, availability). - Rename Select a template to Configure your deployment and cover the full panel (Pod name, Pod template, GPU count, instance pricing, options, storage configuration). - Deploy: note the storage prerequisite warning and the Pricing/Pod summary review before clicking Deploy On-Demand.
|
Thanks for the detailed breakdown, @lavanya-gunreddi — I've updated this PR to expand the legacy deployment flow to match the console. Step 1 — Select a GPU (expanded): now covers the GPU/CPU tabs, the filter row (Secure Cloud, Network volume, Any region, Global Networking, Additional filters), the VRAM slider, the search box, the GPU groups (Featured, NVIDIA latest/previous generation, AMD), what each card shows (price/hr, VRAM, max count, availability), and that clicking a card opens the Configure deployment panel. Step 2 — renamed to "Configure your deployment": rescoped from a standalone template step to the full panel that opens after selecting a GPU — Pod name, Pod template (Edit / Change template), GPU count (1–8), Instance pricing (On-Demand vs Reserved / Talk to sales), Options (Encrypt volume, SSH terminal access, Start Jupyter notebook on by default), and Storage configuration (Container disk, then Network volume vs Volume disk). Step 3 — Deploy (expanded): adds the storage prerequisite, including the "No network volume has been selected…" warning that blocks the deploy button, plus the Pricing summary and Pod summary review before clicking Deploy On-Demand. The earlier Workload-panel-location and Recent-tab fixes remain in place. The changes are in the latest commit on this PR — please take a look and let me know if anything needs adjusting. |
Open this suggestion in Promptless to view citations and reasoning process
Corrects the get-started Quickstart to say the Workload panel is at the top of the page (not on the left), and notes that the Recent GPU tab only appears when you have a recent deployment history.
Trigger Events
Tip: Tag @Promptless in GitHub PR comments to guide documentation changes during code review 🐙