mirror of
https://github.com/ViViDboarder/docset-sfdc.git
synced 2024-11-14 06:26:31 +00:00
Generates Dash docsets from Salesforce documentation
26a70dce27
I plan to use this for automated builds |
||
---|---|---|
resources | ||
scripts | ||
SFDashC | ||
.gitignore | ||
go.mod | ||
go.sum | ||
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 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