Service Discovery
This Astro portfolio is published as a static site on GitHub Pages. It exposes discovery resources for automated clients and agents.
Discovery Resources
- https://kabirnayeem99.github.io/.well-known/api-catalog (api-catalog) - application/linkset+json
- https://kabirnayeem99.github.io/docs/api.json (service-desc) - application/json
- https://kabirnayeem99.github.io/docs/api (service-doc) - text/html
- https://kabirnayeem99.github.io/sitemap.xml (describedby) - application/xml
- https://kabirnayeem99.github.io/index.md (alternate) - text/markdown
- https://kabirnayeem99.github.io/work.md (alternate) - text/markdown
- https://kabirnayeem99.github.io/project.md (alternate) - text/markdown
- https://kabirnayeem99.github.io/blog.md (alternate) - text/markdown
- https://kabirnayeem99.github.io/stats.md (alternate) - text/markdown
Header Limitation on GitHub Pages
GitHub Pages does not provide custom HTTP response headers for static
HTML routes, so homepage discovery links are also emitted in HTML
<link rel=...> tags.
If you put a reverse proxy/CDN in front of GitHub Pages, add equivalent
Link response headers there for strict header-based checks.