You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc-generator/tests/samples/generate_docs_cases/general/expected_output/markdown_with_table_numbering_output.md
Copy file name to clipboardExpand all lines: doc-generator/tests/samples/generate_docs_cases/integer/expected_output/markdown_output.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## IntegerTest 1.0.0
4
4
5
+
<aname="integertest"></a>
5
6
### Description
6
7
7
8
This schema contains one or more properties of type integer.
@@ -18,5 +19,5 @@ This schema contains one or more properties of type integer.
18
19
| **Count**| integer |*read-only<br>(null)*| The number of physical processors in the system. |
19
20
| **LogicalProcessorCount**| integer |*read-only<br>(null)*| The number of logical processors in the system. |
20
21
| **Model**| string |*read-only<br>(null)*| The processor model for the primary or majority of processors in this system. |
21
-
| **Status** {} | object || This type describes the status and health of a resource and its children. See the *Resource* schema for details on this property. |
22
+
| **Status** {} | object || This type describes the status and health of a resource and its children. See the *[Resource](http://redfish.dmtf.org/schemas/v1/Resource.json)* schema for details on this property. |
Copy file name to clipboardExpand all lines: doc-generator/tests/samples/generate_docs_cases/required/expected_output/markdown_output.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## RequiredTest 1.0.0
4
4
5
+
<aname="requiredtest"></a>
5
6
### Description
6
7
7
8
This schema contains required and requiredOnCreate properties.
@@ -12,11 +13,11 @@ This schema contains required and requiredOnCreate properties.
12
13
|Property |Type |Attributes |Notes |
13
14
| :--- | :--- | :--- | :--------------------- |
14
15
|**Description**| string |*read-only<br>(null)*| Provides a description of this resource and is used for commonality in the schema definitions. |
15
-
|**EntryType**| string<br>(enum) |*read-only required on create*| This is the type of log entry. *For the possible property values, see EntryType in Property details.*|
16
+
|**EntryType**| string<br>(enum) |*read-only required on create*| This is the type of log entry. *For the possible property values, see [EntryType](#requiredtest-entrytype) in Property details.*|
16
17
|**HostWatchdogTimer** { | object || This object describes the Host Watchdog Timer functionality for this system. |
17
18
| **FunctionEnabled**| boolean |*read-write required<br>(null)*| This indicates if the Host Watchdog Timer functionality has been enabled. Additional host-based software is necessary to activate the timer function. |
18
-
| **Oem** {} | object || Oem extension object. See the *Resource* schema for details on this property. |
19
-
| **Status** {} | object || This type describes the status and health of a resource and its children. See the *Resource* schema for details on this property. |
19
+
| **Oem** {} | object || Oem extension object. See the *[Resource](http://redfish.dmtf.org/schemas/v1/Resource.json)* schema for details on this property. |
20
+
| **Status** {} | object || This type describes the status and health of a resource and its children. See the *[Resource](http://redfish.dmtf.org/schemas/v1/Resource.json)* schema for details on this property. |
20
21
| } |||
21
22
|**Id**| string |*read-only required*| Uniquely identifies the resource within the collection of like resources. |
22
23
|**Name**| string |*read-only required*| The name of the resource or array element. |
@@ -25,6 +26,7 @@ This schema contains required and requiredOnCreate properties.
Copy file name to clipboardExpand all lines: doc-generator/tests/samples/markdown_toc/input_blob.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,14 +31,16 @@ A Network Device Function represents a logical interface exposed by the network
31
31
|**AssignablePhysicalPorts**[ { | array || The array of physical port references that this network device function may be assigned to. |
32
32
| **@odata.id**| string<br>(URI) |*read-only*| The unique identifier for a resource. |
33
33
| } ]|||
34
-
|**BootMode**| string<br>(enum) |*read-write<br>(null)*| The boot mode configured for this network device function. *For the possible property values, see BootMode in Property details.*|
34
+
|**BootMode**| string<br>(enum) |*read-write<br>(null)*| The boot mode configured for this network device function. *For the possible property values, see [BootMode](#networkdevicefunction-bootmode) in Property details.*|
35
35
|**Description**| string |*read-only<br>(null)*| Provides a description of this resource and is used for commonality in the schema definitions. |
36
36
|**DeviceEnabled**| boolean |*read-write<br>(null)*| Whether the network device function is enabled. |
The iSCSI boot authentication method for this network device function.
43
45
44
46
| string | Description |
@@ -49,6 +51,8 @@ The iSCSI boot authentication method for this network device function.
49
51
50
52
#### BootMode
51
53
54
+
<aname="networkdevicefunction-bootmode"></a>
55
+
52
56
The boot mode configured for this network device function.
53
57
54
58
| string | Description |
@@ -87,6 +91,6 @@ A Network Port represents a discrete physical port capable of connecting to a ne
87
91
|Property |Type |Attributes |Notes |
88
92
| --- | --- | --- | --- |
89
93
|**Actions** {} | object || The available actions for this resource. |
90
-
|**ActiveLinkTechnology**| string<br>(enum) |*read-write<br>(null)*| Network Port Active Link Technology. *For the possible property values, see ActiveLinkTechnology in Property details.*|
94
+
|**ActiveLinkTechnology**| string<br>(enum) |*read-write<br>(null)*| Network Port Active Link Technology. *For the possible property values, see [ActiveLinkTechnology](#networkport-activelinktechnology) in Property details.*|
91
95
|**AssociatedNetworkAddresses**[]| array (string, null) |*read-only*| The array of configured network addresses (MAC or WWN) that are associated with this Network Port, including the programmed address of the lowest numbered Network Device Function, the configured but not active address if applicable, the address for hardware port teaming, or other network addresses. |
92
96
| **Description** | string | *read-only<br>(null)* | Provides a description of this resource and is used for commonality in the schem
'The ComputerSystem schema represents a computer or system instance',
54
54
'The BootOptionReference of the Boot Option to perform a one-time boot from when BootSourceOverrideTarget is `UefiBootNext`.',
55
-
'The name of the boot order property that the system uses for the persistent boot order. *For the possible property values, see BootOrderPropertySelection in Property details.*',
55
+
'The name of the boot order property that the system uses for the persistent boot order. *For the possible property values, see [BootOrderPropertySelection](#computersystem-bootorderpropertyselection) in Property details.*',
56
56
'| AliasBootOrder | The system uses the AliasBootOrder property to specify the persistent boot order. |',
57
57
# enum that is annotated in the TEST locale (but not here):
'This resource shall represent a computing system in the Redfish Specification.',
90
90
'This property shall contain the BootOptionReference of the UEFI boot option for one time boot, as defined by the UEFI Specification. The valid values for this property are specified in the values of the BootOrder array.',
91
-
'This property shall indicate which boot order property the system uses for the persistent boot order. *For the possible property values, see BootOrderPropertySelection in Property details.*',
91
+
'This property shall indicate which boot order property the system uses for the persistent boot order. *For the possible property values, see [BootOrderPropertySelection](#computersystem-bootorderpropertyselection) in Property details.*',
92
92
'| AliasBootOrder | The system uses the AliasBootOrder property to specify the persistent boot order. |',
93
93
# enum that is annotated in the TEST locale (but not here):
'THE COMPUTERSYSTEM SCHEMA REPRESENTS A COMPUTER OR SYSTEM INSTANCE',
126
126
'THE BOOTOPTIONREFERENCE OF THE BOOT OPTION TO PERFORM A ONE-TIME BOOT FROM WHEN BOOTSOURCEOVERRIDETARGET IS `UEFIBOOTNEXT`.',
127
-
'THE NAME OF THE BOOT ORDER PROPERTY THAT THE SYSTEM USES FOR THE PERSISTENT BOOT ORDER. *FOR THE POSSIBLE PROPERTY VALUES, SEE BootOrderPropertySelection IN PROPERTY DETAILS.*',
127
+
'THE NAME OF THE BOOT ORDER PROPERTY THAT THE SYSTEM USES FOR THE PERSISTENT BOOT ORDER. *FOR THE POSSIBLE PROPERTY VALUES, SEE [BootOrderPropertySelection](#computersystem-bootorderpropertyselection) IN PROPERTY DETAILS.*',
128
128
'| AliasBootOrder | THE SYSTEM USES THE ALIASBOOTORDER PROPERTY TO SPECIFY THE PERSISTENT BOOT ORDER. |',
'THIS RESOURCE SHALL REPRESENT A COMPUTING SYSTEM IN THE REDFISH SPECIFICATION.',
157
157
'THIS PROPERTY SHALL CONTAIN THE BOOTOPTIONREFERENCE OF THE UEFI BOOT OPTION FOR ONE TIME BOOT, AS DEFINED BY THE UEFI SPECIFICATION. THE VALID VALUES FOR THIS PROPERTY ARE SPECIFIED IN THE VALUES OF THE BOOTORDER ARRAY.',
158
-
'THIS PROPERTY SHALL INDICATE WHICH BOOT ORDER PROPERTY THE SYSTEM USES FOR THE PERSISTENT BOOT ORDER. *FOR THE POSSIBLE PROPERTY VALUES, SEE BootOrderPropertySelection IN PROPERTY DETAILS.*',
158
+
'THIS PROPERTY SHALL INDICATE WHICH BOOT ORDER PROPERTY THE SYSTEM USES FOR THE PERSISTENT BOOT ORDER. *FOR THE POSSIBLE PROPERTY VALUES, SEE [BootOrderPropertySelection](#computersystem-bootorderpropertyselection) IN PROPERTY DETAILS.*',
159
159
'| AliasBootOrder | THE SYSTEM USES THE ALIASBOOTORDER PROPERTY TO SPECIFY THE PERSISTENT BOOT ORDER. |',
'The ComputerSystem schema represents a computer or system instance',
186
186
'The BootOptionReference of the Boot Option to perform a one-time boot from when BootSourceOverrideTarget is `UefiBootNext`.',
187
-
'The name of the boot order property that the system uses for the persistent boot order. *For the possible property values, see BootOrderPropertySelection in Property details.*',
187
+
'The name of the boot order property that the system uses for the persistent boot order. *For the possible property values, see [BootOrderPropertySelection](#computersystem-bootorderpropertyselection) in Property details.*',
188
188
'| AliasBootOrder | The system uses the AliasBootOrder property to specify the persistent boot order. |',
189
189
# enum that is annotated in the TEST locale (but not here):
0 commit comments