Remove unused files#303
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e70c137ad9
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| --- | ||
| title: "Datasets" | ||
| icon: "chart-simple" | ||
| --- |
There was a problem hiding this comment.
Add redirect for removed datasets page
Deleting this file removes the public route /features/evaluations/datasets, but this commit does not add a redirect to the replacement datasets docs (for example /features/evaluations/datasets-overview). That creates a user-facing 404 for existing bookmarks or external links and violates the repo’s URL-stability guideline in AGENTS.md (preserve URLs or include redirects).
Useful? React with 👍 / 👎.
What changed
Removed unused docs/support files that are not referenced by the active Mintlify docs site or workflow:
.env.example_snippets/snippet-example.mdxarchive/features/evaluationsandrunning-requestsyarn.lockKept
style.cssbecause it styles the activeoverview.mdxpage.Validation
Ran:
Also ran
mint dev --no-openand smoke-tested with Browser:http://localhost:3000/overviewloaded.http://localhost:3000/quickstartand confirmed the Quickstart page loaded.Note: the first
mint validateattempt hit the local Mintlify cache permission issue, then passed after allowing cache refresh.