Skip to content

DOCS-2997: Add the L2 bridge networking page structure - #2943

Merged
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:DOCS-2997-1-structure
Aug 21, 2026
Merged

DOCS-2997: Add the L2 bridge networking page structure#2943
ctauchen merged 1 commit into
tigera:mainfrom
ctauchen:DOCS-2997-1-structure

Conversation

@ctauchen

Copy link
Copy Markdown
Collaborator

Adds the page structure for L2 bridge networking in Calico Enterprise next. This is the first of a sequence of PRs. It lands the architecture so the page PRs that follow can each be reviewed on their own.

What this PR does:

  • Adds a new L2 bridge networking category under Networking, with the category landing page.
  • Adds a skeleton for each page in the set: the concept page, the two setup guides, the VM identity guide, and the troubleshooting guide.
  • Adds a skeleton for the support and limitations reference page.
  • Wires all of it into the Calico Enterprise sidebar.
  • Adds the feature-status entry so the tech preview status renders in the feature status table.

Each skeleton carries its headings and a short note under each heading saying what the section covers, so this reviews as an outline. The page bodies follow in later PRs, in the order a reader needs them: concept, then support and limitations, then the two setup guides, then VM identity, then troubleshooting, then the API reference.

Two things worth a reviewer's attention:

  • The support and limitations page lives under reference, following strict Diataxis, but appears inside the L2 bridge category in the sidebar so readers meet it beside the pages that cite it. Easy to move if you would rather it sat under Reference.
  • The feature ships as tech preview, so every page carries a tech preview admonition.

The plan behind this sequence, including the user stories each page serves and the open questions still with engineering, is tracked in DOCS-2997.

Add the page structure for L2 bridge networking in Calico Enterprise next.

This commit adds the category, the sidebar entries, and a skeleton for each
page. Each skeleton carries its headings and a short note under each heading
that says what the section covers. The page bodies follow in later commits,
one commit per page.

Add the feature-status entry so the tech preview status renders in the
feature status table.

The support and limitations page lives under reference, but appears in the
L2 bridge category in the sidebar so readers meet it beside the pages that
cite it.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@ctauchen
ctauchen requested a review from a team as a code owner August 21, 2026 10:35
Copilot AI lite review requested due to automatic review settings August 21, 2026 10:35
@netlify

netlify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Deploy Preview for calico-docs-preview-next ready!

Name Link
🔨 Latest commit eec7ac1
🔍 Latest deploy log https://app.netlify.com/projects/calico-docs-preview-next/deploys/6a882a0702ccb10008b8238c
😎 Deploy Preview https://deploy-preview-2943--calico-docs-preview-next.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 21, 2026

Copy link
Copy Markdown

Deploy Preview succeeded!

Built without sensitive environment variables

Name Link
🔨 Latest commit eec7ac1
🔍 Latest deploy log https://app.netlify.com/projects/tigera/deploys/6a882a07c62e7400086e7f59
😎 Deploy Preview https://deploy-preview-2943--tigera.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 66 (🔴 down 8 from production)
Accessibility: 98 (no change from production)
Best Practices: 92 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds the initial documentation IA (information architecture) and page scaffolding for Calico Enterprise “L2 bridge networking” in the “next” docs set, including sidebar wiring and feature-status metadata so the tech preview status can render in feature tables.

Changes:

  • Adds a new L2 bridge networking category (with landing page) and wires it into the Calico Enterprise sidebar.
  • Introduces MDX skeleton pages for the L2 bridge docs set (concept, setup guides, VM identity, troubleshooting) plus a support/limitations reference page.
  • Adds a feature-status.yaml entry for L2 bridge networking as tech preview in Calico Enterprise 3.24.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
sidebars-calico-enterprise.js Adds the new “L2 bridge networking” category and page entries to the Calico Enterprise sidebar.
data/feature-status.yaml Registers the L2 bridge networking feature as tech preview for Calico Enterprise 3.24.
calico-enterprise/reference/l2-bridge-support.mdx Adds a new reference page skeleton for L2 bridge support and limitations.
calico-enterprise/networking/l2-bridge/index.mdx Adds the L2 bridge category landing page (DocCardList-based).
calico-enterprise/networking/l2-bridge/about-l2-bridge.mdx Adds the concept/overview page skeleton for L2 bridge networking.
calico-enterprise/networking/l2-bridge/connect-vlan.mdx Adds the “Calico-managed bridge” setup guide skeleton for connecting to an existing VLAN.
calico-enterprise/networking/l2-bridge/byo-bridge.mdx Adds the “bring your own bridge” setup guide skeleton.
calico-enterprise/networking/l2-bridge/vm-identity.mdx Adds the VM identity (retain IP/MAC) guide skeleton.
calico-enterprise/networking/l2-bridge/troubleshoot.mdx Adds the troubleshooting guide skeleton for L2 bridge connectivity issues.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +6 to +11
# L2 bridge networking

import DocCardList from '@theme/DocCardList';
import { useCurrentSidebarCategory } from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items} />
Comment on lines +15 to +19
## Status

## Data plane support

## Platform requirements
@ctauchen
ctauchen merged commit 698034b into tigera:main Aug 21, 2026
9 of 10 checks passed
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.

2 participants