From 6b6928ebe94658292bc9cd26e947f4636457274c Mon Sep 17 00:00:00 2001 From: Mark Needham Date: Mon, 27 Jul 2020 16:42:42 +0100 Subject: [PATCH] add to menu --- _templates/menu_partial.erb | 1 + graph-data-science/graph-algorithms/graph-algorithms.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/_templates/menu_partial.erb b/_templates/menu_partial.erb index 8b0fca52..3c1e19c5 100644 --- a/_templates/menu_partial.erb +++ b/_templates/menu_partial.erb @@ -84,6 +84,7 @@
  • Graph Search Algorithms Overview
  • Path Finding Algorithms Overview
  • Centrality Algorithms Overview
  • +
  • Community Detection Algorithms Overview
  • Graph Embeddings Overview
  • Applied Graph Embeddings
  • Natural Language Processing (NLP)
  • diff --git a/graph-data-science/graph-algorithms/graph-algorithms.adoc b/graph-data-science/graph-algorithms/graph-algorithms.adoc index d8ad64b1..e98553e2 100644 --- a/graph-data-science/graph-algorithms/graph-algorithms.adoc +++ b/graph-data-science/graph-algorithms/graph-algorithms.adoc @@ -76,6 +76,7 @@ The following guides provide more details and background for various parts of th * link:/developer/graph-search-algorithms[Graph Search Algorithms] * link:/developer/path-finding-graph-algorithms[Path Finding Algorithms] * link:/developer/centrality-graph-algorithms[Centrality Algorithms] +* link:/developer/community-detection-graph-algorithms[Community Detection Algorithms] * link:/developer/graph-embeddings[Graph Embeddings]