Skip to content

Commit 1d7f01a

Browse files
authored
[Documentation] Add ArangoPlatformStorage Docs & Examples (#1951)
1 parent ecca26a commit 1d7f01a

File tree

15 files changed

+159
-10
lines changed

15 files changed

+159
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22

33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
4+
- (Documentation) Add ArangoPlatformStorage Docs & Examples
45

56
## [1.3.0](https://github.com/arangodb/kube-arangodb/tree/1.3.0) (2025-08-01)
67
- (Feature) (Platform) Storage Debug

docs/integration/authentication.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/authentication/v1/definition/definition.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/authentication/v1/definition/definition.proto)

docs/integration/authorization.v0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/authorization/v0/definition/definition.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/authorization/v0/definition/definition.proto)
1313

docs/integration/meta.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/meta/v1/definition/definition.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/meta/v1/definition/definition.proto)

docs/integration/scheduler.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/scheduler/v1/definition/definition.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/scheduler/v1/definition/definition.proto)
1313

docs/integration/scheduler.v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/scheduler/v2/definition/definition.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/scheduler/v2/definition/definition.proto)
1313

docs/integration/shutdown.v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/shutdown/v1/definition/shutdown.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/shutdown/v1/definition/shutdown.proto)
1313

1414
Operator will send shutdown request once all containers marked with annotation are stopped.
1515

docs/integration/storage.v2.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@ parent: Integration Sidecars
99

1010
Definitions:
1111

12-
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.2.49/integrations/storage/v2/definition/storage.proto)
12+
- [Service](https://github.com/arangodb/kube-arangodb/blob/1.3.0/integrations/storage/v2/definition/storage.proto)
1313

14+
## Configuration
15+
16+
In order to configure Platform Storage, refer to the [documentation](../platform.storage.md).

docs/platform.helm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: Helm
44
parent: ArangoDBPlatform
5-
nav_order: 3
5+
nav_order: 4
66
---
77

88
# Helm Details

docs/platform.sso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
has_children: true
44
title: SSO
55
parent: ArangoDBPlatform
6-
nav_order: 4
6+
nav_order: 5
77
---
88

99
# Platform SSO

0 commit comments

Comments
 (0)