fix: repair broken tables left over from the Paligo migration#95
Merged
Conversation
Several tables lost data during the Markdown migration because Paligo's
merged cells collapsed into blank cells, shifting content into the wrong
columns:
- Build machine and backend worker IP address tables (main page and the
bitrise-build-hub duplicate): restructured the build machine IP ranges
into a shared partial with a two-column macOS/Linux layout, and the
backend worker IPs into a single-column table.
- Build machine types table on "Setting the stack for your builds": now
reuses the existing Partial_BuildMachineTypes instead of a broken,
duplicated table.
- CodePush pricing tiers and Release Management automation/notification
event tables: fixed columns that had shifted after the merged Stage/Plan
cells were dropped during migration.
Also fixed table-width and layout bugs caused by Infima's default
`table { display: block; overflow: auto; }`, which lets the browser
auto-size tables independently of their content and breaks percentage-
based column widths.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
bitrise-platform/infrastructure/build-machines/configuring-your-network-to-access-our-build-machinesand itsbitrise-build-hubduplicate): extracted the shared build-machine IP content intosrc/partials/ip-addresses-for-the-build-machines.mdx, reworked it as a two-column macOS/Linux table, and simplified the backend worker table to a single column.Partial_BuildMachineTypesinstead of a broken, duplicated table.table { display: block; overflow: auto; }, which let the browser auto-size tables independently of their content and broke percentage-based column widths.Test plan
npm startand spot-check each changed page renders correctly:/en/bitrise-platform/infrastructure/build-machines/configuring-your-network-to-access-our-build-machines/en/bitrise-build-hub/infrastructure/ip-addresses-for-the-build-machines/en/bitrise-ci/configure-builds/configuring-build-settings/setting-the-stack-for-your-builds/en/release-management/codepush/about-codepush/en/release-management/releases/configuring-a-release/release-automation/en/release-management/releases/configuring-a-release/configuring-slack-and-teams-notificationsip-addresses-for-the-build-machines.mdpath🤖 Generated with Claude Code