Skip to content

Commit bfe7cd5

Browse files
committed
[Pages] move screenshots/ to docs/
Signed-off-by: Eric Wang <[email protected]>
1 parent 1eaaf6e commit bfe7cd5

File tree

5 files changed

+12
-3
lines changed

5 files changed

+12
-3
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Great thanks to leetcode.com, a really awesome website!
2727

2828
`help`/`user`/`list`/`show`/`test`
2929

30-
<img src="https://github.com/skygragon/leetcode-cli/blob/master/screenshots/intro.gif" />
30+
<img src="https://skygragon.github.io/leetcode-cli/screenshots/intro.gif" />
3131

3232
`test`/`submit`/`stat`/`submission`
3333

34-
<img src="https://github.com/skygragon/leetcode-cli/blob/master/screenshots/intro2.gif" />
34+
<img src="https://skygragon.github.io/leetcode-cli/screenshots/intro2.gif" />
3535

3636
## Quick Start
3737

Diff for: docs/demo.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
layout: default
3+
title: Showcases
4+
---
5+
<center>
6+
<img src="./screenshots/intro.gif"></img>
7+
<img src="./screenshots/intro2.gif"></img>
8+
</center>

Diff for: docs/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
</style>
1111
<center>
1212
<a href="./install" class="btn btn-clear">Installation</a>
13-
<a href="./commands" class="btn btn-clear">Commands Tutorials</a>
13+
<a href="./demo.html" class="btn btn-clear">Showcases</a>
14+
<a href="./commands" class="btn btn-clear">Commands</a>
1415
<a href="./advanced" class="btn btn-clear">Advanced Tips</a>
1516
</center>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)