diff --git a/Docs/mirror-local-docs.ps1 b/Docs/mirror-local-docs.ps1 index a1d10bc1..21e30502 100644 --- a/Docs/mirror-local-docs.ps1 +++ b/Docs/mirror-local-docs.ps1 @@ -38,7 +38,7 @@ $DocsRoot = Join-Path $RepoRoot "Docs/pages/docs" $Sources = @( [pscustomobject]@{ Repo="Testably.Abstractions"; SourcePath="Docs/pages/docs"; Target="Abstractions"; InlineReadme=$false; ExtraReadmes=@() } [pscustomobject]@{ Repo="aweXpect"; SourcePath="Docs/pages"; Target="aweXpect"; InlineReadme=$false; ExtraReadmes=@( - [pscustomobject]@{ Repo="aweXpect.Migration"; TargetFile="09-migration.md" } + [pscustomobject]@{ Repo="aweXpect.Migration"; TargetFile="10-migration.md" } ) } [pscustomobject]@{ Repo="aweXpect.Json"; SourcePath="Docs/pages"; Target="Extensions/aweXpect.Json"; InlineReadme=$true; ExtraReadmes=@() } [pscustomobject]@{ Repo="aweXpect.Mockolate"; SourcePath="Docs/pages"; Target="Extensions/aweXpect.Mockolate"; InlineReadme=$true; ExtraReadmes=@() } diff --git a/Pipeline/Build.Pages.cs b/Pipeline/Build.Pages.cs index e9199afe..52e65f34 100644 --- a/Pipeline/Build.Pages.cs +++ b/Pipeline/Build.Pages.cs @@ -67,7 +67,7 @@ record ReadmeSubstitution( new("Testably", "aweXpect", "Docs/pages", "aweXpect", ExtraReadmes: [ - new("Testably", "aweXpect.Migration", "09-migration.md"), + new("Testably", "aweXpect.Migration", "10-migration.md"), ]), new("Testably", "aweXpect.Json", "Docs/pages", "Extensions/aweXpect.Json", InlineReadme: true), new("Testably", "aweXpect.Mockolate", "Docs/pages", "Extensions/aweXpect.Mockolate", InlineReadme: true),