Generates Dash docsets from Salesforce documentation
Go to file
ViViDboarder be9e0b853e Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
SFDashC Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
.gitignore Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
Gopkg.lock Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
Gopkg.toml Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
LICENSE Initial commit 2016-02-10 12:08:05 -08:00
Makefile Add support for lightning and clean up some of the functions 2018-01-05 09:57:11 -08:00
README.md fix again 2016-07-26 18:40:05 -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