codeant-ai-for-open-source[bot] commented on PR #36908:
URL: https://github.com/apache/superset/pull/36908#issuecomment-3712837153

   ## **Sequence Diagram**
   
   This PR adds a Netlify configuration so that pull requests which change 
docs/ trigger an automatic Netlify build and a deploy-preview URL posted back 
to the PR, enabling reviewers to view docs changes without local builds.
   
   ```mermaid
   sequenceDiagram
       participant Contributor
       participant GitHub_PR as "GitHub PR"
       participant Netlify
       participant Reviewer
   
       Contributor->>GitHub_PR: Open PR that modifies docs/**
       GitHub_PR->>Netlify: Trigger deploy-preview (webhook/CI integration)
       Netlify->>Netlify: Build site using base=docs, command "yarn install && 
yarn build", publish=build
       Netlify-->>GitHub_PR: Post deploy-preview URL (check/comment)
       Reviewer->>GitHub_PR: Click preview URL and review docs site
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to