Generates Dash docsets from Salesforce documentation
Go to file
ViViDboarder a501c6a12f Remove spaces in archive names and fix readme 2016-07-26 18:38:37 -07:00
SFDashC Add some stuff for version tracking as well as archival 2016-07-26 18:27:01 -07:00
.gitignore Add some stuff for version tracking as well as archival 2016-07-26 18:27:01 -07:00
LICENSE Initial commit 2016-02-10 12:08:05 -08:00
Makefile Remove spaces in archive names and fix readme 2016-07-26 18:38:37 -07:00
README.md Remove spaces in archive names and fix readme 2016-07-26 18:38:37 -07:00

README.md

SFDashC

SFDashC is a go application for downloading and constructing Dash docsets from the Salesforce online documentation

Everything is wrapped with a Makefile and can be completely built by simply executing:

make

That's it!

It will generate 3 docsets: Salesforce Apex, Salesforce Visualforce, and Salesforce Combined

Dependencies

Currently these are not auto resolved. You must install the following:

* github.com/coopernurse/gorp
* github.com/mattn/go-sqlite3