chore: document AGENTS.md

This commit is contained in:
rekram1-node
2025-06-26 08:28:06 -05:00
parent aaab785493
commit 9acc83697f
2 changed files with 47 additions and 3 deletions

View File

@@ -34,9 +34,7 @@ export default defineConfig({
starlight({
title: "opencode",
expressiveCode: { themes: ["github-light", "github-dark"] },
social: [
{ icon: "github", label: "GitHub", href: config.github },
],
social: [{ icon: "github", label: "GitHub", href: config.github }],
editLink: {
baseUrl: `${github}/edit/master/www/`,
},
@@ -53,6 +51,7 @@ export default defineConfig({
"docs",
"docs/cli",
"docs/config",
"docs/agents",
"docs/models",
"docs/themes",
"docs/keybinds",