From c0d611c35de928079c8c833cb34b227f214dcbf9 Mon Sep 17 00:00:00 2001 From: guerler Date: Sat, 26 Oct 2024 17:51:23 +0300 Subject: [PATCH] Update docs --- docs/content/installation.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/docs/content/installation.md b/docs/content/installation.md index 800c428..88b00ec 100644 --- a/docs/content/installation.md +++ b/docs/content/installation.md @@ -1,4 +1,4 @@ -# How to Add New Visualizations to Galaxy +## Adding New Visualizations to Galaxy To get started, we recommend cloning the [Galaxy Visualizations repository](https://github.com/galaxyproject/galaxy-visualizations). While cloning this repository isn't strictly necessary to add new visualizations to Galaxy, it's best practice to keep a central collection of all visualizations here for easy access and management. @@ -42,12 +42,3 @@ npm run dev Your development environment is now set up and ready for customization! Once you have completed adding your visualization or properly embedding a 3rd party plugin for integration with Galaxy, continue by pushing your changes to `github` and issue a pull request. - -## Add to an Existing Vue Application - -The Galaxy Charts environment is available as Vue3 Library and can be installed through the node package manager. -Click here to visit npm and access the package details. - -```md -npm install galaxy-charts -```