Module

cli.commands.graph.bridges

Bridge pages and navigation bottleneck analysis command.

Functions

bridges
🌉 Identify bridge pages and navigation bottlenecks. Analyzes navigation paths to find: - Bridge pa…
5 None
def bridges(top_n: int, metric: str, format: str, config: str, source: str) -> None

🌉 Identify bridge pages and navigation bottlenecks.

Analyzes navigation paths to find:

  • Bridge pages (high betweenness): Pages that connect different parts of the site
  • Accessible pages (high closeness): Pages easy to reach from anywhere
  • Navigation bottlenecks: Critical pages for site navigation

Use path analysis to:

  • Optimize navigation structure
  • Identify critical pages
  • Improve content discoverability
  • Find navigation gaps

Parameters 5

Name Type Default Description
top_n int
metric str
format str
config str
source str