Skip to content

Commit

Permalink
doc: update OSS Insight description (#445)
Browse files Browse the repository at this point in the history
* update oss insight description

* update oss insight description
  • Loading branch information
ChenlingLu authored Sep 19, 2022
1 parent ed48966 commit 0f798d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,11 +142,11 @@ The continued development and maintenance of GitHub1s is made possible by these

## Partners

We are Partnered with [OSSInsight](https://ossinsight.io/) to get the Trending Repositories & some more Interesting Analytics
We are partnered with [OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending) to get the Trending Repositories & some more Interesting Analytics. [OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending) provides deep insights into GitHub repos, developers, and curated repo lists from billions of GitHub events. It’s built with [TiDB Cloud](https://www.pingcap.com/tidb-cloud/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending).

<table><tbody><tr>
<td><a href="https://ossinsight.io/">
<img height="40px" src="./resources/images/ossinsight.png">
<td><a href="https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending">
<img height="40px" src="./resources/images/ossinsight-brand-dark.png">
</a></td>
</tr></tbody></table>

Expand Down
4 changes: 2 additions & 2 deletions extensions/github1s/src/adapters/ossinsight/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {

const buildRepoLink = (repo: string) => `https://github1s.com/${repo}`;

const dataSourceMarkdown = ` (Data source: [OSS Insight](https://ossinsight.io/))`;
const dataSourceMarkdown = ` (Data source: [👁️ OSS Insight](https://ossinsight.io/?utm_source=github1s&utm_medium=github&utm_campaign=ghtrending))`;

const createRepoItemMarkdown = (repo: RepoItem, period: RankingPeriod) => {
const contributorAvatars = (repo.contributor_logins?.split(',') || []).map((username) => {
Expand Down Expand Up @@ -102,7 +102,7 @@ export const createLanguageListPageMarkdown = () => {
return `
# Trending Repos by Languages
See what the GitHub community is most excited by languages.${dataSourceMarkdown}
See what the GitHub community is most excited by languages.${dataSourceMarkdown}
Other Rankings: &nbsp; ${createRankingsLinksMarkdown('Languages')}
Expand Down
Binary file added resources/images/ossinsight-brand-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed resources/images/ossinsight.png
Binary file not shown.

0 comments on commit 0f798d8

Please sign in to comment.