Searchbar Data Installer
open class SearchbarDataInstaller(context: DokkaContext) : PageTransformer
Content copied to clipboard
Types
PageWithId
Link copied to clipboard
Functions
createSearchRecord
Link copied to clipboard
open fun createSearchRecord(name: String, description: String?, location: String, searchKeys: List<String>): SearchRecord
Content copied to clipboard
generatePagesList
Link copied to clipboard
open fun generatePagesList(pages: List<SearchbarDataInstaller.PageWithId>, locationResolver: PageResolver): List<SearchRecord>
Content copied to clipboard
processPage
Link copied to clipboard
open fun processPage(page: PageNode): List<SearchbarDataInstaller.PageWithId>
Content copied to clipboard