docs: enterprise setup page + v8 migration licence note; gitignore hygiene#1492
Merged
Conversation
…gration Add an Overview > Enterprise setup page covering how to install dockview-enterprise, apply the licence key via LicenseManager.setLicenseKey, and the watermark-not-lockout behaviour, and wire it into the sidebar. In the v8 migration guide, add a callout so a v7 upgrader knows the new opt-in options (pinnedTabs, smartGuides, layoutHistory, edge-group docking, and so on) are enterprise features that need the dockview-enterprise package and a key. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Ignore .claude/settings.local.json and .claude/worktrees/ (the latter holds full checkouts with node_modules), and the generated out/ dirs under scripts/record and packages/docs/scripts/record. The recorder tooling itself stays tracked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Two v8 readiness fixes surfaced by a docs/positioning review, plus repo hygiene.
A v7 upgrader following the migration guide would set an enterprise option (e.g.
pinnedTabs: true), see nothing happen, and have no on-site page explaining these needdockview-enterprise+ a licence key.Changes
overview/enterprise-setup.mdx: installdockview-enterprise(JS: use it instead ofdockview; frameworks: keep the binding + addimport 'dockview-enterprise'), apply the key viaLicenseManager.setLicenseKey, the watermark-not-lockout behaviour, and where to get a key. Wired into the Overview sidebar.settings.local.json,worktrees/) and generated recorderout/dirs; the recorder tooling itself stays tracked.All internal links verified to resolve; no em dashes (docs style).
🤖 Generated with Claude Code