-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[deploy site] removed event details #2398
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
[deploy site] removed event details #2398
Conversation
👷 Deploy request for selenium-dev pending review.Visit the deploys page to approve it
|
PR Reviewer Guide 🔍
Here are some key observations to aid the review process:
Empty Content
The alert div now contains only whitespace, which may render an empty banner on the site. Consider removing the entire banner section or adding conditional rendering to avoid displaying empty content.
<div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert"> </div>
PR Code Suggestions ✨Explore these optional code suggestions:
|
||||||||
ecbcdaa
into
SeleniumHQ:trunk
Uh oh!
There was an error while loading. Please reload this page.
User description
Thanks for contributing to the Selenium site and documentation!
A PR well described will help maintainers to review and merge it quickly
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, and help reviewers by making them as simple and short as possible.
removed event details
Description
removed event details
Motivation and Context
removed event details
Types of changes
Checklist
PR Type
Other
Description
Removed Selenium Community Live event announcement banner
Disabled announcement banner functionality in site configuration
Diagram Walkthrough
File Walkthrough
announcement-banner.html
Remove event announcement contentwebsite_and_docs/layouts/partials/announcement-banner.html
hugo.toml
Disable announcement banner flagswebsite_and_docs/hugo.toml
banner_flagfrom true to falseannouncement_bannerfrom true to false