Skip to content

Commit 55940f0

Browse files
authored
feat: add new homepage; add /ai page (#29)
* design marketing style homepage; add /ai page * fix(chat): remove phantom space on the bottom of chat window when there are no messages initially
1 parent c0c3f1b commit 55940f0

File tree

14 files changed

+556
-194
lines changed

14 files changed

+556
-194
lines changed

apps/docs/app/(home)/layout.tsx

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -309,26 +309,6 @@ export default function Layout({ children }: { children: ReactNode }) {
309309
return (
310310
<AISidebarProvider>
311311
<div className="flex flex-col">
312-
<Banner
313-
id="mesh-banner"
314-
variant="rainbow"
315-
className='border'
316-
rainbowColors={[
317-
'#232323',
318-
'white',
319-
'transparent',
320-
]}
321-
>
322-
🎉 Mesh now provides LLMs.txt to give you better AI coding assistance for Cardano development. You can find it at
323-
<Link
324-
href="/llms.txt"
325-
className="underline underline-offset-4 decoration-2 ml-1"
326-
target="_blank"
327-
rel="noopener noreferrer"
328-
>
329-
/llms.txt
330-
</Link>
331-
</Banner>
332312
<HomeLayout
333313
{...baseOptions}
334314
searchToggle={{

0 commit comments

Comments
 (0)