Agent skill sync with docs: add table column widths - #7239
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
ethanpalm
approved these changes
Sep 3, 2026
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
Sync the canonical Mintlify agent skill with the newly documented table column-width control.
Changes
reference/components.md: new "Table column widths" section covering the<colgroup>requirement (every<col>must declare a width or Mintlify ignores all widths) with an HTML example.SKILL.md: reference index entry forreference/components.mdnow mentions table column widths.Context
create/list-table.mdxupdate in Update from code changes: document table column widths #7211 ("document table column widths with colgroup").mintlify.site→mintlifysite.comdomain rename, Vale/style fixes) do not affect facts taught by the skill.npm test,npm run check,npm run build, andgit diff --checkall passed.Note
Low Risk
Documentation-only updates to the agent skill reference; no runtime, auth, or product code changes.
Overview
Syncs the canonical Mintlify agent skill with public docs on controlling table column widths.
reference/components.mdgains a Table column widths section: use an HTML<table>with<colgroup>and a width on every<col>(attribute or inline style); partial widths are ignored and columns fall back to content sizing, with horizontal scroll when the table is wider than the page. An API-style parameter table example is included.SKILL.mdupdates thereference/components.mdindex row so agents know that file also covers table column widths.Reviewed by Cursor Bugbot for commit b3272d1. Bugbot is set up for automated code reviews on this repo. Configure here.