Skip to content

Commit 8a11be9

Browse files
committed
Docs: Update to jekyll-theme-amethyst 2.8.1
https://github.com/qunitjs/jekyll-theme-amethyst/commits/v2.8.1/ * Add scroll-based highlighting of "current" heading to the TOC. * Expand at most one sidebar group for the current page.
1 parent 3ef1eb4 commit 8a11be9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source "https://rubygems.org"
22
ruby RUBY_VERSION
33

44
# To apply changes, run `bundle update`.
5-
gem "jekyll-theme-amethyst", "2.7.2", group: :jekyll_plugins
5+
gem "jekyll-theme-amethyst", "2.8.1", group: :jekyll_plugins

docs/api/QUnit/module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ QUnit.module('Database connection', {
220220

221221
### Hooks on nested modules
222222

223-
_Back to [§ Hook order](#hook-order)._
223+
_See also [§ Hook order](#hook-order)._
224224

225225
```js
226226
QUnit.module('My Group', hooks => {

0 commit comments

Comments
 (0)