Skip to content

Commit

Permalink
Try to frame embeddable wording based on what a developer's goals are.
Browse files Browse the repository at this point in the history
  • Loading branch information
stacey-gammon committed Jun 1, 2020
1 parent dd9e53e commit fa2b9e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/embeddable_explorer/public/plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ export class EmbeddableExplorerPlugin implements Plugin<void, void, {}, StartDep
developerExamples.register({
appId: 'embeddableExplorer',
title: 'Embeddables',
description: `See how to build a "hello world" embeddable, an embeddable container, and how embeddable input and output is used.`,
description: `Multiple embeddable examples showcase how to build custom dashboard widgets, how to build your own custom "container"
(like a dashboard but imagine you want to render the panels differently), and how to embed anything that can show up in a dashboard
in your own UI and app, that comes pre-connected with actions built by other developers.
`,
links: [
{
label: 'README',
Expand Down

0 comments on commit fa2b9e6

Please sign in to comment.