docs: add new top-level functions to browsers docs (#10221)

This commit is contained in:
Alex Rudenko 2023-05-22 14:03:11 +02:00 committed by GitHub
parent 87ca58f97a
commit 60a365ec0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,12 +140,14 @@ const config = {
const order = [ const order = [
'launch', 'launch',
'install', 'install',
'uninstall',
'canDownload', 'canDownload',
'createProfile', 'createProfile',
'computeExecutablePath', 'computeExecutablePath',
'computeSystemExecutablePath', 'computeSystemExecutablePath',
'detectBrowserPlatform',
'resolveBuildId', 'resolveBuildId',
'getInstalledBrowsers',
'detectBrowserPlatform',
'BrowserPlatform', 'BrowserPlatform',
'Browser', 'Browser',
'CLI', 'CLI',