Conversation
|
There was a problem hiding this comment.
Pull request overview
This PR updates the project documentation/website to highlight real-world adopters and refresh some copy formatting.
Changes:
- Add a “Used by” section to
README.mdwith external projects using the library. - Add a “Used by” section to the static site (
docs/index.html) including new styles, navigation link, and project cards. - Normalize several em-dashes to hyphen-minus characters across the HTML copy/meta.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Adds a “Used by” section with links to known adopters. |
| docs/index.html | Adds a “Used by” section (CSS + markup + nav link) and tweaks various text/meta dash characters. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| </div> | ||
| <div class="install-note reveal"> | ||
| <strong>JDK 21+</strong> recommended — version <code>3.x</code> uses Virtual Threads by default. Version <code>2.x</code> supports JDK 8+ with platform threads. | ||
| <strong>JDK 21+</strong> recommended - version <code>3.x</code> uses Virtual Threads by default. Version <code>2.x</code> supports JDK 8+ with platform threads. |
Comment on lines
+801
to
+803
| .used-by-card:hover { | ||
| background: var(--bg-elevated); | ||
| border-color: var(--border-accent); |
Comment on lines
+1199
to
+1207
| <a href="https://github.com/jenkinsci/junit-plugin" class="used-by-card" target="_blank" rel="noopener noreferrer"> | ||
| <div class="used-by-icon"><img src="https://github.com/jenkinsci.png" alt="Jenkins" width="36" height="36" style="border-radius:8px"></div> | ||
| <div class="used-by-info"> | ||
| <h3>Jenkins JUnit Plugin</h3> | ||
| <p>The official Jenkins plugin for publishing JUnit test results - one of the most widely installed Jenkins plugins.</p> | ||
| </div> | ||
| </a> | ||
| <a href="https://github.com/linkedin/avro-util" class="used-by-card" target="_blank" rel="noopener noreferrer"> | ||
| <div class="used-by-icon"><img src="https://github.com/linkedin.png" alt="LinkedIn" width="36" height="36" style="border-radius:8px"></div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



No description provided.