Add IP Fabric documentation page (FR/EN) #27

Open
Damien wants to merge 1 commits from docs/ipfabric into main
Owner

Summary

  • Adds a new bilingual documentation page under /documentation/ip-fabric/ covering IP Fabric: what it is, how discovery/snapshots work, and initial use cases (topology as source of truth, intent checks, path lookup, snapshot comparison, Python SDK/MCP server).
  • Written as a companion piece to the AIOps blog series (linked from the intro), not part of the numbered series itself.
  • Structured as a living document — new use-case sections can be appended later without a rewrite.
  • Screenshot placeholders ([[CAPTURE: ...]]) left where a lab/UI capture would help; no images invented.
  • Added card links to both documentation/_index.{en,fr}.md so the page is discoverable from the section landing page.
  • Ran the humanize skill pass on both language versions.

Test plan

  • hugo build (matching CI's plain hugo invocation, no -D/-F) succeeds and generates documentation/ip-fabric/ and en/documentation/ip-fabric/ pages.
  • Visual check of the rendered page/cards once deployed.
## Summary - Adds a new bilingual documentation page under `/documentation/ip-fabric/` covering IP Fabric: what it is, how discovery/snapshots work, and initial use cases (topology as source of truth, intent checks, path lookup, snapshot comparison, Python SDK/MCP server). - Written as a companion piece to the AIOps blog series (linked from the intro), not part of the numbered series itself. - Structured as a living document — new use-case sections can be appended later without a rewrite. - Screenshot placeholders (`[[CAPTURE: ...]]`) left where a lab/UI capture would help; no images invented. - Added card links to both `documentation/_index.{en,fr}.md` so the page is discoverable from the section landing page. - Ran the humanize skill pass on both language versions. ## Test plan - [x] `hugo` build (matching CI's plain `hugo` invocation, no `-D`/`-F`) succeeds and generates `documentation/ip-fabric/` and `en/documentation/ip-fabric/` pages. - [ ] Visual check of the rendered page/cards once deployed.
Damien added 1 commit 2026-07-20 09:36:01 +00:00
Companion piece to the AIOps blog series, covering discovery/snapshots
and initial use cases (topology, intent checks, path lookup, snapshot
diff, Python SDK/MCP server). Structured as a living document for
future additions.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin docs/ipfabric:docs/ipfabric
git checkout docs/ipfabric
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Damien/Notebook#27