Skip to content

Commit 222b4f6

Browse files
committed
using demo.md and update content
1 parent bde9a4a commit 222b4f6

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

docs/demo.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ icon: material/keyboard
55

66
# Interactive Demos
77

8-
Try `Recce` without installing using this [online demo](https://reccehq.com/demo/).
9-
10-
[Recce Online Demo](https://reccehq.com/demo/){ .md-button .md-button--primary }
8+
We provide interactive demos that show common ways to use Recce. You can try them right now without installing anything.
119

10+
[Try Demos](https://reccehq.com/demo/){ .md-button .md-button--primary } (No install)
1211

1312
## Examples
1413

docs/styles/extra.css

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@
77
vertical-align: top;
88
}
99

10-
.md-nav__item a.md-nav__link[href^="https://reccehq.com/demo/"] .md-ellipsis::before {
11-
content: "⌨";
12-
display: inline-block;
13-
margin-right: 0.1rem;
14-
vertical-align: top;
15-
font-size: 1rem;
16-
}
1710
.md-nav__item a.md-nav__link[href^="https://"]:hover .md-ellipsis::before {
1811
filter: invert(46%) sepia(13%) saturate(2575%) hue-rotate(326deg) brightness(115%) contrast(106%);
1912
}

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ nav:
3535
- Guides:
3636
- Overview:
3737
- index.md
38-
- Interactive Demos: "https://reccehq.com/demo/"
38+
- demo.md
3939
- Getting Started:
4040
- get-started.md
4141
- configure-diff.md

0 commit comments

Comments
 (0)