Re-index all help files and guides?

I’m pretty sure there’s a command to re-index help files but can’t find it. Does anyone know it?
Thanks

It’s a method of the SCDoc class. Pass true as argument to re-index everything:

SCDoc.indexAllDocuments(true)
1 Like