Skip to content

Commit

Permalink
docs: add a row of activity_details to the table in README (#1292)
Browse files Browse the repository at this point in the history
* docs: add a row of activity_details to the table in README

* docs: add the row in website

* fix: wrong position for the row
  • Loading branch information
tyn1998 authored May 17, 2023
1 parent 05aabf0 commit 89fbf79
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feel free to use the data to construct your own data application and you can ref
<td><a href="https://codepen.io/frank-zsy/pen/MWBdpNg?type=attention">Demo</a></td>
</tr>
<tr>
<td rowspan="24">Metric</td>
<td rowspan="25">Metric</td>
<td>Active dates and times</td>
<td><a href="https://chaoss.community/metric-activity-dates-and-times/">CHAOSS</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/active_dates_and_times.json">active_dates_and_times.json</a></td>
Expand Down Expand Up @@ -202,6 +202,13 @@ Feel free to use the data to construct your own data application and you can ref
<td><a href="https://github.com/X-lab2017/open-digger/blob/master/src/metrics/chaoss.ts#L494">Link</a></td>
<td><a href="https://codepen.io/frank-zsy/pen/VwBqwaP?type=change_request_age">Demo</a></td>
</tr>
<tr>
<td>Activity Details</td>
<td><a href="https://github.com/X-lab2017/open-digger/issues/1186">X-lab</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/activity_details.json">activity_details.json</a></td>
<td><a href="https://github.com/X-lab2017/open-digger/blob/0432ecbd9b9d75d36b249fb5eb2b101d16a414be/src/metrics/indices.ts#L112">Link</a></td>
<td><a href="https://codepen.io/tyn1998/pen/KKGxVrm">Demo</a></td>
</tr>
<tr>
<td rowspan="3">Network</td>
<td>Developer network</td>
Expand Down
9 changes: 8 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Feel free to use the data to construct your own data application and you can ref
<td><a href="https://codepen.io/frank-zsy/pen/MWBdpNg?type=attention">Demo</a></td>
</tr>
<tr>
<td rowspan="24">Metric</td>
<td rowspan="25">Metric</td>
<td>Active dates and times</td>
<td><a href="https://chaoss.community/metric-activity-dates-and-times/">CHAOSS</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/active_dates_and_times.json">active_dates_and_times.json</a></td>
Expand Down Expand Up @@ -202,6 +202,13 @@ Feel free to use the data to construct your own data application and you can ref
<td><a href="https://github.com/X-lab2017/open-digger/blob/master/src/metrics/chaoss.ts#L494">Link</a></td>
<td><a href="https://codepen.io/frank-zsy/pen/VwBqwaP?type=change_request_age">Demo</a></td>
</tr>
<tr>
<td>Activity Details</td>
<td><a href="https://github.com/X-lab2017/open-digger/issues/1186">X-lab</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/activity_details.json">activity_details.json</a></td>
<td><a href="https://github.com/X-lab2017/open-digger/blob/0432ecbd9b9d75d36b249fb5eb2b101d16a414be/src/metrics/indices.ts#L112">Link</a></td>
<td><a href="https://codepen.io/tyn1998/pen/KKGxVrm">Demo</a></td>
</tr>
<tr>
<td rowspan="3">Network</td>
<td>Developer network</td>
Expand Down
9 changes: 8 additions & 1 deletion docs/zh-cn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<td><a href="https://codepen.io/frank-zsy/pen/MWBdpNg?type=attention">Demo</a></td>
</tr>
<tr>
<td rowspan="24">度量</td>
<td rowspan="25">度量</td>
<td>Active dates and times</td>
<td><a href="https://chaoss.community/metric-activity-dates-and-times/">CHAOSS</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/active_dates_and_times.json">active_dates_and_times.json</a></td>
Expand Down Expand Up @@ -202,6 +202,13 @@
<td><a href="https://github.com/X-lab2017/open-digger/blob/master/src/metrics/chaoss.ts#L494">Link</a></td>
<td><a href="https://codepen.io/frank-zsy/pen/VwBqwaP?type=change_request_age">Demo</a></td>
</tr>
<tr>
<td>Activity Details</td>
<td><a href="https://github.com/X-lab2017/open-digger/issues/1186">X-lab</a></td>
<td><a href="https://oss.x-lab.info/open_digger/github/X-lab2017/open-digger/activity_details.json">activity_details.json</a></td>
<td><a href="https://github.com/X-lab2017/open-digger/blob/0432ecbd9b9d75d36b249fb5eb2b101d16a414be/src/metrics/indices.ts#L112">Link</a></td>
<td><a href="https://codepen.io/tyn1998/pen/KKGxVrm">Demo</a></td>
</tr>
<tr>
<td rowspan="3">网络</td>
<td>Developer network</td>
Expand Down

0 comments on commit 89fbf79

Please sign in to comment.