Skip to content

Commit a42a609

Browse files
authored
Move Graph analytics page in the Graph chapter (#728)
* move graph analytics * review
1 parent 01c2a96 commit a42a609

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

site/content/3.13/data-science/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Graph analytics can answer questions like _**Who are the most connected persons*
5353

5454
ArangoDB offers _Graph Analytics Engines_ to run algorithms such as
5555
connected components, label propagation, and PageRank on your data. This feature
56-
is available for the ArangoGraph Insights Platform. See
57-
[Graph Analytics](graph-analytics.md) for details.
56+
is available for the ArangoGraph Insights Platform. See
57+
[Graph Analytics](../graphs/graph-analytics.md) for details.
5858

5959
### GraphML
6060

site/content/3.13/data-science/graph-analytics.md renamed to site/content/3.13/graphs/graph-analytics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
---
22
title: Graph Analytics
33
menuTitle: Graph Analytics
4-
weight: 123
4+
weight: 115
55
description: |
66
ArangoGraph offers Graph Analytics Engines to run graph algorithms on your
77
data separately from your ArangoDB deployments
8+
aliases:
9+
- ../data-science/graph-analytics
810
---
911
Graph analytics is a branch of data science that deals with analyzing information
1012
networks known as graphs, and extracting information from the data relationships.

0 commit comments

Comments
 (0)