See https://github.com/romainl/vim-devdocs for an up-to-date version.
Look up keywords on https://devdocs.io from Vim
Use :DD without argument to look up the word under the cursor, scoped with the current filetype:
:DD
Use :DD keyword to look up the given keyword, scoped with the current filetype:
:DD Map
Add a ! to prevent scoping:
:DD! getelementbyid
Use :DD scope keyword to do the scoping yourself:
:DD scss @mixin
Use the :DD command for keyword look up with the built-in K:
setlocal keywordprg=:DD