Skip to content

Update geistdocs template#428

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

Update geistdocs template#428
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>
@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)
streamdown Error Error Open in v0 Mar 2, 2026 9:06am

alternates: {
types: {
"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",

Using slug array directly in template literal produces comma-separated URL segments instead of slash-separated path for nested doc pages' alternates metadata.

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:44
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