* docs: init project docs: design content header sticky docs: content docs: update starting guide docs: corrections docs: oidc, sso & more feat: landing page style: card design style: colors style: zerobyte logo style: corner content style: docs cards ci(docs): auto deploy to cloudflare docs: 3-2-1 strategy * fix: anchor links * style: refactor landing hero * feat: og * chore: fix ci * ci: build docs before publishing
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"projectName": "docs",
|
|
"mode": "file-router",
|
|
"typescript": true,
|
|
"packageManager": "npm",
|
|
"includeExamples": false,
|
|
"tailwind": true,
|
|
"addOnOptions": {},
|
|
"envVarValues": {},
|
|
"git": false,
|
|
"routerOnly": false,
|
|
"version": 1,
|
|
"framework": "react",
|
|
"chosenAddOns": ["nitro"]
|
|
}
|