Skip to content

Commit

Permalink
Move deployment note to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 13, 2024
1 parent 316f8d6 commit 0e0d289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/content/xml-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default defineConfig({
});
```
Now that we've added the Galaxy Charts configuration, you can proxy your URL request to a Galaxy server following the [Connect to Galaxy](configuration.html) description. Additionally, you now can also follow the steps in the [Deploy to Galaxy](deploy-plugin) section to publish your visualization once development is complete.
Now that we've added the Galaxy Charts configuration, you can proxy your URL request to a Galaxy server following the [Connect to Galaxy](configuration.html) description.
### Step 4: Add Logic to Access Incoming Data from Galaxy
Expand Down Expand Up @@ -167,6 +167,8 @@ const root = incoming.root;
/* Place your code here... */
```
Once development is complete, you now can follow the steps in the [Deploy to Galaxy](deploy-plugin) section to publish your visualization.
::: tip Note
Unlike the Galaxy Charts Vue package, the input form will not be automatically rendered. However, if your visualization does not require user-configurable settings, this approach might be a better fit. It introduces less overhead and offers greater flexibility, allowing you to work with a variety of JavaScript frameworks or libraries.
:::
Expand Down

0 comments on commit 0e0d289

Please sign in to comment.