Skip to content

Commit 9e84548

Browse files
Copilotgewarren
andcommitted
Fix linting issues and finalize API move
Co-authored-by: gewarren <[email protected]>
1 parent cf91c30 commit 9e84548

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

docs/core/unmanaged-api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Describes the hosting API, which enables unmanaged hosts to integrate the CLR in
2121
Describes the metadata API, which enables a client such as a compiler to generate or access a component's metadata without the types being loaded by the CLR.
2222

2323
[Profiling](./profiling/index.md)
24-
Describes the profiling API, which enables a profiler to monitor a program's execution by the CLR.
24+
Describes the profiling API, which enables a profiler to monitor a program's execution by the CLR.

docs/core/unmanaged-api/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
items:
2+
23
- name: .NET unmanaged API reference
34
href: index.md
45
- name: Debugging
@@ -8,4 +9,4 @@ items:
89
- name: Metadata
910
href: metadata/
1011
- name: Profiling
11-
href: profiling/
12+
href: profiling/

docs/framework/unmanaged-api/toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
items:
2+
23
- name: .NET Framework unmanaged API reference
34
href: index.md
45
- name: Common data types

0 commit comments

Comments
 (0)