Kindsys: Extend DocsJenny with support for 'allOf' (#62558)
* Kindsys: Extend DocsJenny with support for 'allOf' * Update generated docs * Multiple refinements * Minor fixes * Undo undesired changes * Fix * Fix linter complains --------- Co-authored-by: Tania B <yalyna.ts@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4d564f8b0a
commit
19ed9181e1
@@ -6,12 +6,12 @@ title: TextPanelCfg kind
|
||||
---
|
||||
> Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
|
||||
|
||||
# TextPanelCfg kind
|
||||
## TextPanelCfg
|
||||
|
||||
#### Maturity: experimental
|
||||
#### Version: 0.0
|
||||
|
||||
## Maturity: experimental
|
||||
## Version: 0.0
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|----------------|-------------------------|----------|-------------------------------------------------------------------------------------------------------------------------------|
|
||||
@@ -20,9 +20,7 @@ title: TextPanelCfg kind
|
||||
| `PanelOptions` | [object](#paneloptions) | **Yes** | |
|
||||
| `TextMode` | string | **Yes** | Possible values are: `html`, `markdown`, `code`. |
|
||||
|
||||
## CodeOptions
|
||||
|
||||
### Properties
|
||||
### CodeOptions
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|-------------------|---------|----------|-------------------------------------------------------------------------------------------------------------------------------|
|
||||
@@ -30,9 +28,7 @@ title: TextPanelCfg kind
|
||||
| `showLineNumbers` | boolean | **Yes** | Default: `false`. |
|
||||
| `showMiniMap` | boolean | **Yes** | Default: `false`. |
|
||||
|
||||
## PanelOptions
|
||||
|
||||
### Properties
|
||||
### PanelOptions
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|-----------|-----------------------------|----------|------------------------------------------------------------------------------------------------------------|
|
||||
@@ -42,8 +38,6 @@ title: TextPanelCfg kind
|
||||
|
||||
### CodeOptions
|
||||
|
||||
#### Properties
|
||||
|
||||
| Property | Type | Required | Description |
|
||||
|-------------------|---------|----------|-------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `language` | string | **Yes** | Possible values are: `plaintext`, `yaml`, `xml`, `typescript`, `sql`, `go`, `markdown`, `html`, `json`. Default: `plaintext`. |
|
||||
|
||||
Reference in New Issue
Block a user