-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Refactor Docs Pages For Diataxis (#6315)
* This change creates a PR * start moving stuff around * data_models/_category_.json * reference/_category_.json * moving some stuff around * Introduction * Documentation updates * few broken links, clean up sidebar titles for how-to * codespell * quickstart - new provider extension * add a comment * map provider interface * quickstart for new router extension * [Docs] diataxis refactor refactor (#6425) * Start refactor * Edits * [DOCS] Reorganize and edit. Fix sidebar navigation (#6445) * Reorganize and edit. Fix sidebar navigation * Fix broken linkages * Edit --------- Co-authored-by: Igor Radovanovic <[email protected]> * Fix links --------- Co-authored-by: Theodore Aptekarev <[email protected]> * Fix broken links * Reword CLA part in the Licensing FAQ * change titles and order suggestion - cc @IgorWounds @piiq --------- Co-authored-by: Igor Radovanovic <[email protected]> Co-authored-by: James Maslek <[email protected]> Co-authored-by: Theodore Aptekarev <[email protected]> Co-authored-by: hjoaquim <[email protected]>
- Loading branch information
1 parent
7531e1d
commit 3a8a71d
Showing
77 changed files
with
2,630 additions
and
1,606 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
File renamed without changes.
File renamed without changes.
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,4 @@ | ||
{ | ||
"label": "Data Models", | ||
"position": 5 | ||
} |
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,4 @@ | ||
{ | ||
"label": "Developer Guide", | ||
"position": 3 | ||
} |
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
38 changes: 38 additions & 0 deletions
38
website/content/platform/developer_guide/command_coverage.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,38 @@ | ||
--- | ||
title: Command Coverage | ||
sidebar_position: 6 | ||
description: This page details the instructions for determining the command coverage provided by the installed extensions. | ||
keywords: | ||
- tutorial | ||
- standardized output | ||
- OBBject | ||
- provider | ||
- results | ||
- warnings | ||
- chart | ||
- extra | ||
- command coverage | ||
--- | ||
|
||
## Commands and Provider Coverage | ||
|
||
The installed commands and data providers are found under, `obb.coverage`. | ||
|
||
```python | ||
obb.coverage | ||
``` | ||
|
||
```console | ||
/coverage | ||
|
||
providers | ||
commands | ||
command_model | ||
command_schemas | ||
``` | ||
|
||
`obb.coverage.providers` is a dictionary of the installed provider extensions, each with its own list of available commands. | ||
|
||
`obb.coverage.commands` is a dictionary of commands, each with its own list of available providers for the data. | ||
|
||
`obb.coverage.command_model` is a dictionary where the keys are the command paths and the values is a nested dictionary of QueryParams and Data models associated with that function. |
Oops, something went wrong.