0.0.4 • Published 2 years ago

@commandbar/netlify-plugin-commandbar v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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