Generates Dash docsets from Salesforce documentation
Go to file
ViViDboarder 8c7f2225b0 Update simpler readme 2020-06-30 18:27:09 -07:00
SFDashC New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08:00
resources New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08:00
.gitignore New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -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 Update to gomod 2020-06-30 18:06:35 -07:00
README.md Update simpler readme 2020-06-30 18:27:09 -07:00
archive-docset.sh New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08:00
go.mod Update to gomod 2020-06-30 18:06:35 -07:00
go.sum Update to gomod 2020-06-30 18:06:35 -07:00
package-docset.sh New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08: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 executing:

make

That's it!

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

To Do

  • Now that new ForceCascadeType is available, some of the entries in ./SFDashC/supportedtypes.go can be simplified