Skip to content

Commit

Permalink
Init flux plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu8912 committed Aug 20, 2024
1 parent 24382c9 commit aa64d29
Show file tree
Hide file tree
Showing 79 changed files with 50,612 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flux-plugin/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
.vscode
dist
15 changes: 15 additions & 0 deletions flux-plugin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# flux-plugin

This is the default template README for [Headlamp Plugins](https://github.com/headlamp-k8s/headlamp).

- The description of your plugin should go here.
- You should also edit the package.json file meta data (like name and description).

## Developing Headlamp plugins

For more information on developing Headlamp plugins, please refer to:

- [Getting Started](https://headlamp.dev/docs/latest/development/plugins/), How to create a new Headlamp plugin.
- [API Reference](https://headlamp.dev/docs/latest/development/api/), API documentation for what you can do
- [UI Component Storybook](https://headlamp.dev/docs/latest/development/frontend/#storybook), pre-existing components you can use when creating your plugin.
- [Plugin Examples](https://github.com/headlamp-k8s/headlamp/tree/main/plugins/examples), Example plugins you can look at to see how it's done.
Loading

0 comments on commit aa64d29

Please sign in to comment.