Company logo
February 16, 2022

Netlify plugin

Richard Freling's avatar

Now that Netlify has their own CommandBar, you can easily add one to your Netlify-powered site using our new Netlify plugin!

The plugin lets you add a CommandBar and set up your initial commands in just a few config lines.

#Example configuration [[plugins]] package = "@commandbar/netlify-plugin-commandbar" #Optional entryPoint = "path/to/entrypoint.html" [plugins.inputs.linkCommands] "Go to dashboard" = '/dashboard' // relative link "Go to stack overflow" = 'https://stackoverflow.com' // aboslute link You can read more about the plugin on GitHub: https://github.com/tryfoobar/netlify-plugin-commandbar.