Infrastructure Discovery: split "Exploring Inventory" into Graph and Security pages - #2138
Open
claude[bot] wants to merge 1 commit into
Open
claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
…ecurity pages The Infrastructure Discovery section of Wallarm Console now has three top-level tabs — Graph, Security, and Attack Paths — replacing the single "Exploring Inventory" page that used to cover Graph and Security together. Docs now mirror that structure: one page per tab, nav order Overview, Setup, Graph, Security, Attack Paths. - New docs/latest/infrastructure-discovery/graph.md: the former "## Graph" section, reusing the existing graph-detail.png screenshot. - New docs/latest/infrastructure-discovery/security.md: the former "## Security" section (Assets, Findings, Drift Events, Policies, Rules), reusing all existing screenshots for those sub-tabs. - Removed exploring.md source and its 6.x/7.x wrappers; added graph.md and security.md wrappers in both version dirs (5.0 does not carry this section, left untouched). - Updated nav in mkdocs-6.x.yml and mkdocs-7.x.yml, homepage cards in docs/6.x/index.md and docs/7.x/index.md, and the llms.txt indexes. - Updated inbound cross-links in attack-paths.md and setup.md that pointed at exploring.md/#graph/#security/#findings/#policies. - Added redirects in docs/6.x/_redirects (root + /7.x/-prefixed) from the old exploring.md path and its anchors to the new pages. No product-logic changes — content reorganization only, following the repo's update-feature-docs skill. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018i2p2MmhbouoNrLnQgREhX
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
wallarm-docs | 14ad5b4 | Aug 28 2026, 10:36 AM |
Author
|
Requested by Anastasiia Popova · Slack thread Standing down on the Workers Builds: wallarm-docs failure on this PR (build
Could someone with dashboard access check the log for build |
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.
Requested by Anastasiia Popova · Slack thread
Before / After
Before: the Infrastructure Discovery section had a single "Exploring Inventory" page covering both the resource graph and the security posture content, while the Wallarm Console UI already presents them as two separate top-level tabs.
After: docs match the current UI with one page per tab. Nav order is now Overview, Setup, Graph, Security, Attack Paths (unchanged: Overview, Setup, Attack Paths).
infrastructure-discovery/graph.md) — the former "Graph" section: the relationship graph, filters, results panel, node details. Reuses the existinggraph-detail.pngscreenshot.infrastructure-discovery/security.md) — the former "Security" section in full: Assets, Findings (including blast radius and AI-assisted enrichment), Drift Events, Policies, Rules. Reuses all existing screenshots for those sub-tabs.No product-logic changes — this is a content reorganization only, per Anastasiia's request. All prose is carried over from the existing page; only the intro paragraphs on each new page are new, written to match the tone of the existing Overview/Setup/Attack Paths pages.
How
docs/latest/infrastructure-discovery/{graph,security}.md, removedexploring.md.--8<--wrappers indocs/6.x/anddocs/7.x/(Infrastructure Discovery does not exist indocs/5.0/, left untouched).mkdocs-6.x.yml/mkdocs-7.x.yml, the homepage cards indocs/6.x/index.md/docs/7.x/index.md, and thellms.txtindexes for both versions.attack-paths.mdandsetup.mdthat pointed atexploring.md/#graph/#security/#findings/#policies.docs/6.x/_redirects(the active root version's file, with both bare and/7.x/-prefixed rules) from the oldexploring/path and its anchors to the newgraph/andsecurity/pages and anchors.Verification
pip install -r requirements.txt,git submodule update --init --recursive.zensical build -f mkdocs-6.x.ymland-f mkdocs-7.x.yml— both clean, no issues.scripts/generate_raw_markdown.pyfor both configs, thenscripts/check_markdown_companions.py site— 636 pages checked, 3 exempt, 0 missing.scripts/check_redirects_budget.py docs/6.x/_redirects— 272 rules, 24 charged against the 100 cap.site/HTML for both new pages: correct titles, all seven Security sub-section anchors present, and cross-links between Graph/Security/Attack Paths resolve to the right relative URLs (../graph/,../security/,../security/#findings,../security/#policies).Note on checks: the four red checks (
deploy/netlify, "Pages changed", "Header rules", "Redirect rules") are a known-stale retired Netlify integration left over from before the move to Cloudflare Workers — not a real failure. The authoritative check is Workers Builds: wallarm-docs.Generated by Claude Code