Skip to content

Commit dc62ef5

Browse files
Docs tweaks
1 parent 4c7a49d commit dc62ef5

File tree

2 files changed

+1
-70
lines changed

2 files changed

+1
-70
lines changed

docs-src/src/content/docs/guides/setup.mdx

Lines changed: 0 additions & 70 deletions
This file was deleted.

docs-src/src/content/docs/guides/usage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ If the element to highlight does not yet exist while instantiating tour steps, y
223223
return this.show('some_step_name');
224224
}
225225
```
226+
- `extraHighlights`: An array of extra element selectors to highlight when the overlay is shown The tooltip won’t be fixed to these elements, but they will be highlighted just like the attachTo element.
226227
- `advanceOn`: An action on the page which should advance shepherd to the next step. It should be an object with a string `selector` and an `event` name.
227228
For example: `{selector: '.some-element', event: 'click'}`. It doesn't have to be an event inside the tour, it can be any event fired on any element on the page.
228229
You can also always manually advance the Tour by calling `myTour.next()`.

0 commit comments

Comments
 (0)