Skip to content

Commit

Permalink
Merge pull request #8 from grafana/remove-panel-explainer
Browse files Browse the repository at this point in the history
Remove panelExplainer plugin extension link
  • Loading branch information
sd2k authored Aug 3, 2023
2 parents 6fa7011 + 8396190 commit 595c329
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 76 deletions.
1 change: 0 additions & 1 deletion src/extensions/index.ts

This file was deleted.

72 changes: 0 additions & 72 deletions src/extensions/panelExplainer.tsx

This file was deleted.

4 changes: 1 addition & 3 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { AppPlugin } from '@grafana/data';

import { App } from './components/App';
import { AppConfig } from './components/AppConfig';
import { panelExplainer } from './extensions';

export const plugin = new AppPlugin<{}>()
.setRootPage(App)
Expand All @@ -11,5 +10,4 @@ export const plugin = new AppPlugin<{}>()
icon: 'cog',
body: AppConfig,
id: 'configuration',
})
.configureExtensionLink(panelExplainer);
});

0 comments on commit 595c329

Please sign in to comment.