mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-03 06:50:26 +00:00
First pass at adding an enterprise page
This commit is contained in:
parent
5b86fa9109
commit
7baa751351
6 changed files with 849 additions and 5 deletions
|
|
@ -36,6 +36,9 @@ export function Header(props: { zen?: boolean }) {
|
|||
<li>
|
||||
<a href="/docs">Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<A href="/enterprise">Enterprise</A>
|
||||
</li>
|
||||
<li>
|
||||
<Switch>
|
||||
<Match when={props.zen}>
|
||||
|
|
@ -107,6 +110,9 @@ export function Header(props: { zen?: boolean }) {
|
|||
<li>
|
||||
<a href="/docs">Docs</a>
|
||||
</li>
|
||||
<li>
|
||||
<A href="/enterprise">Enterprise</A>
|
||||
</li>
|
||||
<li>
|
||||
<Switch>
|
||||
<Match when={props.zen}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue