To help humans and machines learn about defuss, three main requirements need to be met:
- Docs (website) exists and includes guides to learn about the concepts of defuss, including meaningful Mermaid diagrams; a quickstart guide allows setting up a project in under 5 minutes using
defuss-ssg, another 5 minutes for defuss-ssr. Deployment to at least Vercel and Cloudflare Pages in about 10 minutes.
- Docs (website) in-depth allow for understanding the purpose of every
package/* and example/* - this is sources from the pre-existing {README,ARCH,QUICKSTART,DEVELOPERS}.md files.
- API Docs (website) outline every exported symbol (function, variable, type, field) available in defuss, of every package. Therefore everything that is declared, has to have a comment of /** why it exists, how and when it is to be used*/
Of course, this will be built with packages/defuss-shadcn based on packages/defuss-ssg. The client-side search will be powered by packages/defuss-search.
To help humans and machines learn about defuss, three main requirements need to be met:
defuss-ssg, another 5 minutes fordefuss-ssr. Deployment to at least Vercel and Cloudflare Pages in about 10 minutes.package/*andexample/*- this is sources from the pre-existing{README,ARCH,QUICKSTART,DEVELOPERS}.mdfiles.Of course, this will be built with
packages/defuss-shadcnbased onpackages/defuss-ssg. The client-side search will be powered bypackages/defuss-search.