CommandBar Netlify plugin
Quickly add CommandBar to your Netlify project.
Getting Started
Sign up for a CommandBar account
Create an environment variable COMMANDBAR_ORG_ID
with your CommandBar organization id.
Configure the entry point (relative to the publish directory) if it's different from index.html
.
# 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
Troubleshooting
- Need help? Please reach out to team@commandbar.com
- Found a bug in the plugin? Please open an issue or a pull request