kamrify commited on
Commit
3d04f71
·
1 Parent(s): 06ca3cc

Add documentation link

Browse files
Files changed (1) hide show
  1. docs/src/pages/index.astro +1 -1
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: [],