Skip to content

[#2421] Improve netlify deployment guide #2493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

feliciahmq
Copy link
Contributor

Fixes #2421

Proposed commit message

Updated and added more images in guide to reflect latest Netlify and GitHub UI.
Improved sentence flow for better readability.
Added comments to clarify the purpose of each step.

Other information

@feliciahmq feliciahmq changed the title Docs/2421 netlify deployment guide [#2421] Improve netlify deployment guide Aug 9, 2025
@damithc damithc requested a review from Copilot August 10, 2025 05:34
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR improves the Netlify deployment guide documentation to reflect current UI changes and enhance readability. The changes update outdated screenshots, improve sentence flow, and add clarifying comments to help users better understand each step in the deployment process.

  • Updated references to match current Netlify and GitHub UI terminology
  • Added explanatory comments and info boxes to clarify the purpose of build scripts and webhooks
  • Enhanced readability with improved sentence structure and flow


![Add webhook](../images/netlify-add-webhook.png)
1. Paste the Netlify build hook URL inside Payload URL.
![Webhook config](../images//netlify-webhook-config.png)
Copy link
Preview

Copilot AI Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a double forward slash in the image path. Remove one slash: ../images/netlify-webhook-config.png

Suggested change
![Webhook config](../images//netlify-webhook-config.png)
![Webhook config](../images/netlify-webhook-config.png)

Copilot uses AI. Check for mistakes.

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.

Enhance Netlify Deployment Guide Flexibility
1 participant