Skip to content

Commit

Permalink
Swap out links to polished example apps for js, react, vue, node (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmawillis authored Nov 28, 2023
1 parent cdb2f2a commit 2f2f960
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions docs/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,35 @@ Welcome to the Example Apps page, which showcases example applications using the
<CustomDocCardList columnWidth={6} items={[
{
type: 'link',
href: 'https://github.com/DevCycleHQ/js-sdks/tree/main/examples/js/web-elements-app',
href: 'https://github.com/DevCycleHQ-Labs/example-javascript',
label: 'JavaScript',
description: 'hidden',
iconSet: 'fab',
icon:'js'
},
{
type: 'link',
href: 'https://github.com/DevCycleHQ-Labs/example-react-with-provider',
label: 'React Provider',
description: 'hidden',
iconSet: 'fab',
icon:'react'
},
{
type: 'link',
href: 'https://github.com/DevCycleHQ/js-sdks/tree/main/examples/nextjs',
label: 'React (NextJS)',
description: 'hidden',
iconSet: 'fab',
icon:'react'
iconSet: 'fab',
icon:'react'
},
{
type: 'link',
href: 'https://github.com/DevCycleHQ-Labs/example-vue3',
label: 'Vue JS',
description: 'hidden',
iconSet: 'fab',
icon:'vuejs'
},
{
type: 'link',
Expand Down Expand Up @@ -66,7 +82,7 @@ icon:'toggle-on'
<CustomDocCardList columnWidth={6} items={[
{
type: 'link',
href: 'https://github.com/DevCycleHQ/js-sdks/tree/main/examples/nodejs-local',
href: 'https://github.com/DevCycleHQ-Labs/example-nodejs',
label: 'NodeJS',
description: 'hidden',
iconSet: 'fab',
Expand Down

1 comment on commit 2f2f960

@vercel
Copy link

@vercel vercel bot commented on 2f2f960 Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.