alepha@docs:~/docs/packages/alepha/react$
cat sitemap.md | pretty1 min read
Last commit:
#Alepha - React Sitemap
#Installation
Part of the alepha package. Import from alepha/react/sitemap.
npm install alepha
#Overview
Sitemap generation for React applications.
Exposes the {@link $sitemap} primitive, which serves a sitemap.xml built
from the app's $page primitives — live at request time and prerendered to a
static file at build time.
#API Reference
#Primitives
$sitemap— Expose asitemap.xmlgenerated from the application's$pageprimitives.