diff options
author | 2022-01-09 19:59:29 +0200 | |
---|---|---|
committer | 2022-01-09 19:59:29 +0200 | |
commit | 29189d599f7de9f87aeba3f565f0efd0aae5c690 (patch) | |
tree | bd331b7d287a4863d65102ee300b3f0f5706edee /docs/README.md | |
parent | Merge pull request #12 from python-discord/add-code-block-regex (diff) |
Add Doc Static Previews With Netlify
Adds a helper script which downloads and calls the netlify build script
from the site project, to enable static previews for docs.
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index 06c5a739..fa719292 100644 --- a/docs/README.md +++ b/docs/README.md @@ -43,3 +43,9 @@ You can use [this site][releases] to get the PR number you'll use for your entry [next]: https://ichard26.github.io/next-pr-number/?owner=python-discord&name=bot-core [releases]: https://releases.readthedocs.io/en/latest/concepts.html + +## Static Builds +We deploy our docs to netlify to power static previews on PRs. +Check out [python-discord/site][STATIC_BUILD_DOCS] for more info on the system. + +[STATIC_BUILD_DOCS]: https://github.com/python-discord/site/tree/main/static-builds |