1. 05 Dec, 2018 5 commits
  2. 04 Dec, 2018 2 commits
  3. 29 Nov, 2018 1 commit
  4. 28 Nov, 2018 7 commits
  5. 27 Nov, 2018 6 commits
  6. 26 Nov, 2018 3 commits
  7. 25 Nov, 2018 5 commits
  8. 24 Nov, 2018 1 commit
  9. 23 Nov, 2018 3 commits
  10. 22 Nov, 2018 3 commits
    • Pixelastic's avatar
      Update DocSearch.js to latest version · 3e25bf40
      Pixelastic authored
      The latest (2.6.2) docsearch.js version now displays results as standard `<a href>` links, allowing users to `ctrl`-click on them to trigger default browser behavior of opening in a new tab.
      
      To maintain backward compatibility, this behavior has only been enabled to users that didn't define their own `handleSelected` method.
      
      This PR updates your `docsearch()` code to take advantage of the new `<a href>` template, by removing your custom `handleSelected` and moving its behavior to the `transformData` call. Namely, what you wanted to avoid was jumping to the first `<h1>` of the pages, which would prevent users from seeing the header. This PR checks if the suggestion targets the `#content` anchor (meaning it goes to this first `<h1>`) and remove it.
      
      Behavior should be the same, but at least now you can enjoy the `ctrl`-click :)
      3e25bf40
    • XhmikosR's avatar
      Update devDependencies. · 8a7ed604
      XhmikosR authored
      8a7ed604
    • ysds's avatar
      b6e616a7
  11. 21 Nov, 2018 4 commits