The docs site's page title read "punktfunk docs". Fixed that and swept the rest of the tree for the same defect, capitalizing the brand wherever it is shown to a human and leaving it lowercase where it is a technical identifier (CLI/package names, `punktfunk://` scheme, PnP enumerator, TLS SNI, logcat tag, config paths, CMS tenant id). User-visible fixes: - docs-site: page title -> "Punktfunk Docs"; API reference title, meta description and the branded bar's aria-label; the BrandMark/Wordmark SVG accessible names (the web console already had these capitalized -- the docs site had drifted from it). - Android: six strings of live UI copy -- the local-network permission dialog (x2), the connect-screen error banner, and the no-controller explainer. - Apple: the "No Hosts" empty-state text and the fallback display name for a host that advertises no instance name. - Windows client: the `--discover` progress line. - KWin fake-input: the application name passed to `authenticate()` (the grant is cached per-exe, so the string is display-only). - THIRD-PARTY-NOTICES: fixed in both generators (about.hbs and gen-third-party-notices.py) and applied to the three checked-in outputs so they match what a regeneration now produces. Every changed line differs from the original only by letter case, so line lengths are unchanged and no formatter width rule is affected. `cargo fmt --all --check` passes.
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "punktfunk-docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Punktfunk documentation site — Fumadocs on TanStack Start (Vite + Nitro/bun)",
|
|
"scripts": {
|
|
"dev": "vite dev --port 3001",
|
|
"build": "vite build",
|
|
"start": "bun run .output/server/index.mjs",
|
|
"lint": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/geist": "^5.2.9",
|
|
"@scalar/api-reference-react": "^0.9.47",
|
|
"@tanstack/react-router": "^1.121.0",
|
|
"@tanstack/react-start": "^1.121.0",
|
|
"@unom/app-ui": "^0.1.0",
|
|
"@unom/style": "^0.4.4",
|
|
"@unom/ui": "^0.8.16",
|
|
"fumadocs-core": "^16.10.5",
|
|
"fumadocs-ui": "^16.10.5",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@tanstack/nitro-v2-vite-plugin": "^1.155.0",
|
|
"@types/mdx": "^2.0.14",
|
|
"@types/node": "^22.10.0",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^5",
|
|
"fumadocs-mdx": "^15.0.12",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.7.0",
|
|
"vite": "^7.3.5",
|
|
"vite-tsconfig-paths": "^5.1.0"
|
|
}
|
|
}
|