aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2023-08-31 15:20:38 +0100
committerGravatar GitHub <[email protected]>2023-08-31 15:20:38 +0100
commitcb6326cabee6570a5725702cb2893ae39f752279 (patch)
tree61b1380f8e6cc00a2dcab0280deff8c18c4812c2
parentMerge pull request #1082 from python-discord/dependabot/pip/pymdown-extension... (diff)
parentDocument Netlify static previews (diff)
Merge pull request #1084 from python-discord/document-static-previews
Document Netlify static previews
-rw-r--r--pydis_site/apps/content/resources/guides/pydis-guides/contributing/site.md8
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.