Skip to content

Update geistdocs template#12104

Closed
molebox wants to merge 1 commit intomainfrom
geistdocs/update-template
Closed

Update geistdocs template#12104
molebox wants to merge 1 commit intomainfrom
geistdocs/update-template

Conversation

@molebox
Copy link
Contributor

@molebox molebox commented Mar 2, 2026

Summary

  • Pulls in latest geistdocs template files via npx @vercel/geistdocs update
  • Adds sitemap.md route for LLM-friendly documentation indexing
  • Includes any other template updates since last sync

Test plan

  • Verify the site builds successfully
  • Check /sitemap.md returns a valid markdown sitemap
  • Review diff for any unintended overwrites of customized files

🤖 Generated with Claude Code

Pulls in latest template files including sitemap.md for LLM-friendly documentation indexing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@molebox molebox requested a review from a team as a code owner March 2, 2026 09:25
@molebox molebox requested review from tknickman and removed request for a team March 2, 2026 09:25
@vercel
Copy link
Contributor

vercel bot commented Mar 2, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
examples-basic-web Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-designsystem-docs Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-gatsby-web Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-kitchensink-blog Error Error Open in v0 Mar 2, 2026 9:25am
examples-nonmonorepo Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-svelte-web Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-tailwind-web Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
examples-vite-web Ready Ready Preview, Comment, Open in v0 Mar 2, 2026 9:25am
turbo-site Error Error Open in v0 Mar 2, 2026 9:25am
turborepo-agents Error Error Open in v0 Mar 2, 2026 9:25am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
turborepo-test-coverage Skipped Skipped Open in v0 Mar 2, 2026 9:25am

"text/markdown": slug ? `/docs/${slug.join("/")}.md` : "/docs.md"
}
}
"text/markdown": slug ? `/docs/${slug}.md` : "/docs.md",
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
"text/markdown": slug ? `/docs/${slug}.md` : "/docs.md",
"text/markdown": slug ? `/docs/${slug.join("/")}.md` : "/docs.md",

Array slug used in template literal produces comma-separated path segments instead of slash-separated in metadata alternate URL.

Fix on Vercel

@molebox
Copy link
Contributor Author

molebox commented Mar 2, 2026

Closing — will redo with a targeted update containing only the sitemap.md changes.

@molebox molebox closed this Mar 2, 2026
@molebox molebox deleted the geistdocs/update-template branch March 2, 2026 11:45
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