Add documentation link
Browse files
docs/src/pages/index.astro
CHANGED
|
@@ -214,7 +214,7 @@ const starCount = getFormattedStars('kamranahmedse/driver.js');
|
|
| 214 |
},
|
| 215 |
{
|
| 216 |
popover: {
|
| 217 |
-
description: "<img style='width: 270px; height: 206.65px; margin-bottom: 10px; border-radius: 5px;' src='https://i.imgur.com/3WpTnyA.gif' />That's it for now, make sure to visit the docs for more examples and use-cases.",
|
| 218 |
side: "bottom",
|
| 219 |
align: "start",
|
| 220 |
showButtons: [],
|
|
|
|
| 214 |
},
|
| 215 |
{
|
| 216 |
popover: {
|
| 217 |
+
description: "<img style='width: 270px; height: 206.65px; margin-bottom: 10px; border-radius: 5px;' src='https://i.imgur.com/3WpTnyA.gif' />That's it for now, make sure to <a class='underline font-medium' href='/docs/installation'>visit the docs</a> for more examples and use-cases.",
|
| 218 |
side: "bottom",
|
| 219 |
align: "start",
|
| 220 |
showButtons: [],
|