Conversation
|
Closing — the goal of this PR (a public website at amd-gaia.ai) has been achieved via the Mintlify docs site instead of a separate Astro+Tailwind landing page. Current state:
Why not rebase:
If we later want a richer marketing landing page on top of the docs, it should be a fresh PR built against current `main` rather than reviving this one. |
|
Reopened — to be revisited in a future milestone. Branch is significantly out of date relative to |
Astro + Tailwind static site for amd-gaia.ai serving two audiences: - End users: hero, feature highlights, download buttons, install commands - Developers: Python SDK and C++ Framework code examples, doc links Rebased onto current main (was ~700 files / ~6 weeks behind). The canonical /docs experience continues to be served by the Mintlify site in docs/; this Astro project is a separate marketing landing layer. Adds website label to the auto-labeler config so future website-only PRs are tagged automatically.
b276e2f to
302e7b0
Compare
|
Rebased onto current
Skipped the unrelated "Agent SDK changes" → "Chat SDK changes" comment edit from the old branch since main has since reverted to "Agent SDK changes" naming. PR is now MERGEABLE and CI is running fresh. |
Summary
Astro + Tailwind landing page for amd-gaia.ai serving two audiences:
End users — Download the desktop Agent UI installer, see what GAIA can do
Developers — Explore the Python SDK and C++ framework, build custom agents
Key Pages
Technical
Test plan
cd website && npm install && npm run buildsucceedsnpx serve dist -sserves the site locally