-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] [Console] Fixed/updated documentation links in Dev Tools conso…
…le (#3724) (#3986) * Update console documentation links to corresponding documentation pages * Update console documentation links to https://opensearch.org/docs/ because corresponding pages are missing/not yet written in documentation * Update console documentation links for component_template delete, get and exists * Update console documentation links for info.json and ping.json to index page https://opensearch.org/docs/ * Fix: added missing documentation links to get_script_context and get_script_languages * Update links to processors in comments to their working documentation pages * Update links to processors with no corresponding pages in documentation to the general page about processors https://opensearch.org/docs/latest/data-prepper/pipelines/configuration/processors/processors/ * Update CHANGELOG.md * Update cluster.* links with missing docs to https://opensearch.org/docs/latest/api-reference/cluster-api/index/ * Update indices.* links with missing docs to https://opensearch.org/docs/latest/api-reference/index-apis/index/ * Update links with anchor # if applicable * Update links Co-authored-by: Zhongnan Su <[email protected]> --------- Signed-off-by: Sirazh Gabdullin <[email protected]> Co-authored-by: Zhongnan Su <[email protected]> Co-authored-by: Josh Romero <[email protected]> (cherry picked from commit 01a0baf) Co-authored-by: Sirazh Gabdullin <[email protected]> Co-authored-by: Qingyang(Abby) Hu <[email protected]>
- Loading branch information
1 parent
d71c377
commit 916c096
Showing
153 changed files
with
649 additions
and
291 deletions.
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
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
20 changes: 20 additions & 0 deletions
20
src/plugins/console/server/lib/spec_definitions/json/generated/cat.cluster_manager.json
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,20 @@ | ||
{ | ||
"cat.cluster_manager": { | ||
"url_params": { | ||
"format": "", | ||
"local": "__flag__", | ||
"cluster_manager_timeout": "", | ||
"h": [], | ||
"help": "__flag__", | ||
"s": [], | ||
"v": "__flag__" | ||
}, | ||
"methods": [ | ||
"GET" | ||
], | ||
"patterns": [ | ||
"_cat/cluster_manager" | ||
], | ||
"documentation": "https://opensearch.org/docs/latest/api-reference/cat/cat-cluster_manager/" | ||
} | ||
} |
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
Oops, something went wrong.