mirror of
https://github.com/sst/opencode.git
synced 2025-08-31 02:07:24 +00:00
docs: test
This commit is contained in:
parent
9a573dedc6
commit
addbe295b1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ const { headerLinks } = globalThis.toolbeamDocsThemeConfig ?? {};
|
||||||
<SiteTitle {...Astro.props} />
|
<SiteTitle {...Astro.props} />
|
||||||
</div>
|
</div>
|
||||||
<div class="middle-group sl-flex">
|
<div class="middle-group sl-flex">
|
||||||
|
here
|
||||||
{
|
{
|
||||||
headerLinks?.map(({ name, url }) => (
|
headerLinks?.map(({ name, url }) => (
|
||||||
<a class="links" href={url}>{name}</a>
|
<a class="links" href={url}>{name}</a>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue