Draft
Conversation
|
- Moved docs-next/ directory to docs/ - Preserved docs/_data/ directory with supporter scripts - Updated all references to docs-next in: - package.json (npm scripts) - README.md (logo path) - eslint.config.js (ignore patterns) - docs/package.json (name and script paths) - docs/README.md (instructions) - docs/_data/supporters.js (comments) Co-authored-by: mark-wiemer <7833360+mark-wiemer@users.noreply.github.com>
- Renamed supporters.js to supporters.cjs to maintain CommonJS compatibility - Updated docs/package.json to reference .cjs file - Updated docs/netlify.toml to use correct docs/dist/ path - Updated docs/package-lock.json to reflect new package name Co-authored-by: mark-wiemer <7833360+mark-wiemer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rename docs-next/ directory to docs/
Rename docs-next/ to docs/
Feb 6, 2026
Member
|
@copilot regenerate the modified package-lock.json using npm 10.x |
Regenerated both root package-lock.json and docs/package-lock.json using npm 10.9.4 to match CI environment and ensure compatibility. Co-authored-by: mark-wiemer <7833360+mark-wiemer@users.noreply.github.com>
Contributor
Author
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5682 +/- ##
==========================================
+ Coverage 88.40% 89.35% +0.95%
==========================================
Files 66 64 -2
Lines 4794 4743 -51
Branches 978 978
==========================================
Hits 4238 4238
+ Misses 556 505 -51 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Plan: Rename docs-next/ to docs/
docs/is still needed (only _data directory was needed)docs-next/is the active documentationdocs-nextin repository filesSummary
Successfully renamed
docs-next/todocs/to reflect that this is now the current documentation directory. All references throughout the codebase have been updated. The_data/directory with supporter scripts has been preserved in the new location. One file was renamed from.jsto.cjsto maintain CommonJS compatibility with the ES module package.json in the docs directory.Package-lock.json files have been regenerated using npm 10.9.4 to match the CI environment.
All tests pass, linter passes, and security scans found no issues.
Original prompt
docs-next/todocs/#5676💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.