Skip to content

Commit 4eae959

Browse files
Fix authored Functions index lint
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent e11b3ae commit 4eae959

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/Workflow-Test-Default.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
7777
$content = Get-Content -Path $path -Raw
7878
$expectedSnippets = @(
79-
'ms.title: Functions'
8079
'# Functions'
8180
'This landing page is authored from the root of `src/functions/public`.'
8281
'Use it to introduce the module''s function surface before readers drill into each group.'

.github/workflows/Workflow-Test-WithManifest.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
7777
$content = Get-Content -Path $path -Raw
7878
$expectedSnippets = @(
79-
'ms.title: Functions'
8079
'# Functions'
8180
'This landing page is authored from the root of `src/functions/public`.'
8281
'Use it to introduce the module''s function surface before readers drill into each group.'

tests/srcTestRepo/src/functions/public/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: Functions
32
description: A fully authored landing page for the exported function surface.
43
---
54

tests/srcWithManifestTestRepo/src/functions/public/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
---
2-
title: Functions
32
description: A fully authored landing page for the exported function surface.
43
---
54

0 commit comments

Comments
 (0)