pub fn export_wiki(
graph: &KnowledgeGraph,
communities: &HashMap<usize, Vec<String>>,
community_labels: &HashMap<usize, String>,
output_dir: &Path,
) -> Result<PathBuf>Expand description
Export wiki-style markdown documentation.
Generates a wiki/ directory with:
index.md— table of contents- One
.mdfile per community - One
.mdfile per god node (nodes with degree > average * 2)