Skip to content

Commit

Permalink
docs: add Ray to openSourceAppList (#2045)
Browse files Browse the repository at this point in the history
  • Loading branch information
koujialong authored Jan 12, 2025
1 parent d0a710a commit 571cba7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions www/src/components/docs/openSourceAppList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,13 @@ const projects: App[] = [
linkName: "Squeak",
link: "https://playsqueak.com/",
},
{
description: "Ray - A full stack admin starter",
repoName: "koujialong/ray-admin",
repo: "https://github.com/koujialong/ray-admin",
linkName: "Ray",
link: "https://koujialong-ray.vercel.app/",
},
];

export default function OpenSourceAppList({
Expand Down

0 comments on commit 571cba7

Please sign in to comment.