Skip to content

Commit c8e7dba

Browse files
Stop tracking generated README.md, improve index section links
- Delete skills/windows-protocols/README.md (generated by build, not for commit) - Add skills/windows-protocols/README.md to .gitignore - Update-OpenSpecIndex: use markdown links for each section (Overview, Technical, Reference) to Learn pages Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5d5300e commit c8e7dba

3 files changed

Lines changed: 5 additions & 51 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ downloads*/
33
converted*/
44
reports*/
55
publish/
6-
skills/windows-protocols/MS-*/
6+
skills/windows-protocols/MS-*/
7+
skills/windows-protocols/README.md

AwakeCoding.OpenSpecs/Public/Update-OpenSpecIndex.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,19 +174,19 @@ function Update-OpenSpecIndex {
174174
}
175175

176176
[void]$sb.AppendLine('## Overview Documents')
177-
[void]$sb.AppendLine($overviewDocsUri)
177+
[void]$sb.AppendLine("[Overview Documents]($overviewDocsUri)")
178178
[void]$sb.AppendLine()
179179
& $writeTable $overviewEntries $IncludeDescription
180180
[void]$sb.AppendLine()
181181

182182
[void]$sb.AppendLine('## Technical Documents')
183-
[void]$sb.AppendLine($technicalDocsUri)
183+
[void]$sb.AppendLine("[Technical Documents]($technicalDocsUri)")
184184
[void]$sb.AppendLine()
185185
& $writeTable $technicalEntries $IncludeDescription
186186
[void]$sb.AppendLine()
187187

188188
[void]$sb.AppendLine('## Reference Documents')
189-
[void]$sb.AppendLine($referenceDocsUri)
189+
[void]$sb.AppendLine("[Reference Documents]($referenceDocsUri)")
190190
[void]$sb.AppendLine()
191191
& $writeTable $referenceEntries $IncludeDescription
192192

skills/windows-protocols/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)