Skip to content

Commit ce06b0a

Browse files
author
Takenaka Simon
committed
Add available since tags for hints API docs
1 parent 238195a commit ce06b0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/docs/hints/api.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ introJs().addHints();
114114

115115
Show the hint with given `hintId`.
116116

117+
**Available since**: v2.4.0
118+
117119
**Example:**
118120
```javascript
119121
introJs().showHint(1);
@@ -125,6 +127,8 @@ introJs().showHint(1);
125127

126128
Show all hints.
127129

130+
**Available since**: v2.4.0
131+
128132
**Example:**
129133
```javascript
130134
introJs().showHints();

0 commit comments

Comments
 (0)