mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-03-07 15:08:07 +08:00
docs: improve readme links (#2696)
This commit is contained in:
parent
bdef1cccdd
commit
31ffe56168
36
readme.md
36
readme.md
@ -154,8 +154,8 @@ You can look at a preview for [all available themes](./themes/README.md) or chec
|
||||
|
||||
#### Responsive Card Theme
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats#gh-dark-mode-only)
|
||||
[](https://github.com/anuraghazra/github-readme-stats#gh-light-mode-only)
|
||||
[](https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-dark-mode-only)
|
||||
[](https://github.com/anuraghazra/github-readme-stats#responsive-card-theme#gh-light-mode-only)
|
||||
|
||||
Since GitHub will re-upload the cards and serve them from their [CDN](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-anonymized-urls), we can not infer the browser/GitHub theme on the server side. There are, however, four methods you can use to create dynamics themes on the client side.
|
||||
|
||||
@ -342,11 +342,11 @@ Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
|
||||
|
||||
### Demo
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
Use [show_owner](#customization) variable to include the repo's owner username
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
# Top Languages Card
|
||||
|
||||
@ -380,7 +380,7 @@ By default, only the byte count is used for determining the languages percentage
|
||||
- `&size_weight=0&count_weight=1` - Orders by repo count
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Exclude individual repositories
|
||||
@ -388,7 +388,7 @@ By default, only the byte count is used for determining the languages percentage
|
||||
You can use the `&exclude_repo=repo1,repo2` parameter to exclude individual repositories.
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Hide individual languages
|
||||
@ -396,7 +396,7 @@ You can use the `&exclude_repo=repo1,repo2` parameter to exclude individual repo
|
||||
You can use `&hide=language1,language2` parameter to hide individual languages.
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Show more languages
|
||||
@ -404,7 +404,7 @@ You can use `&hide=language1,language2` parameter to hide individual languages.
|
||||
You can use the `&langs_count=` option to increase or decrease the number of languages shown on the card. Valid values are integers between 1 and 10 (inclusive), and the default is 5.
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Compact Language Card Layout
|
||||
@ -412,7 +412,7 @@ You can use the `&langs_count=` option to increase or decrease the number of lan
|
||||
You can use the `&layout=compact` option to change the card design.
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Donut Chart Language Card Layout
|
||||
@ -444,16 +444,16 @@ You can use the `&layout=pie` option to change the card design.
|
||||
You can use the `&hide_progress=true` option to hide the percentages and the progress bars (layout will be automatically set to `compact`).
|
||||
|
||||
```md
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
```
|
||||
|
||||
### Demo
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
- Compact layout
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
- Donut Chart layout
|
||||
|
||||
@ -469,7 +469,7 @@ You can use the `&hide_progress=true` option to hide the percentages and the pro
|
||||
|
||||
- Hidden progress bars
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
# Wakatime Week Stats
|
||||
|
||||
@ -484,13 +484,13 @@ Change the `?username=` value to your [Wakatime](https://wakatime.com) username.
|
||||
|
||||
### Demo
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
- Compact layout
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
* * *
|
||||
|
||||
@ -544,11 +544,11 @@ Choose from any of the [default themes](#themes)
|
||||
|
||||
- Top languages
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
- WakaTime card
|
||||
|
||||
[](https://github.com/anuraghazra/github-readme-stats)
|
||||

|
||||
|
||||
* * *
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user