Skip to content

Commit 24b8aa7

Browse files
committed
Move About ArangoDB out of versioned folder to ArangoDB top-level and move Features and Use cases under it
1 parent 8c1ed34 commit 24b8aa7

File tree

18 files changed

+510
-589
lines changed

18 files changed

+510
-589
lines changed

site/content/arangodb/3.10/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Recommended Resources
33
menuTitle: '3.10'
4-
weight: 1
4+
weight: 99
55
layout: default
66
---
77
{{< cloudbanner >}}

site/content/arangodb/3.11/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Recommended Resources
33
menuTitle: '3.11'
4-
weight: 1
4+
weight: 98
55
layout: default
66
---
77
{{< cloudbanner >}}

site/content/arangodb/3.12/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Recommended Resources
33
menuTitle: '3.12'
4-
weight: 1
4+
weight: 97
55
layout: default
66
---
77
{{< cloudbanner >}}

site/content/arangodb/3.12/about/_index.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

site/content/arangodb/3.12/about/features/_index.md renamed to site/content/arangodb/3.12/features/_index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Features and Capabilities
33
menuTitle: Features
4-
weight: 20
4+
weight: 10
55
description: >-
66
ArangoDB is a graph database with a powerful set of features for data management and analytics,
77
supported by a rich ecosystem of integrations and drivers
@@ -23,7 +23,7 @@ See the full [Feature list of the ArangoDB database system](list.md).
2323

2424
For a scalable architecture based on Kubernetes that supports the full offering
2525
of ArangoDB including graph-powered machine learning and GenAI features, see
26-
the [Feature list of the ArangoDB Platform](../../../../data-platform/about/features.md).
26+
the [Feature list of the ArangoDB Platform](../../../data-platform/about/features.md).
2727

2828
## On-premises versus Cloud
2929

@@ -43,18 +43,18 @@ variety of support plans to meet your needs.
4343
- Highly secure with encryption at transit and at rest
4444
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)
4545

46-
To learn more, go to the [ArangoGraph documentation](../../../../amp/_index.md).
46+
To learn more, go to the [ArangoGraph documentation](../../../amp/_index.md).
4747

4848
### Self-managed in the cloud
4949

5050
ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
5151
using a self-managed deployment, you take full control of managing the resources
5252
needed to run it in the cloud. This involves tasks such as configuring,
5353
provisioning, and monitoring the system. For more details, see
54-
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).
54+
[self-deploying ArangoDB in the cloud](../deploy/in-the-cloud.md).
5555

5656
ArangoDB supports Kubernetes through its official
57-
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
57+
[Kubernetes Operator](../deploy/kubernetes.md) that allows you to easily
5858
deploy and manage clusters within a Kubernetes environment.
5959

6060
### On-premises
@@ -66,16 +66,16 @@ services.
6666

6767
You can install ArangoDB locally by downloading and running the
6868
[official packages](https://arangodb.com/download/) or run it using
69-
[Docker images](../../operations/installation/docker.md).
69+
[Docker images](../operations/installation/docker.md).
7070

7171
You can deploy it on-premises as a
72-
[single server](../../deploy/single-instance/_index.md)
73-
or as a [cluster](../../deploy/cluster/_index.md)
72+
[single server](../deploy/single-instance/_index.md)
73+
or as a [cluster](../deploy/cluster/_index.md)
7474
comprised of multiple nodes with synchronous replication and automatic failover
7575
for high availability and resilience.
7676

7777
ArangoDB also integrates with Kubernetes, offering a
78-
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
78+
[Kubernetes Operator](../deploy/kubernetes.md) that lets you deploy in your
7979
Kubernetes cluster.
8080

8181
## ArangoDB Editions

0 commit comments

Comments
 (0)