Skip to content

Commit

Permalink
fix: fix openrank bg color and activity code URL (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: frank-zsy <[email protected]>
  • Loading branch information
frank-zsy authored Oct 9, 2024
1 parent b1ec8aa commit e68d101
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/user_docs/metrics/activity.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

## 代码

这里是[**实现代码**](https://github.com/X-lab2017/open-digger/blob/master/src/metrics/indices.ts#L185)
这里是[**实现代码**](https://github.com/X-lab2017/open-digger/blob/master/src/metrics/indices.ts#L277)

## CodePen 演示

Expand Down
2 changes: 1 addition & 1 deletion docs/user_docs/metrics/global_openrank.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
全域 OpenRank 影响力是[`活跃度`](./activity)指标的一个下游指标,借鉴了`活跃度`来构建 GitHub 全域项目与开发者之间的一个协作网络,其网络模型是:

<div style={{'text-align':'center'}}>
<embed src="/img/global_openrank.svg?bg_color=lightblue&lang=zh" width="80%" alt="Global OpenRank" />
<embed src="/img/global_openrank.svg?lang=zh" width="80%" alt="Global OpenRank" />
</div>

## 价值主张
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The activity data contains the historical activity statistics of the repository,

## Code

Here's the [**implementation code**](https://github.com/X-lab2017/open-digger/blob/master/src/metrics/indices.ts#L185).
Here's the [**implementation code**](https://github.com/X-lab2017/open-digger/blob/master/src/metrics/indices.ts#L277).


## CodePen Demo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Global OpenRank Influence is an open-source metric proposed by Dr. Frank Zhao fr
Global OpenRank Influence is a downstream metric of the [`activity`](./activity) metric, which is used to build a collaboration network between global open source repositories and developers. Its network model is:

<div style={{'text-align':'center'}}>
<embed src="/img/global_openrank.svg?bg_color=lightblue&lang=en" width="80%" alt="Global OpenRank" />
<embed src="/img/global_openrank.svg?lang=en" width="80%" alt="Global OpenRank" />
</div>

## Value Proposition
Expand Down
2 changes: 1 addition & 1 deletion static/img/global_openrank.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e68d101

Please sign in to comment.