mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-02 06:20:29 +00:00
Adding share page
This commit is contained in:
parent
25623d1f84
commit
deacf5991a
7 changed files with 564 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
|||
// @ts-check
|
||||
import { defineConfig } from "astro/config";
|
||||
import starlight from "@astrojs/starlight";
|
||||
import solidJs from "@astrojs/solid-js";
|
||||
import theme from "toolbeam-docs-theme";
|
||||
import { rehypeHeadingIds } from "@astrojs/markdown-remark";
|
||||
import rehypeAutolinkHeadings from "rehype-autolink-headings";
|
||||
|
|
@ -20,6 +21,7 @@ export default defineConfig({
|
|||
],
|
||||
},
|
||||
integrations: [
|
||||
solidJs(),
|
||||
starlight({
|
||||
title: "OpenCode",
|
||||
social: [
|
||||
|
|
@ -49,6 +51,7 @@ export default defineConfig({
|
|||
],
|
||||
components: {
|
||||
Hero: "./src/components/Hero.astro",
|
||||
Header: "./src/components/Header.astro",
|
||||
},
|
||||
plugins: [theme({
|
||||
// Optionally, add your own header links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue