Skip to content

Commit be7cd25

Browse files
Merge pull request #760 from aspeddro/remove-template-section
Add new templates urls
2 parents a9e8601 + 51ec85f commit be7cd25

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

src/layouts/LandingPageLayout.res

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -589,30 +589,28 @@ module CuratedResources = {
589589
<div className="text-gray-40"> {React.string("NextJS")} </div>
590590
</>,
591591
descr: "Get started with our NextJS starter template.",
592-
href: "https://github.com/ryyppy/rescript-nextjs-template",
592+
href: "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-nextjs/README.md",
593593
},
594-
/*
595594
{
596595
imgSrc: "/static/vitejs_starter_logo.svg",
597596
title: <>
598597
<div> {React.string("ReScript & ")} </div>
599598
<div style={ReactDOM.Style.make(~color="#6571FB", ())}> {React.string("ViteJS")} </div>
600599
</>,
601600
descr: "Get started with ViteJS and ReScript.",
602-
href: "/",
601+
href: "https://github.com/rescript-lang/create-rescript-app/blob/master/templates/rescript-template-vite/README.md",
603602
},
604-
{
605-
imgSrc: "/static/nodejs_starter_logo.svg",
606-
title: <>
607-
<div> {React.string("ReScript & ")} </div>
608-
<div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
609-
{React.string("NodeJS")}
610-
</div>
611-
</>,
612-
descr: "Get started with ReScript targeting the Node platform.",
613-
href: "/",
614-
},
615-
*/
603+
// {
604+
// imgSrc: "/static/nodejs_starter_logo.svg",
605+
// title: <>
606+
// <div> {React.string("ReScript & ")} </div>
607+
// <div className="text-gray-40" style={ReactDOM.Style.make(~color="#699D65", ())}>
608+
// {React.string("NodeJS")}
609+
// </div>
610+
// </>,
611+
// descr: "Get started with ReScript targeting the Node platform.",
612+
// href: "/",
613+
// },
616614
]
617615

618616
@react.component

0 commit comments

Comments
 (0)