diff options
author | 2022-02-21 12:59:54 +0000 | |
---|---|---|
committer | 2022-02-21 12:59:54 +0000 | |
commit | a82c9a87c7f14a98bbdfa069b20fc9372f67d167 (patch) | |
tree | 30a061a43fa1889d83fb1ab333a15b4355dfc2a4 /docs/README.md | |
parent | Update how we auto-generate docs (diff) | |
parent | Merge pull request #23 from python-discord/bump-deps (diff) |
Merge branch 'main' into port-utilities
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 |