You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
SFDashC | 5 years ago | |
resources | 3 years ago | |
scripts | 3 years ago | |
.gitignore | 3 years ago | |
Gopkg.lock | 5 years ago | |
Gopkg.toml | 5 years ago | |
LICENSE | 7 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 years ago | |
go.sum | 3 years ago |
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