zealdocs / zeal

Offline documentation browser inspired by Dash
https://zealdocs.org
GNU General Public License v3.0
11.51k stars 782 forks source link

[Question] How does one integrate hexdocs into zeal? #1269

Open beardedeagle opened 4 years ago

beardedeagle commented 4 years ago

The link to dash's docs for integrating hexdocs provides instructions that don't seem to apply to zeal. How does one set up a feed for hexdocs in zeal?

trollixx commented 4 years ago

Zeal doesn't support offline docset generation. Presently you need to use 3rd party tools to generate a Dash-compatible docset.

beardedeagle commented 4 years ago

is there a specific location I need to store those?

trollixx commented 4 years ago

Just your docset storage directory. You can find the path in Zeal's settings.

devonestes commented 4 years ago

@beardedeagle This is what I use for pulling docs into Zeal, but it's specific to ExDoc at the moment: https://github.com/devonestes/ex_doc_zeal

salfum commented 3 years ago

This is the best way that i use https://github.com/johnhamelink/hexdocs_docset_api

Awea commented 2 years ago

This is the best way that i use johnhamelink/hexdocs_docset_api

I just tried using it with the phoenix documentation but the navigation is broken 😢 image

Any idea to attempt to fix this? Opening local files with my browser works just fine