Skip to content

Commit

Permalink
Removing remaning references to Foxglove (#301)
Browse files Browse the repository at this point in the history
**Description**

This PR aims to remove old references to Foxglove that was still in the
stories files.
  • Loading branch information
laisspportugal authored Dec 11, 2024
1 parent d7f05f0 commit 9b1d50c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const installedExtensions: ExtensionInfo[] = _.range(1, 10).map((index) => ({
displayName: `Private Extension Name ${index + 1}`,
description: "Private extension sample description",
publisher: "Private Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: `1.${index}`,
keywords: ["storybook", "testing"],
Expand All @@ -40,7 +40,7 @@ const marketplaceExtensions: ExtensionInfo[] = [
displayName: "Extension Name",
description: "Extension sample description",
publisher: "Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: "1.2.10",
keywords: ["storybook", "testing"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,9 @@ const extension: ExtensionMarketplaceDetail = {
description: "Extension sample description",
qualifiedName: "Qualified Extension Name",
publisher: "Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: "1.2.10",
readme: "https://foxglove.dev/storyextension/readme",
changelog: "https://foxglove.dev/storyextension/changelog",
foxe: "https://foxglove.dev/storyextension/extension.foxe",
keywords: ["storybook", "testing"],
time: {
modified: "2021-05-19T21:37:40.166Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const installedExtensions: ExtensionInfo[] = [
displayName: "Private Extension Name",
description: "Private extension sample description",
publisher: "Private Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: "1.2.10",
keywords: ["storybook", "testing"],
Expand All @@ -52,7 +52,7 @@ const installedExtensions: ExtensionInfo[] = [
displayName: "Extension Name",
description: "Extension sample description",
publisher: "Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: "1.2.10",
keywords: ["storybook", "testing"],
Expand All @@ -68,7 +68,7 @@ const marketplaceExtensions: ExtensionInfo[] = [
displayName: "Extension Name",
description: "Extension sample description",
publisher: "Publisher",
homepage: "https://foxglove.dev/",
homepage: "https://github.com/Lichtblick-Suite",
license: "MIT",
version: "1.2.10",
keywords: ["storybook", "testing"],
Expand Down

0 comments on commit 9b1d50c

Please sign in to comment.