Skip to content

Commit 6f6fcb8

Browse files
Remove obsolete docs, restructure for better UX (#1447)
1 parent 55634ba commit 6f6fcb8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+283
-1416
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
## [master](https://github.com/arangodb/kube-arangodb/tree/master) (N/A)
44
- (Maintenance) Update go-driver to v1.6.0, update IsNotFound() checks
55
- (Improvement) Print assigned node name to log and condition message when pod is scheduled
6+
- (Maintenance) Remove obsolete docs, restructure for better UX, generate index files
67

7-
## [1.2.34](https://github.com/arangodb/kube-arangodb/tree/1.2.34) (2023-10-16
8+
## [1.2.34](https://github.com/arangodb/kube-arangodb/tree/1.2.34) (2023-10-16)
89
- (Bugfix) Fix make manifests-crd-file command
910
- (Improvement) Allow tcp:// and ssl:// protocols in endpoints for members
1011
- (Maintenance) Reorganize package imports / move common code to separate repos

README.md

Lines changed: 28 additions & 28 deletions
Large diffs are not rendered by default.

docs/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
- [Tutorial](https://www.arangodb.com/docs/stable/tutorials-kubernetes.html)
44
- [Documentation](https://www.arangodb.com/docs/stable/deployment-kubernetes.html)
5-
- [Design documents](./design/README.md)
6-
- [Providers](./providers/README.md)
7-
8-
9-
# ArangoDB Kubernetes Operator Generated Documentation
10-
- [ArangoDB Operator Metrics & Alerts](./generated/metrics/README.md)
11-
- [ArangoDB Actions](./generated/actions.md)
5+
- [Architecture](./design/README.md)
6+
- [Features description and usage](./features/README.md)
7+
- [Custom Resources API Reference](./api/README.md)
8+
- [Operator Metrics & Alerts](./generated/metrics/README.md)
9+
- [Operator Actions](./generated/actions.md)
10+
- Known issues (TBD)
11+
- [How-to ...](how-to/README.md)

docs/api/ArangoDeployment.V1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ Architecture defines the list of supported architectures.
597597
First element on the list is marked as default architecture.
598598
599599
Links:
600-
* [Architecture Change](/docs/design/arch_change.md)
600+
* [Architecture Change](/docs/how-to/arch_change.md)
601601
602602
Default Value: ['amd64']
603603

docs/api/ArangoMember.V1.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
### .spec.deletion_priority: int
66

7-
[Code Reference](/pkg/apis/deployment/v1/arango_member_spec.go#L44)
7+
DeletionPriority define Deletion Priority.
8+
Higher value means higher priority. Default is 0.
9+
Example: set 1 for Coordinator which should be deleted first and scale down coordinators by one.
10+
11+
[Code Reference](/pkg/apis/deployment/v1/arango_member_spec.go#L47)
812

913
### .spec.deploymentUID: string
1014

docs/api/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Custom Resources API Reference
2+
3+
- [ArangoDeployment.V1](./ArangoDeployment.V1.md)
4+
- [ArangoMember.V1](./ArangoMember.V1.md)
5+

0 commit comments

Comments
 (0)