mirror of
https://github.com/ViViDboarder/docset-sfdc.git
synced 2024-11-14 17:26:56 +00:00
Update top level entry id for apexcode
This commit is contained in:
parent
7a89b82da9
commit
9b268fb293
@ -138,7 +138,7 @@ func main() {
|
||||
|
||||
// Download each entry
|
||||
for _, entry := range toc.TOCEntries {
|
||||
if entry.ID == "apex_reference" || entry.ID == "pages_compref" {
|
||||
if entry.ID == "apex_dev_guide" || entry.ID == "pages_compref" {
|
||||
processChildReferences(entry, nil, toc)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user