Skip to content

Commit 9cfc819

Browse files
committed
Remove Stateful from docs
1 parent d85a6cf commit 9cfc819

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gen-docfx.fsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ let defaultConfig = {
126126
Assemblies = [
127127
("src/Hedgehog/bin/Debug/net8.0/Hedgehog.dll", "Hedgehog")
128128
("src/Hedgehog.Xunit/bin/Debug/net8.0/Hedgehog.Xunit.dll", "Hedgehog.Xunit")
129-
("src/Hedgehog.Stateful/bin/Debug/net8.0/Hedgehog.Stateful.dll", "Hedgehog.Stateful")
130129
]
131130
OutputDir = "docs/api"
132131

@@ -135,7 +134,7 @@ let defaultConfig = {
135134

136135
RootUrl = "/"
137136
SkipAutoOpenWrappers = true
138-
CSharpNamespaces = Set.ofList ["Hedgehog.Linq"; "Hedgehog.Stateful.Linq"]
137+
CSharpNamespaces = Set.ofList ["Hedgehog.Linq"]
139138
}
140139

141140
// ============================================================================
@@ -1155,7 +1154,6 @@ let runWithArgs (args: string[]) : unit =
11551154
let assemblies = [
11561155
($"src/Hedgehog/bin/%s{buildConfiguration}/net8.0/Hedgehog.dll", "Hedgehog")
11571156
($"src/Hedgehog.Xunit/bin/%s{buildConfiguration}/net8.0/Hedgehog.Xunit.dll", "Hedgehog.Xunit")
1158-
($"src/Hedgehog.Stateful/bin/%s{buildConfiguration}/net8.0/Hedgehog.Stateful.dll", "Hedgehog.Stateful")
11591157
]
11601158

11611159
let config = { defaultConfig with Assemblies = assemblies }

0 commit comments

Comments
 (0)