Skip to content

Commit 7dc1432

Browse files
(MAINT) Fix bookmark links (#374)
1 parent df9c4cc commit 7dc1432

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
lines changed

dsc/docs-conceptual/dsc-3.0/reference/cli/resource/list.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -327,12 +327,12 @@ For more information about the formatting of the output data, see the
327327
[02]: https://jsonlines.org/
328328
[03]: ../../schemas/outputs/resource/list.md
329329
[04]: ../../schemas/definitions/resourceKind.md
330-
[05]: ../../schemas/outputs/resource/list.md#capabilities
331-
[06]: ../../schemas/outputs/resource/list.md#capability-get
332-
[07]: ../../schemas/outputs/resource/list.md#capability-set
333-
[08]: ../../schemas/outputs/resource/list.md#capability-sethandlesexist
334-
[09]: ../../schemas/outputs/resource/list.md#capability-whatif
335-
[10]: ../../schemas/outputs/resource/list.md#capability-test
336-
[11]: ../../schemas/outputs/resource/list.md#capability-delete
337-
[12]: ../../schemas/outputs/resource/list.md#capability-export
338-
[13]: ../../schemas/outputs/resource/list.md#capability-resolve
330+
[05]: ../../schemas/definitions/resourceCapabilities.md
331+
[06]: ../../schemas/definitions/resourceCapabilities.md#get
332+
[07]: ../../schemas/definitions/resourceCapabilities.md#set
333+
[08]: ../../schemas/definitions/resourceCapabilities.md#setHandlesExist
334+
[09]: ../../schemas/definitions/resourceCapabilities.md#whatIf
335+
[10]: ../../schemas/definitions/resourceCapabilities.md#test
336+
[11]: ../../schemas/definitions/resourceCapabilities.md#delete
337+
[12]: ../../schemas/definitions/resourceCapabilities.md#export
338+
[13]: ../../schemas/definitions/resourceCapabilities.md#resolve

dsc/docs-conceptual/dsc-3.0/reference/schemas/definitions/resourceCapabilities.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,18 @@ can invoke for a resource and how the resource behaves when invoked.
3939
4040
DSC resources may have the following capabilities:
4141
42-
- `get` - The resource can retrieve the current state of an instance.
43-
- `set` - The resource can enforce the desired state for an instance.
44-
- `setHandlesExist` - The resource handles deleting an instance during a **Set** operation.
45-
- `whatIf` - The resource can report how it would change state for an instance during a **Set**
46-
operation.
47-
- `test` - The resource implements the **Test** operation and doesn't rely on synthetic testing.
48-
- `delete` - The resource can remove an instance.
49-
- `export` - The resource can enumerate every instance.
50-
- `resolve` - The resource can resolve nested instances from an external source.
42+
- `get` - <a id="get"></a> The resource can retrieve the current state of an instance.
43+
- `set` - <a id="set"></a> The resource can enforce the desired state for an instance.
44+
- `setHandlesExist` - <a id="setHandlesExist"></a> The resource handles deleting an instance during
45+
a **Set** operation.
46+
- `whatIf` - <a id="whatIf"></a> The resource can report how it would change state for an instance
47+
during a **Set** operation.
48+
- `test` - <a id="test"></a> The resource implements the **Test** operation and doesn't rely on
49+
synthetic testing.
50+
- `delete` - <a id="delete"></a> The resource can remove an instance.
51+
- `export` - <a id="export"></a> The resource can enumerate every instance.
52+
- `resolve` - <a id="resolve"></a> The resource can resolve nested instances from an external
53+
source.
5154

5255
For more information about resource capabilities, see [DSC resource capabilities][01]. For more
5356
information about the operations you can invoke for a resource, see [DSC resource operations][02].

dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,6 @@ ValidValues: [state, stateAndDiff]
256256
<!-- Reference link definitions -->
257257
[01]: ../properties/exist.md
258258
[02]: ./root.md#schema-1
259-
[03]: ../../outputs/resource/list.md#capability-sethandlesexist
260-
[04]: ../../outputs/resource/list.md#capabilities
259+
[03]: ../../definitions/resourceCapabilities.md#setHandlesExist
260+
[04]: ../../definitions/resourceCapabilities.md
261261
[05]: ./delete.md

dsc/docs-conceptual/dsc-3.0/reference/schemas/resource/manifest/whatif.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,6 @@ ValidValues: [state, stateAndDiff]
278278
[03]: ./set.md
279279
[04]: ../properties/exist.md
280280
[05]: ./root.md#schema-1
281-
[06]: ../../outputs/resource/list.md#capability-sethandlesexist
282-
[07]: ../../outputs/resource/list.md#capabilities
281+
[06]: ../../definitions/resourceCapabilities.md#setHandlesExist
282+
[07]: ../../definitions/resourceCapabilities.md
283283
[08]: ./delete.md

0 commit comments

Comments
 (0)