ExDocDash
Creates API documentation for Elxir projects in the Docsets format for use in Dash.app for MacOS X or iOS. This is the first draft so problems may occur.
Template Design is generated using Fez Vrasta's Bootstap Material Design framework
Installation & Usage
Please note that you will need to have the sqlite3 binary installed.
Open up your mix.exs and add the following to your deps.
{:ex_doc_dash, "~> 0.2.0", only: :docs}
Build your dependencies
MIX_ENV=docs mix do deps.get, deps.compile
Now you can build your Dash.app documentation using the docs.dash task and it will be save in ./docs.
MIX_ENV=docs mix docs.dash
Example of generating Phoenix Documentation
Contributing
All contributions are appreciated. Info on the Docset format can be found in the following links.