Remove deprecated experiments documentation page
- [x] Understand the repository structure and identify files to remove
- [x] Remove the old experiments documentation page at
pages/docs/reports/apps/experiments.mdx - [x] Remove the reference to the old experiments page in
pages/docs/reports/apps.mdx - [x] Remove the reference to experiments from
pages/docs/reports/apps/_meta.ts - [x] Run spelling check to ensure no issues
- [x] Build the project to verify no errors
- [x] Verify changes accomplish the goal
- [x] Properly handle build artifacts in .gitignore
View original Slack conversation
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| docs | Preview | Comment | Dec 5, 2025 11:56pm |
@copilot can you fix this build error?
15:19:42.454
Error: Validation of "_meta" file has failed.
15:19:42.454
The field key "experiments" in `_meta` file refers to a page that cannot be found, remove this key from "_meta" file.
15:19:42.454
at e (/vercel/path0/.next/server/chunks/2884.js:3:227)
15:19:42.454
at e (/vercel/path0/.next/server/chunks/2884.js:4:531)
15:19:42.454
at e (/vercel/path0/.next/server/chunks/2884.js:4:531)
15:19:42.454
at e (/vercel/path0/.next/server/chunks/2884.js:4:531)
15:19:42.454
at /vercel/path0/.next/server/chunks/2884.js:1:95335
15:19:42.454
at Object.Kc [as useMemo] (/vercel/path0/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:60:240)
15:19:42.454
at exports.useMemo (/vercel/path0/node_modules/react/cjs/react.production.min.js:26:48)
15:19:42.454
at eo (/vercel/path0/.next/server/chunks/2884.js:1:95323)
15:19:42.454
at Wc (/vercel/path0/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:68:44)
15:19:42.454
at Zc (/vercel/path0/node_modules/react-dom/cjs/react-dom-server.browser.production.min.js:70:253)
@copilot can you fix this build error?
...
Fixed in d99c031. The issue was that the _meta.ts file in pages/docs/reports/apps/ still referenced the "experiments" page. I've removed that reference and verified the build completes successfully.
NEW:
OLD:
Verified that the page is removed.
@junhouse Unfortunately I hit an unexpected error while processing your comment. I've automatically reported this to GitHub.
You can ask me to try again later by mentioning me in a new comment.
If you want to contact GitHub about this error, please mention the following identifier so they can better serve you: 8a5edba3-6af6-42b7-b12c-a43d40581b6e
Sorry for the inconvenience!
lgtm, however do we want to redirect this old page to another one? if so, please update the redirects file
let me check with Neha