docs: comprehensive documentation and sitemap updates#73
Conversation
…ummaries and guides
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@copilot review this pull request |
Here's my review of this PR: Slack → Discord migration ✅
Summary: The core changes (Discord migration, sitemap, llms.txt, HSTS) are solid. The non-standard |
There was a problem hiding this comment.
Pull request overview
Adds SEO and crawler-facing assets for the FeatBit docs site (sitemap/robots/llms) and updates Next.js config to emit an HSTS header.
Changes:
- Added
public/sitemap.xmlwith a full set of docs URLs andlastmodtimestamps. - Added
public/robots.txtandpublic/llms.txtto advertise sitemap and LLM-friendly entry points. - Updated
next.config.jsto send theStrict-Transport-Securityheader; removed an unused TS reference fromnext-env.d.ts.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| public/sitemap.xml | Introduces a static sitemap for docs URLs and last-modified metadata. |
| public/robots.txt | Allows crawling and points crawlers to sitemap (and llms.txt). |
| public/llms.txt | Provides an LLM-oriented index of key documentation and related repos. |
| next.config.js | Configures global response headers to include HSTS. |
| next-env.d.ts | Removes the next/navigation-types compat reference. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Allow: / | ||
|
|
||
| Sitemap: https://docs.featbit.co/sitemap.xml | ||
| LLMS: https://docs.featbit.co/llms.txt |
Includes documentation updates and sitemap changes from local commits.