mirror of
https://github.com/ViViDboarder/docset-sfdc.git
synced 2024-11-13 06:16:33 +00:00
Generates Dash docsets from Salesforce documentation
0be33639b0
Large-ish refactor |
||
---|---|---|
SFDashC | ||
.gitignore | ||
Gopkg.lock | ||
Gopkg.toml | ||
LICENSE | ||
Makefile | ||
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