Skip to content

Commit

Permalink
Docs: Add showcases
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Sep 17, 2024
1 parent b0611a8 commit b0bd94b
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 4 deletions.
36 changes: 32 additions & 4 deletions apps/docs/app/(home)/showcase/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ import Million from '@/public/showcases/million.png';
import Spot from '@/public/spot.png';
import Hiro from '@/public/showcases/hiro.png';
import DokPloy from '@/public/showcases/dokploy.png';
import CodeHike from '@/public/showcases/codehike.png';
import Expostarter from '@/public/showcases/expostarter.png';
import Sunar from '@/public/showcases/sunar.png';
import Supastarter from '@/public/showcases/supastarter.png';

export const metadata = createMetadata({
title: 'Showcase',
Expand Down Expand Up @@ -62,15 +66,31 @@ export default function Showcase(): React.ReactElement {
name: 'Hiro',
url: 'https://docs.hiro.so/stacks',
},
{
name: 'Typelytics',
url: 'https://typelytics.rhyssul.com',
},
{
image: FrameGround,
name: 'FrameGround',
url: 'https://docs.frameground.tech',
},
{
image: Sunar,
name: 'Sunar',
url: 'https://sunar.js.org',
},
{
image: Supastarter,
name: 'SupaStarter',
url: 'https://supastarter.dev',
},
{
image: CodeHike,
name: 'CodeHike',
url: 'https://codehike.org',
},
{
image: Expostarter,
name: 'ExpoStarter',
url: 'https://expostarter.com/docs',
},
{
name: "RUNFUNRUN's Blog",
url: 'https://runfunrun.dev',
Expand All @@ -85,6 +105,14 @@ export default function Showcase(): React.ReactElement {
name: 'xlog.systems',
url: 'https://www.xlog.systems',
},
{
name: 'Vision UI',
url: 'https://vision.uing.dev',
},
{
name: 'Typelytics',
url: 'https://typelytics.rhyssul.com',
},
];

return (
Expand Down
Binary file added apps/docs/public/showcases/codehike.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/public/showcases/expostarter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/public/showcases/sunar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added apps/docs/public/showcases/supastarter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Examples

The apps here are used to generate code examples for our docs.

Please be careful.

0 comments on commit b0bd94b

Please sign in to comment.