[PR #52] [MERGED] Adding website #9522

Closed
opened 2026-02-16 18:13:42 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/52
Author: @jayair
Created: 5/22/2025
Status: Merged
Merged: 5/22/2025
Merged by: @jayair

Base: devHead: docs


📝 Commits (7)

📊 Changes

24 files changed (+1986 additions, -0 deletions)

View changed files

www/.gitignore (+21 -0)
www/README.md (+54 -0)
www/astro.config.mjs (+62 -0)
www/bun.lock (+998 -0)
www/package.json (+21 -0)
www/public/favicon.svg (+3 -0)
www/public/social-share.png (+0 -0)
www/src/assets/lander/check.svg (+2 -0)
www/src/assets/lander/copy.svg (+2 -0)
www/src/assets/logo-dark.svg (+11 -0)
www/src/assets/logo-light.svg (+11 -0)
www/src/components/Hero.astro (+11 -0)
www/src/components/Lander.astro (+269 -0)
www/src/content.config.ts (+7 -0)
www/src/content/docs/docs/cli.mdx (+89 -0)
www/src/content/docs/docs/config.mdx (+88 -0)
www/src/content/docs/docs/index.mdx (+58 -0)
www/src/content/docs/docs/lsp-servers.mdx (+34 -0)
www/src/content/docs/docs/mcp-servers.mdx (+51 -0)
www/src/content/docs/docs/models.mdx (+34 -0)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/52 **Author:** [@jayair](https://github.com/jayair) **Created:** 5/22/2025 **Status:** ✅ Merged **Merged:** 5/22/2025 **Merged by:** [@jayair](https://github.com/jayair) **Base:** `dev` ← **Head:** `docs` --- ### 📝 Commits (7) - [`6cfcf51`](https://github.com/anomalyco/opencode/commit/6cfcf51752ec8d40104cead0b2602885c77a9c79) adding docs site - [`d9c1b2c`](https://github.com/anomalyco/opencode/commit/d9c1b2cc904ad9f3bf00c1492276a783a7febcf7) adding docs site - [`f768313`](https://github.com/anomalyco/opencode/commit/f768313c4f9123956459490f01663d280caf79e5) Moving readme to docs - [`4526b14`](https://github.com/anomalyco/opencode/commit/4526b14b17dc49f3ef4f3b1a1d02eff5c6b6b59f) Moving readme to docs - [`9049295`](https://github.com/anomalyco/opencode/commit/9049295cc961b250be6144585dde322e778534d7) Merge branch 'dev' into docs - [`6f89495`](https://github.com/anomalyco/opencode/commit/6f894950a632896d4e918524f7f064492c43b86e) adding other chapters - [`da9b2a1`](https://github.com/anomalyco/opencode/commit/da9b2a18b95c1c47d3505f0ebbf11ea7076494d3) editing docs ### 📊 Changes **24 files changed** (+1986 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `www/.gitignore` (+21 -0) ➕ `www/README.md` (+54 -0) ➕ `www/astro.config.mjs` (+62 -0) ➕ `www/bun.lock` (+998 -0) ➕ `www/package.json` (+21 -0) ➕ `www/public/favicon.svg` (+3 -0) ➕ `www/public/social-share.png` (+0 -0) ➕ `www/src/assets/lander/check.svg` (+2 -0) ➕ `www/src/assets/lander/copy.svg` (+2 -0) ➕ `www/src/assets/logo-dark.svg` (+11 -0) ➕ `www/src/assets/logo-light.svg` (+11 -0) ➕ `www/src/components/Hero.astro` (+11 -0) ➕ `www/src/components/Lander.astro` (+269 -0) ➕ `www/src/content.config.ts` (+7 -0) ➕ `www/src/content/docs/docs/cli.mdx` (+89 -0) ➕ `www/src/content/docs/docs/config.mdx` (+88 -0) ➕ `www/src/content/docs/docs/index.mdx` (+58 -0) ➕ `www/src/content/docs/docs/lsp-servers.mdx` (+34 -0) ➕ `www/src/content/docs/docs/mcp-servers.mdx` (+51 -0) ➕ `www/src/content/docs/docs/models.mdx` (+34 -0) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:13:42 -05:00
yindo closed this issue 2026-02-16 18:13:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#9522