Slide 1

Slide 1 text

devdocs Matthias Günther

Slide 2

Slide 2 text

Features DevDocs combines multiple API documentations in a fast, organized, and searchable interface nearly every bigger framework is supported

Slide 3

Slide 3 text

Demo time https://devdocs.io/

Slide 4

Slide 4 text

vim and devdocs? https://github.com/rhysd/ devdocs.vim https://github.com/romainl/ vim-devdocs

Slide 5

Slide 5 text

devdocs.vim DevDocsAll … search global DevDocsUnderCursor … search global after the word under the cursor

Slide 6

Slide 6 text

filetype map let g:devdocs_filetype_map = { \ 'ruby': 'padrino', \ 'javascript': 'react', \ }

Slide 7

Slide 7 text

docdocs locally https://github.com/ freeCodeCamp/ devdocs#quick-start let g:devdocs_url = ‘http:// localhost:9292’

Slide 8

Slide 8 text

Thank you Any questions?