diff --git a/.bonsai/Bonsai.config b/.bonsai/Bonsai.config index e85ebbb4..ac40c8a0 100644 --- a/.bonsai/Bonsai.config +++ b/.bonsai/Bonsai.config @@ -1,10 +1,10 @@  - - - - + + + + @@ -13,6 +13,11 @@ + + + + + @@ -22,28 +27,33 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + \ No newline at end of file diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 278b6c75..9fd034a4 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,10 +3,11 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.75.3", + "version": "2.77.0", "commands": [ "docfx" - ] + ], + "rollForward": false } } } \ No newline at end of file diff --git a/docs/bonsai b/docs/bonsai index 8e93a915..14246dc3 160000 --- a/docs/bonsai +++ b/docs/bonsai @@ -1 +1 @@ -Subproject commit 8e93a91590cdb751e7dc878d09ae9605cd9263f4 +Subproject commit 14246dc307b918b68aa03232539a8f57318a4623 diff --git a/docs/build.ps1 b/docs/build.ps1 index 10c294d6..71f6bca6 100644 --- a/docs/build.ps1 +++ b/docs/build.ps1 @@ -1,4 +1,5 @@ -.\bonsai\modules\Export-Image.ps1 "..\src\Bonsai.ML.Visualizers\bin\Release\net472" +$projectFolders = Get-ChildItem "..\src\Bonsai.ML.*\bin\Release\net472" -Directory | Select-Object -Expand FullName +.\bonsai\modules\Export-Image.ps1 $projectFolders $exampleEnvironments = Get-ChildItem -Directory -Recurse -Filter ".bonsai" -Path "examples" foreach ($environment in $exampleEnvironments) { diff --git a/docs/examples b/docs/examples index fa68418a..c20d8f35 160000 --- a/docs/examples +++ b/docs/examples @@ -1 +1 @@ -Subproject commit fa68418aa78c6870d4e48c555923aa2882f891bd +Subproject commit c20d8f35149c2109757f5e8e90addff7ca1416f2