-
Notifications
You must be signed in to change notification settings - Fork 12
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
Updated website with images and branding #96
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #96 +/- ##
=======================================
Coverage 98.57% 98.57%
=======================================
Files 8 8
Lines 420 420
=======================================
Hits 414 414
Misses 6 6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, I left a couple of tiny comments.
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Closes #40
Closes #81
Closes #73
This PR revamps the website to make it more presentable:
Among other small things, it applies NIU branding #40, adds a chat icon with the Zulip link to the top right #73, and adds the sphinx-sitemap extension #81.
The Zulip link now points to the entire "movement" stream, not a particular topic (the "Welcome" post had outdated links and will be deleted).
It also adds some images to the README, homepage, and getting started guide.
The website deployment workflow can now be also triggered via a manual workflow dispatch, to allow the docs to be deployed independently of software release, if necessary (implementation copied from RatInABox).
The best way to review this PR is to build the docs locally and check the result in both light and dark modes.