Skip to content

Commit 5e202b5

Browse files
authored
Merge branch 'main' into DOC-603
2 parents 2dcbe08 + 7c246d8 commit 5e202b5

File tree

658 files changed

+2090
-5077
lines changed

Some content is hidden

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

658 files changed

+2090
-5077
lines changed

.circleci/base_config.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,10 @@ jobs:
371371
- run:
372372
name: Clone docs repo
373373
command: |
374-
git clone --depth 1 [email protected]:arangodb/docs-hugo.git --branch $CIRCLE_BRANCH
374+
git clone [email protected]:arangodb/docs-hugo.git
375+
cd /home/circleci/project/docs-hugo
376+
git fetch origin $CIRCLE_BRANCH:$CIRCLE_SHA1 && git checkout $CIRCLE_SHA1
377+
375378
376379
- run:
377380
name: Build site
@@ -380,7 +383,7 @@ jobs:
380383
export HUGO_URL=<< parameters.url >>
381384
export HUGO_ENV=frontend
382385
383-
cd docs-hugo/toolchain/docker/amd64
386+
cd /home/circleci/project/docs-hugo/toolchain/docker/amd64
384387
docker compose -f docker-compose.plain-build.yml up --abort-on-container-exit
385388
- upload-summary:
386389
summary-name: "plain-build-summary"
@@ -498,7 +501,7 @@ jobs:
498501
default: ""
499502
build-image:
500503
type: string
501-
default: ""
504+
default: "arangodb/build-alpine-x86_64:3.16-gcc11.2-openssl3.1.2"
502505
docker:
503506
- image: << parameters.build-image >>
504507
resource_class: xlarge

.circleci/generate_config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ def workflow_generate_scheduled(config):
181181
"context": ["sccache-aws-bucket"],
182182
"name": f"compile-{version}",
183183
"arangodb-branch": f"arangodb/enterprise-preview:{version}-nightly" if versions[i]["alias"] != "devel" else "arangodb/enterprise-preview:devel-nightly",
184-
"version": version,
185-
"openssl": "3.0.9",
184+
"version": version
186185
}
187186
}
188187
generateRequires.append(f"compile-{version}")
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl accept command
24
title: Oasisctl Accept
35
menuTitle: Accept
4-
weight: 10
5-
description: >-
6-
Description of the oasisctl accept command
7-
archetype: chapter
6+
weight: 5
87
---
9-
Accept invites
10-
118
## Synopsis
12-
139
Accept invites
1410

1511
```
1612
oasisctl accept [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for accept
2318
```
2419

25-
## Options inherited from parent commands
26-
20+
## Options Inherited From Parent Commands
2721
```
2822
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
2923
--format string Output format (table|json) (default "table")
3024
--token string Token used to authenticate at ArangoDB Oasis
3125
```
3226

3327
## See also
34-
3528
* [oasisctl](../options.md) - ArangoGraph Insights Platform
3629
* [oasisctl accept organization](accept-organization.md) - Accept organization related invites
3730

Original file line numberDiff line numberDiff line change
@@ -1,38 +1,31 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl accept organization invite command
24
title: Oasisctl Accept Organization Invite
35
menuTitle: Accept Organization Invite
4-
weight: 10
5-
description: >-
6-
Description of the oasisctl accept organization invite command
7-
archetype: default
6+
weight: 15
87
---
9-
Accept an organization invite the authenticated user has access to
10-
118
## Synopsis
12-
139
Accept an organization invite the authenticated user has access to
1410

1511
```
1612
oasisctl accept organization invite [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for invite
2318
-i, --invite-id string Identifier of the organization invite
2419
-o, --organization-id string Identifier of the organization
2520
```
2621

27-
## Options inherited from parent commands
28-
22+
## Options Inherited From Parent Commands
2923
```
3024
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
3125
--format string Output format (table|json) (default "table")
3226
--token string Token used to authenticate at ArangoDB Oasis
3327
```
3428

3529
## See also
36-
3730
* [oasisctl accept organization](accept-organization.md) - Accept organization related invites
3831

Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl accept organization command
24
title: Oasisctl Accept Organization
35
menuTitle: Accept Organization
4-
weight: 5
5-
description: >-
6-
Description of the oasisctl accept organization command
7-
archetype: default
6+
weight: 10
87
---
9-
Accept organization related invites
10-
118
## Synopsis
12-
139
Accept organization related invites
1410

1511
```
1612
oasisctl accept organization [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for organization
2318
```
2419

25-
## Options inherited from parent commands
26-
20+
## Options Inherited From Parent Commands
2721
```
2822
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
2923
--format string Output format (table|json) (default "table")
3024
--token string Token used to authenticate at ArangoDB Oasis
3125
```
3226

3327
## See also
34-
3528
* [oasisctl accept](_index.md) - Accept invites
3629
* [oasisctl accept organization invite](accept-organization-invite.md) - Accept an organization invite the authenticated user has access to
3730

site/content/3.10/arangograph/oasisctl/add/_index.md

+4-11
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl add command
24
title: Oasisctl Add
35
menuTitle: Add
4-
weight: 15
5-
description: >-
6-
Description of the oasisctl add command
7-
archetype: chapter
6+
weight: 5
87
---
9-
Add resources
10-
118
## Synopsis
12-
139
Add resources
1410

1511
```
1612
oasisctl add [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for add
2318
```
2419

25-
## Options inherited from parent commands
26-
20+
## Options Inherited From Parent Commands
2721
```
2822
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
2923
--format string Output format (table|json) (default "table")
3024
--token string Token used to authenticate at ArangoDB Oasis
3125
```
3226

3327
## See also
34-
3528
* [oasisctl](../options.md) - ArangoGraph Insights Platform
3629
* [oasisctl add auditlog](add-auditlog.md) - Add auditlog resources
3730
* [oasisctl add group](add-group.md) - Add group resources
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl add auditlog destination command
24
title: Oasisctl Add Auditlog Destination
35
menuTitle: Add Audit Log Destination
4-
weight: 10
5-
description: >-
6-
Description of the oasisctl add auditlog destination command
7-
archetype: default
6+
weight: 15
87
---
9-
Add a destination to an auditlog.
10-
118
## Synopsis
12-
139
Add a destination to an auditlog.
1410

1511
```
1612
oasisctl add auditlog destination [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-i, --auditlog-id string Identifier of the auditlog
2318
--destination-excluded-topics strings Do not send audit events with these topics to this destination.
@@ -31,15 +26,13 @@ oasisctl add auditlog destination [flags]
3126
-o, --organization-id string Identifier of the organization
3227
```
3328

34-
## Options inherited from parent commands
35-
29+
## Options Inherited From Parent Commands
3630
```
3731
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
3832
--format string Output format (table|json) (default "table")
3933
--token string Token used to authenticate at ArangoDB Oasis
4034
```
4135

4236
## See also
43-
4437
* [oasisctl add auditlog](add-auditlog.md) - Add auditlog resources
4538

Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
---
2-
title: Oasisctl Add Auditlog
3-
menuTitle: Add Audit Log
4-
weight: 5
5-
description: >-
6-
Description of the oasisctl add auditlog command
72
archetype: default
3+
description: Description of the oasisctl add auditlog command
4+
title: Oasisctl Add Auditlog
5+
menuTitle: Add Auditlog
6+
weight: 10
87
---
9-
Add auditlog resources
10-
118
## Synopsis
12-
139
Add auditlog resources
1410

1511
```
1612
oasisctl add auditlog [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for auditlog
2318
```
2419

25-
## Options inherited from parent commands
26-
20+
## Options Inherited From Parent Commands
2721
```
2822
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
2923
--format string Output format (table|json) (default "table")
3024
--token string Token used to authenticate at ArangoDB Oasis
3125
```
3226

3327
## See also
34-
3528
* [oasisctl add](_index.md) - Add resources
3629
* [oasisctl add auditlog destination](add-auditlog-destination.md) - Add a destination to an auditlog.
3730

Original file line numberDiff line numberDiff line change
@@ -1,39 +1,32 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl add group members command
24
title: Oasisctl Add Group Members
35
menuTitle: Add Group Members
4-
weight: 20
5-
description: >-
6-
Description of the oasisctl add group members command
7-
archetype: default
6+
weight: 25
87
---
9-
Add members to group
10-
118
## Synopsis
12-
139
Add members to group
1410

1511
```
1612
oasisctl add group members [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-g, --group-id string Identifier of the group to add members to
2318
-h, --help help for members
2419
-o, --organization-id string Identifier of the organization
2520
-u, --user-emails strings A comma separated list of user email addresses
2621
```
2722

28-
## Options inherited from parent commands
29-
23+
## Options Inherited From Parent Commands
3024
```
3125
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
3226
--format string Output format (table|json) (default "table")
3327
--token string Token used to authenticate at ArangoDB Oasis
3428
```
3529

3630
## See also
37-
3831
* [oasisctl add group](add-group.md) - Add group resources
3932

Original file line numberDiff line numberDiff line change
@@ -1,37 +1,30 @@
11
---
2+
archetype: default
3+
description: Description of the oasisctl add group command
24
title: Oasisctl Add Group
35
menuTitle: Add Group
4-
weight: 15
5-
description: >-
6-
Description of the oasisctl add group command
7-
archetype: default
6+
weight: 20
87
---
9-
Add group resources
10-
118
## Synopsis
12-
139
Add group resources
1410

1511
```
1612
oasisctl add group [flags]
1713
```
1814

1915
## Options
20-
2116
```
2217
-h, --help help for group
2318
```
2419

25-
## Options inherited from parent commands
26-
20+
## Options Inherited From Parent Commands
2721
```
2822
--endpoint string API endpoint of the ArangoDB Oasis (default "api.cloud.arangodb.com")
2923
--format string Output format (table|json) (default "table")
3024
--token string Token used to authenticate at ArangoDB Oasis
3125
```
3226

3327
## See also
34-
3528
* [oasisctl add](_index.md) - Add resources
3629
* [oasisctl add group members](add-group-members.md) - Add members to group
3730

0 commit comments

Comments
 (0)