Generates Dash docsets from Salesforce documentation
ファイルへ移動
ViViDboarder 26a70dce27 Refactor of scripts to add a target for auto creating a pr
I plan to use this for automated builds
2020-07-01 12:45:20 -07:00
SFDashC New Archival targets to make it easier to deploy 2018-01-06 09:04:44 -08:00
resources Update archive creation to make deploying changes easier 2020-07-01 10:17:27 -07:00
scripts Refactor of scripts to add a target for auto creating a pr 2020-07-01 12:45:20 -07:00
.gitignore Refactor of scripts to add a target for auto creating a pr 2020-07-01 12:45:20 -07: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 Refactor of scripts to add a target for auto creating a pr 2020-07-01 12:45:20 -07:00
README.md Update simpler readme 2020-06-30 18:27:09 -07: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

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