Skip to content

Commit 033bd2e

Browse files
author
RedHeadphone
committed
static images in docs + small changes
1 parent c8ac912 commit 033bd2e

File tree

12 files changed

+941
-11
lines changed

12 files changed

+941
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ To run & test codeforces-readme-stats, you need to follow a few simple steps:-
2424
1. Fork the repository and clone the code to your local machine.
2525
2. Run `npm install` in the repository root.
2626
3. Run the command `npm run dev` to start the development server at <http://localhost:3000>.
27+
4. To run the development server for docs use command `mkdocs serve` (setup it using command `pip install mkdocs mkdocs-material`)
2728

2829
## Themes Contribution
2930

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Simply copy the code below, paste it into your `README.md`, and change the usern
2727
Preview:
2828

2929
<p align="center">
30-
<img alt="Codeforces Stats" src="https://codeforces-readme-stats.vercel.app/api/card?username=redheadphone" />
30+
<img alt="Codeforces Stats" src="./docs/images/static/card.svg" />
3131
</p>
3232

3333
Congratulation! You are now showing your Codeforces stats on your profile!
@@ -49,7 +49,7 @@ Rating badge can also be added to your `README.md`, by coping and pasting the co
4949
Preview:
5050

5151
<p align="center">
52-
<img alt="Codeforces Badge" style="height:30px" src="https://codeforces-readme-stats.vercel.app/api/badge?username=redheadphone" />
52+
<img alt="Codeforces Badge" style="height:30px" src="./docs/images/static/badge.svg" />
5353
</p>
5454

5555
## Contributing

docs/images/static/badge.svg

Lines changed: 29 additions & 0 deletions
Loading

docs/images/static/card.svg

Lines changed: 180 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)