Generates Dash docsets from Salesforce documentation
Go to file
ViViDboarder cd6afe7256 Update to gomod 2020-06-30 18:06:35 -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 New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08: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 simply executing:

make

That's it!

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

Dependencies

All dependencies are being managed by dep. Dep must be installed for the vendor folder to be built.

To Do

  • Now that new ForceCascadeType is available, some of the entries in ./SFDashC/supportedtypes.go can be simplified
  • Allow archiving of multiple versions and fetching pre-releases