diff options
author | 2023-08-31 09:18:10 +0200 | |
---|---|---|
committer | 2023-08-31 14:56:41 +0200 | |
commit | 0e389069035af8bbbc6450341373ad18b53e575a (patch) | |
tree | 61b1380f8e6cc00a2dcab0280deff8c18c4812c2 /pydis_site/apps/content/resources | |
parent | Merge pull request #1082 from python-discord/dependabot/pip/pymdown-extension... (diff) |
Document Netlify static previews
Closes #677.
Diffstat (limited to 'pydis_site/apps/content/resources')
-rw-r--r-- | pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md index 9eef8d23..13021e65 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md @@ -129,6 +129,14 @@ Unless you are editing the Dockerfile or docker-compose.yml, you shouldn't need [**Click here to see the basic Git workflow when contributing to one of our projects.**](../working-with-git/) --- +# Deploy previews + +When you open a pull request, the `netlify` bot will build and publish a static +preview of your changes, which is very valuable if you made any changes to the +content or styling of the website. An example deploy preview can be found on +[pull request #773](https://github.com/python-discord/site/pull/773#issuecomment-1257224147). + +--- # Django admin site Django provides an interface for administration with which you can view and edit the models among other things. |