-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename console sm to admin sm (#4162)
* rename console sm to admin sm * add redirects * update sidebar id * fix broken link * Update static/.htaccess Co-authored-by: Steven Hicks <[email protected]> --------- Co-authored-by: Steven Hicks <[email protected]>
- Loading branch information
1 parent
d3ce351
commit 6e66e6a
Showing
12 changed files
with
48 additions
and
47 deletions.
There are no files selected for viewing
6 changes: 3 additions & 3 deletions
6
...e-sm-api/console-sm-api-authentication.md → ...i/administration-sm-api-authentication.md
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
18 changes: 18 additions & 0 deletions
18
docs/apis-tools/administration-sm-api/administration-sm-api-overview.md
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,18 @@ | ||
--- | ||
id: administration-sm-api-overview | ||
title: "Overview" | ||
sidebar_position: 1 | ||
description: "Access the Administration API for Self-Managed." | ||
--- | ||
|
||
The Administration API for Self-Managed is a REST API and provides endpoints to get cluster data including installed apps and usage metrics. | ||
|
||
## API Explorer | ||
|
||
See [the interactive Administration API Self-Managed Explorer][administration-api-explorer] for specifications, example requests and responses, and code samples of interacting with the Administration Self-Managed API. | ||
|
||
### Open API | ||
|
||
An Open API UI is also available within a running instance of Console Self-Managed at `https://${base-url}/admin-api/openapi/docs`. | ||
|
||
[administration-api-explorer]: ./specifications/sm-administration-api.info.mdx |
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,11 @@ | ||
/** @type {import('@docusaurus/plugin-content-docs').SidebarsConfig} */ | ||
|
||
module.exports = { | ||
"Administration API (Self-Managed)": [ | ||
"apis-tools/administration-sm-api/administration-sm-api-overview", | ||
"apis-tools/administration-sm-api/administration-sm-api-authentication", | ||
{ | ||
Specifications: require("./specifications/sidebar.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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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