Skip to content

Conversation

@HeyItsGilbert
Copy link
Member

Enhanced the parameters-properties.md documentation to address common confusion about when to use each approach:

  • Added "Quick Decision Guide" section upfront for immediate clarity
  • Included mermaid sequence diagram showing execution flow and variable lifespan throughout the build process
  • Restructured content with clear "When to Use" sections for both parameters (input values) and properties (final overrides)
  • Added side-by-side comparison examples demonstrating the timing difference
  • Included comparison table highlighting key differences
  • Added "Best Practices" section with real-world guidance
  • Added warning about properties not recomputing derived values
  • Concluded with summary and "Rule of Thumb" decision tip

The document now provides a clear decision framework for users to determine which approach to use based on whether values are used for computation or are final overrides.

Enhanced the parameters-properties.md documentation to address common
confusion about when to use each approach:

- Added "Quick Decision Guide" section upfront for immediate clarity
- Included mermaid sequence diagram showing execution flow and variable
  lifespan throughout the build process
- Restructured content with clear "When to Use" sections for both
  parameters (input values) and properties (final overrides)
- Added side-by-side comparison examples demonstrating the timing difference
- Included comparison table highlighting key differences
- Added "Best Practices" section with real-world guidance
- Added warning about properties not recomputing derived values
- Concluded with summary and "Rule of Thumb" decision tip

The document now provides a clear decision framework for users to determine
which approach to use based on whether values are used for computation or
are final overrides.
@netlify
Copy link

netlify bot commented Nov 25, 2025

Deploy Preview for psake ready!

Name Link
🔨 Latest commit a68b106
🔍 Latest deploy log https://app.netlify.com/projects/psake/deploys/6925c3f90280210008f260c8
😎 Deploy Preview https://deploy-preview-28--psake.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Installed and configured @docusaurus/theme-mermaid to enable mermaid
diagrams in markdown files:

- Added @docusaurus/[email protected] (matching core version)
- Configured markdown.mermaid: true in docusaurus.config.ts
- Added mermaid theme to themes array

This enables the sequence diagram in the parameters-properties
documentation to render correctly, showing the execution flow and
variable lifespan throughout the build process.
@HeyItsGilbert HeyItsGilbert merged commit 2f21975 into main Nov 26, 2025
8 checks passed
@HeyItsGilbert HeyItsGilbert deleted the claude/clarify-parameters-properties-01BC5fViN7XVU47CXdzLM2Q4 branch November 26, 2025 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants