Commit 03b6c35b authored by Mark Otto's avatar Mark Otto

restore docs anchor js

parent b430ed19
...@@ -76,3 +76,10 @@ ...@@ -76,3 +76,10 @@
}) })
}(jQuery) }(jQuery)
;(function () {
'use strict';
anchors.options.placement = 'left';
anchors.add('.bd-content > h1, .bd-content > h2, .bd-content > h3, .bd-content > h4, .bd-content > h5')
})();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment