ignore: zen

This commit is contained in:
Jay V
2025-09-02 17:28:32 -04:00
parent 023c4532c1
commit c141b88087
8 changed files with 347 additions and 171 deletions

View File

@@ -63,7 +63,7 @@ const createPortalUrl = action(async (returnUrl: string) => {
return withActor(() => Billing.generatePortalUrl({ returnUrl }))
}, "portalUrl")
export default function () {
export default function() {
/////////////////
// Keys section
@@ -180,9 +180,9 @@ export default function () {
<div data-slot="root">
{/* Title */}
<section data-slot="title-section">
<h1>Gateway</h1>
<h1>opencode zen</h1>
<p>
Coding models optimized for use with opencode. <a href="/docs">Learn more</a>.
Curated list of models provided by opencode. <a href="/docs/zen">Learn more</a>.
</p>
</section>