mirror of
https://github.com/mathuo/dockview
synced 2026-09-16 02:48:51 +00:00
Styling & UX - Refine sidebar, table, admonition and code-block styling; adjust header/h1 sizing; switch the code theme to GitHub (light) / One Dark (dark) with a readable comment-contrast override - Add a landing-page stat strip, a clickable live-demo affordance and a closing call-to-action; hygiene fixes to the footer, newsletter widget and dead code Content - Normalise headings and frontmatter titles to sentence case, British-English spelling and "Dockview" capitalisation across all pages - Fix broken code fences, typos and incorrect API identifiers - Rename maxmizedGroups -> maximizedGroups, replace the docs index stub, disambiguate duplicate pages, and add lead intros plus "See also" links Examples - Complete every dockview example template across all four frameworks (react/vue/angular/typescript) and add iframe, keyboard and full-width-tab - Migrate all remaining sandbox-backed embeds to CodeRunner templates and delete the now-unused sandboxes; reconcile the examples page with templates API reference - Add dockview-react and dockview-angular to the TypeDoc entry points, broaden dockview-vue coverage, and make the generator iterate all packages - Correct Angular DocRef type names and regenerate api.output.json so every reference block resolves Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
14 lines
315 B
JSON
14 lines
315 B
JSON
{
|
|
"entryPoints": [
|
|
"packages/dockview",
|
|
"packages/dockview-core",
|
|
"packages/dockview-react",
|
|
"packages/dockview-vue",
|
|
"packages/dockview-angular"
|
|
],
|
|
"name": "Dockview",
|
|
"entryPointStrategy": "packages",
|
|
"includeVersion": true,
|
|
"logLevel": "Verbose"
|
|
}
|