Skip to content

add 'used by' to the site#1227

Merged
pivovarit merged 1 commit intomainfrom
used-by
Mar 13, 2026
Merged

add 'used by' to the site#1227
pivovarit merged 1 commit intomainfrom
used-by

Conversation

@pivovarit
Copy link
Owner

No description provided.

Copilot AI review requested due to automatic review settings March 13, 2026 06:14
@pivovarit pivovarit enabled auto-merge (squash) March 13, 2026 06:14
@sonarqubecloud
Copy link

@pivovarit pivovarit merged commit 86d8949 into main Mar 13, 2026
11 checks passed
@pivovarit pivovarit deleted the used-by branch March 13, 2026 06:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants