Pricing article - Reorganized and consolidated content - #31
Conversation
There was a problem hiding this comment.
🟡 Changes recommended
The PR introduces an orphaned root-level package-lock.json and adds a docs-site dependency that appears unused/unconfigured, which should be addressed before merging.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Reorganizes the “Pricing” documentation by consolidating regional availability details into the introduction page, updating cross-links, and modernizing the docs-site build dependencies to support the updated content.
Changes:
- Reworked the pricing page structure (core/optional meters + example) and moved “Public preview regions” to the introduction page.
- Updated setup docs to deep-link the “Region” field to the new “Public preview regions” section.
- Updated docs-site dependencies (Astro/Starlight) and added a new markdown-related package.
File summaries
| File | Description |
|---|---|
| package-lock.json | Adds a new repository-root npm lockfile. |
| docs-site/src/content/docs/getting-started/setup.md | Updates the “Region” row to link to the introduction page’s public preview regions section. |
| docs-site/src/content/docs/getting-started/pricing.md | Reorganizes pricing content and adds an example cost table; updates preview/region notes. |
| docs-site/src/content/docs/getting-started/introduction.md | Adds a “Public preview regions” section (moved from pricing content). |
| docs-site/README.md | Adds an additional documentation formatting guideline. |
| docs-site/package.json | Updates Astro/Starlight versions and adds @astrojs/markdown-remark dependency. |
Review details
Suppressed comments (1)
docs-site/src/content/docs/getting-started/pricing.md:60
- Same consistency issue as above: this row uses "x" for multiplication in the calculations. Consider switching to "×" to match the rest of the table.
| Sandbox | 100 executions <br><br>For 10 seconds, each execution uses 1 vCPU and 2 GiB of memory. | Executions: 100 x 10 seconds x 1 vCPU x $0.000024 <br><br>Memory: 100 x 10 seconds x 2 GiB x $0.000003 | Executions: $0.024 <br><br>Memory: $0.006 |
- Files reviewed: 5/7 changed files
- Comments generated: 3
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "dependencies": { | ||
| "@astrojs/starlight": "^0.39.2", | ||
| "astro": "^6.3.1", | ||
| "@astrojs/markdown-remark": "^7.3.0", | ||
| "@astrojs/starlight": "^0.42.0", | ||
| "astro": "^7.2.10", |
There was a problem hiding this comment.
Krrish Mittal (@takyyon): Please confirm this update?
There was a problem hiding this comment.
Should be okay as long as the docs page loads fine for you
Resolves AB#632174
Resolves AB#39607595