Skip to content

Agent skill sync with docs: add table column widths - #7239

Merged
ethanpalm merged 1 commit into
mainfrom
mintlify/06263ef1
Sep 3, 2026
Merged

Agent skill sync with docs: add table column widths#7239
ethanpalm merged 1 commit into
mainfrom
mintlify/06263ef1

Conversation

@mintlify

@mintlify mintlify Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

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 for reference/components.md now mentions table column widths.

Context

  • Source: create/list-table.mdx update in Update from code changes: document table column widths #7211 ("document table column widths with colgroup").
  • Other changes in the review window (automations UI refresh, editor pruning, mintlify.sitemintlifysite.com domain rename, Vale/style fixes) do not affect facts taught by the skill.
  • Validation: npm test, npm run check, npm run build, and git diff --check all passed.
  • The existing sync workflow will distribute the canonical skill to plugin repositories after merge.

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.md gains 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.md updates the reference/components.md index 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.

@mintlify

mintlify Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview Sep 3, 2026, 4:12 PM

@mintlify

mintlify Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor Author

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
tomee 🟡 Building Sep 3, 2026, 4:11 PM

💡 Tip: Enable Automations to automatically generate PRs for you.

@ethanpalm
ethanpalm merged commit 0634133 into main Sep 3, 2026
6 checks passed
@ethanpalm
ethanpalm deleted the mintlify/06263ef1 branch September 3, 2026 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant