-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb1adf7
commit 88ae415
Showing
8 changed files
with
67 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_label: Invitations | ||
title: Invitations | ||
--- | ||
|
||
## List all invitations | ||
|
||
This file is generated by `clickhouseapi.js` during the build process. If the | ||
content needs changing please edit `clickhouseapi.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_label: Keys | ||
title: Keys | ||
--- | ||
|
||
## Get list of all keys | ||
|
||
This file is generated by `clickhouseapi.js` during the build process. If the | ||
content needs changing please edit `clickhouseapi.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_label: Members | ||
title: Members | ||
--- | ||
|
||
## List organization members | ||
|
||
This file is generated by `clickhouseapi.js` during the build process. If the | ||
content needs changing please edit `clickhouseapi.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_label: Organizations | ||
title: Organizations | ||
--- | ||
|
||
## Get organization details | ||
|
||
This file is generated by `clickhouseapi.js` during the build process. If the | ||
content needs changing please edit `clickhouseapi.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
sidebar_label: Services | ||
title: Services | ||
--- | ||
|
||
## List of organization services | ||
|
||
This file is generated by `clickhouseapi.js` during the build process. If the | ||
content needs changing please edit `clickhouseapi.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
slug: /en/whats-new/changelog/ | ||
sidebar_position: 2 | ||
sidebar_label: 2023 | ||
title: 2023 Changelog | ||
note: This file is autogenerated by the yarn new-build | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#! ./bin/bash | ||
echo "Copying API placeholder files over generated content" | ||
PLACEHOLDER=docs/en/_placeholders | ||
DOCS=docs/en | ||
cp $PLACEHOLDER/api/_invitations-api-reference.md $DOCS/cloud/manage/api/invitations-api-reference.md | ||
cp $PLACEHOLDER/api/_keys-api-reference.md $DOCS/cloud/manage/api/keys-api-reference.md | ||
cp $PLACEHOLDER/api/_members-api-reference.md $DOCS/cloud/manage/api/members-api-reference.md | ||
cp $PLACEHOLDER/api/_organizations-api-reference.md $DOCS/cloud/manage/api/organizations-api-reference.md | ||
cp $PLACEHOLDER/api/_services-api-reference.md $DOCS/cloud/manage/api/services-api-reference.md | ||
|
||
cp $PLACEHOLDER/changelog/_index.md $DOCS/whats-new/changelog/index.md | ||
echo "Copying completed" | ||
echo "----END----" |