From 46eeb7eeab7fb66895c59d743e49b398f971e015 Mon Sep 17 00:00:00 2001 From: Paula Date: Mon, 30 Jun 2025 13:03:05 +0200 Subject: [PATCH 1/2] move graph analytics --- site/content/3.13/data-science/_index.md | 3 +-- site/content/3.13/{data-science => graphs}/graph-analytics.md | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) rename site/content/3.13/{data-science => graphs}/graph-analytics.md (99%) diff --git a/site/content/3.13/data-science/_index.md b/site/content/3.13/data-science/_index.md index c543cebc6e..ad676a358e 100644 --- a/site/content/3.13/data-science/_index.md +++ b/site/content/3.13/data-science/_index.md @@ -53,8 +53,7 @@ Graph analytics can answer questions like _**Who are the most connected persons* ArangoDB offers _Graph Analytics Engines_ to run algorithms such as connected components, label propagation, and PageRank on your data. This feature -is available for the ArangoGraph Insights Platform. See -[Graph Analytics](graph-analytics.md) for details. +is available for the ArangoGraph Insights Platform. ### GraphML diff --git a/site/content/3.13/data-science/graph-analytics.md b/site/content/3.13/graphs/graph-analytics.md similarity index 99% rename from site/content/3.13/data-science/graph-analytics.md rename to site/content/3.13/graphs/graph-analytics.md index 18df401e84..e02d852392 100644 --- a/site/content/3.13/data-science/graph-analytics.md +++ b/site/content/3.13/graphs/graph-analytics.md @@ -5,6 +5,8 @@ weight: 123 description: | ArangoGraph offers Graph Analytics Engines to run graph algorithms on your data separately from your ArangoDB deployments +aliases: + - ../data-science/graph-analytics --- Graph analytics is a branch of data science that deals with analyzing information networks known as graphs, and extracting information from the data relationships. From 0a91c38b0bac0d18c5ab269712bb0006f87e4153 Mon Sep 17 00:00:00 2001 From: Paula Date: Tue, 1 Jul 2025 10:38:50 +0200 Subject: [PATCH 2/2] review --- site/content/3.13/data-science/_index.md | 3 ++- site/content/3.13/graphs/graph-analytics.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site/content/3.13/data-science/_index.md b/site/content/3.13/data-science/_index.md index ad676a358e..8655091987 100644 --- a/site/content/3.13/data-science/_index.md +++ b/site/content/3.13/data-science/_index.md @@ -53,7 +53,8 @@ Graph analytics can answer questions like _**Who are the most connected persons* ArangoDB offers _Graph Analytics Engines_ to run algorithms such as connected components, label propagation, and PageRank on your data. This feature -is available for the ArangoGraph Insights Platform. +is available for the ArangoGraph Insights Platform. See +[Graph Analytics](../graphs/graph-analytics.md) for details. ### GraphML diff --git a/site/content/3.13/graphs/graph-analytics.md b/site/content/3.13/graphs/graph-analytics.md index e02d852392..ee01851ba8 100644 --- a/site/content/3.13/graphs/graph-analytics.md +++ b/site/content/3.13/graphs/graph-analytics.md @@ -1,7 +1,7 @@ --- title: Graph Analytics menuTitle: Graph Analytics -weight: 123 +weight: 115 description: | ArangoGraph offers Graph Analytics Engines to run graph algorithms on your data separately from your ArangoDB deployments