Skip to content

docs(port): restore missing bare-metal nested-tab content (3 guides, hand-port)#76

Merged
Y0Coss merged 2 commits into
developfrom
port/new-docs-bare-metal-deferred-tabs
May 28, 2026
Merged

docs(port): restore missing bare-metal nested-tab content (3 guides, hand-port)#76
Y0Coss merged 2 commits into
developfrom
port/new-docs-bare-metal-deferred-tabs

Conversation

@Y0Coss

@Y0Coss Y0Coss commented May 28, 2026

Copy link
Copy Markdown
Collaborator

Three guides whose source-PR diffs landed inside legacy >> nested-tab content that the /legacy-batch-port skill couldn't apply because new-docs already had them as JSX. Hand-ported per /legacy-pr-port conventions:

  • lacp-enable-netplan (PR #9281): drop the now-incorrect "main private MAC is the lowest value" sub-paragraph from the :::info callout.
  • network-ipv6 (PR #9282): add "Step 4: Disable randomized IPv6 interface identifiers" inside the Windows Server 2019+ tab. Adds 2 PNGs.
  • vrack-configuring-on-dedicated-server (PR #9256): add CP-NAV block, consolidate the redundant "open Network menu" step in Step 2, prefix 4 nmcli commands with sudo (Fedora/NetworkManager tab).

Closes the bare-metal port stream begun with PR #67 (surgical) and PR #74 (re-migrate). All 7 locales touched per guide. No regression vs develop.

Original-URL: ovh/docs#9281
Original-URL: ovh/docs#9282
Original-URL: ovh/docs#9256

…hand-port)

Three guides whose source-PR diffs landed inside legacy `>>` nested-tab content
that the /legacy-batch-port skill couldn't apply because new-docs already had
them as <Tabs><Tab> JSX. Hand-ported per /legacy-pr-port conventions:

- lacp-enable-netplan (PR #9281): drop the now-incorrect "main private MAC
  is the lowest value" sub-paragraph from the :::info callout.
- network-ipv6 (PR #9282): add "Step 4: Disable randomized IPv6 interface
  identifiers" inside the Windows Server 2019+ tab. Adds 2 PNGs.
- vrack-configuring-on-dedicated-server (PR #9256): add CP-NAV block,
  consolidate the redundant "open Network menu" step in Step 2, prefix
  4 nmcli commands with sudo (Fedora/NetworkManager tab).

Closes the bare-metal port stream begun with PR #67 (surgical) and PR #74
(re-migrate). All 7 locales touched per guide. No regression vs develop.

Original-URL: ovh/docs#9281
Original-URL: ovh/docs#9282
Original-URL: ovh/docs#9256
@Y0Coss Y0Coss added the Bare Metal The PR documents Bare Cloud products: VPS, Dedicated Servers label May 28, 2026
The /legacy-batch-port run that produced PR #74 stripped the legacy
<style> block from every locale of ola-enable-debian9 except PT — the
PT file still carries CSS rules wrapped in <style>...</style>.

MDX 2 treats <style> as a JSX element and parses any {…} inside as
JSX expressions. The CSS declarations (color:rgb(...), padding-right:1ch
etc.) are not valid JavaScript expressions, so the acorn JSX expression
parser fails and CI build:pt aborts with:

  MDX compile error: Could not parse expression with acorn

Dropping the block aligns PT with the other six locales (none of which
have a <style> block in this guide) and unblocks the CI build for the
`port/new-docs-bare-metal-deferred-tabs` PR.

Original-bug: PR #74 (port/new-docs-bare-metal-remigrate)
@Y0Coss
Y0Coss merged commit 9bdafa2 into develop May 28, 2026
@Y0Coss
Y0Coss deleted the port/new-docs-bare-metal-deferred-tabs branch May 28, 2026 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bare Metal The PR documents Bare Cloud products: VPS, Dedicated Servers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant