-
Notifications
You must be signed in to change notification settings - Fork 11
Incorrect Kibana Plugin Path in Docs #289
Copy link
Copy link
Closed
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist
Description
Improvement Request
In the Building Binaries docs page, the Kibana Plugin section states that the plugin zipfile can be found at the following path:
kibana-plugin/build/kibana-plugin-0.0.0.zip
This is no longer accurate. The correct path should be:
kibana-plugin/build/scorestack-X.Y.Z.zip
Where X.Y.Z is the latest version as specified in kibana-plugin/package.json. Specifically, this is the version specified as the value for the --build-version argument in the build script.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-DocumentationRelates to documentationRelates to documentationT-EnhancementAdding to the things that already existAdding to the things that already exist