Skip to content

Add Docusaurus documentation site + GitHub Pages deploy#690

Merged
dennisonbertram merged 1 commit into
mainfrom
dennisonbertram/go-code-docusaurus-site
Jun 30, 2026
Merged

Add Docusaurus documentation site + GitHub Pages deploy#690
dennisonbertram merged 1 commit into
mainfrom
dennisonbertram/go-code-docusaurus-site

Conversation

@dennisonbertram

Copy link
Copy Markdown
Owner

Adds a complete documentation site under website/ and publishes it to GitHub Pages at https://dennisonbertram.github.io/go-code/.

  • 49 pages across Getting Started, Core Concepts, CLI & TUI, Server & API, Workflows, Integrations, Tutorials, Operations, and Reference.
  • Design: Vercel Geist system, Tailwind + ShadCN-style components, lucide icons, dark default.
  • Interactive: live-editable event viewer + a RunRequestBuilder that generates the /v1/runs JSON + curl.
  • Deploy: repoints the existing pages workflow to build website/ and deploy via actions/deploy-pages; baseUrl set to /go-code/ for the project site.

🤖 Generated with Claude Code

Adds a complete documentation site under website/ (49 pages: getting
started, concepts, CLI/TUI, server/API, workflows, integrations,
tutorials, operations, reference) built with Docusaurus 3, the Vercel
Geist design system, Tailwind + ShadCN-style components, and lucide
icons. Includes an interactive RunRequestBuilder and a live event
viewer.

Repoints the existing `pages` workflow to build website/ and publish
it to GitHub Pages; sets baseUrl to /go-code/ for the project site at
https://dennisonbertram.github.io/go-code/.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dennisonbertram dennisonbertram merged commit 8e8c4bc into main Jun 30, 2026

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fd0f1409c6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".


`symphd` supports five values for `workspace_type`. Choose based on your isolation and provisioning needs.

<Tabs>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Set an initial value for Radix tab groups

When this page first loads, this <Tabs> root has no defaultValue; because the shared wrapper is just TabsPrimitive.Root in website/src/components/ui/Tabs.tsx, Radix leaves every TabsContent inactive until a trigger is clicked. That makes the workspace-type explanation render as an empty tab strip on initial load. Set defaultValue="local" here (and equivalents for the other no-default groups) or make the wrapper select the first tab by default.

Useful? React with 👍 / 👎.

```

<Callout variant="info" title="No API key needed to smoke-test">
The daemon supports a fake provider mode that requires no LLM credentials. To run the key-free server smoke test: <code>go test ./internal/server/... -run TestRunSmoke</code>. See the <a href="/docs/getting-started/quickstart">Quickstart</a> for a full walkthrough using <code>HARNESS_PROVIDER=fake</code>.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use baseUrl-aware links for raw anchors

Because the site is configured with baseUrl: '/go-code/', this raw HTML <a href="/docs/..."> is emitted as a root-relative /docs/... link rather than /go-code/docs/... on GitHub Pages, so readers clicking it from the published site leave the app and hit a 404. Use a Markdown/Docusaurus Link or useBaseUrl for these raw anchors; the same pattern appears in the what-is-go-code card links.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant