wip: cloud
This commit is contained in:
@@ -8,6 +8,7 @@ import "./app.css";
|
|||||||
export default function App() {
|
export default function App() {
|
||||||
return (
|
return (
|
||||||
<Router
|
<Router
|
||||||
|
explicitLinks={true}
|
||||||
root={props => (
|
root={props => (
|
||||||
<MetaProvider>
|
<MetaProvider>
|
||||||
<Title>opencode</Title>
|
<Title>opencode</Title>
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default function Home() {
|
|||||||
|
|
||||||
<section data-component="cta">
|
<section data-component="cta">
|
||||||
<div data-slot="left">
|
<div data-slot="left">
|
||||||
<a target="_self" href="/docs">
|
<a href="/docs">
|
||||||
Get Started
|
Get Started
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@@ -82,7 +82,7 @@ export default function Home() {
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section data-component="zen">
|
<section data-component="zen">
|
||||||
<a target="_self" href="/docs/zen">
|
<a href="/docs/zen">
|
||||||
opencode zen
|
opencode zen
|
||||||
</a>
|
</a>
|
||||||
<span data-slot="description">, a curated list of models provided by opencode</span>
|
<span data-slot="description">, a curated list of models provided by opencode</span>
|
||||||
@@ -94,7 +94,7 @@ export default function Home() {
|
|||||||
</A>
|
</A>
|
||||||
</Match>
|
</Match>
|
||||||
<Match when={true}>
|
<Match when={true}>
|
||||||
<a target="_self" href="/auth/authorize">Sign in</a>
|
<a href="/auth/authorize">Sign in</a>
|
||||||
</Match>
|
</Match>
|
||||||
</Switch>
|
</Switch>
|
||||||
</section>
|
</section>
|
||||||
@@ -166,7 +166,7 @@ export default function Home() {
|
|||||||
<div data-slot="left">
|
<div data-slot="left">
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>opencode TUI with the tokyonight theme</figcaption>
|
<figcaption>opencode TUI with the tokyonight theme</figcaption>
|
||||||
<a target="_self" href="/docs/cli">
|
<a href="/docs/cli">
|
||||||
<img src={IMG_SPLASH} alt="opencode TUI with tokyonight theme" />
|
<img src={IMG_SPLASH} alt="opencode TUI with tokyonight theme" />
|
||||||
</a>
|
</a>
|
||||||
</figure>
|
</figure>
|
||||||
@@ -175,7 +175,7 @@ export default function Home() {
|
|||||||
<div data-slot="row1">
|
<div data-slot="row1">
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>opencode in VS Code</figcaption>
|
<figcaption>opencode in VS Code</figcaption>
|
||||||
<a target="_self" href="/docs/ide">
|
<a href="/docs/ide">
|
||||||
<img src={IMG_VSCODE} alt="opencode in VS Code" />
|
<img src={IMG_VSCODE} alt="opencode in VS Code" />
|
||||||
</a>
|
</a>
|
||||||
</figure>
|
</figure>
|
||||||
@@ -183,7 +183,7 @@ export default function Home() {
|
|||||||
<div data-slot="row2">
|
<div data-slot="row2">
|
||||||
<figure>
|
<figure>
|
||||||
<figcaption>opencode in GitHub</figcaption>
|
<figcaption>opencode in GitHub</figcaption>
|
||||||
<a target="_self" href="/docs/github">
|
<a href="/docs/github">
|
||||||
<img src={IMG_GITHUB} alt="opencode in GitHub" />
|
<img src={IMG_GITHUB} alt="opencode in GitHub" />
|
||||||
</a>
|
</a>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
Reference in New Issue
Block a user