Skip to content
This repository has been archived by the owner on Aug 6, 2020. It is now read-only.

Commit

Permalink
add to menu
Browse files Browse the repository at this point in the history
  • Loading branch information
mneedham committed Jul 27, 2020
1 parent d59fe06 commit 6b6928e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _templates/menu_partial.erb
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<li><a href="/developer/graph-search-algorithms/">Graph Search Algorithms Overview</a></li>
<li><a href="/developer/path-finding-graph-algorithms/">Path Finding Algorithms Overview</a></li>
<li><a href="/developer/centrality-graph-algorithms/">Centrality Algorithms Overview</a></li>
<li><a href="/developer/community-detection-graph-algorithms/">Community Detection Algorithms Overview</a></li>
<li><a href="/developer/graph-embeddings/">Graph Embeddings Overview</a></li>
<li><a href="/developer/applied-graph-embeddings/">Applied Graph Embeddings</a></li>
<li><a href="/developer/nlp/">Natural Language Processing (NLP)</a></li>
Expand Down
1 change: 1 addition & 0 deletions graph-data-science/graph-algorithms/graph-algorithms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6b6928e

Please sign in to comment.