From 10f3d10b81e542df3204d9c7b78e0307b6774887 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Thu, 3 Oct 2024 02:06:13 +0100 Subject: [PATCH 1/3] Update docfx version --- .config/dotnet-tools.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 From f874c094cbd5fce5a8e8556de102ee19f6ff8286 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Thu, 3 Oct 2024 02:06:23 +0100 Subject: [PATCH 2/3] Update bootstrapper version --- .bonsai/Bonsai.config | 60 +++++++++++++++++++++++++------------------ 1 file changed, 35 insertions(+), 25 deletions(-) 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 From 1f9cb89e0599dca7475f4f0b4d1cbf1ec3fb09a8 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Thu, 3 Oct 2024 17:30:30 +0100 Subject: [PATCH 3/3] Update submodules and generalize build script --- docs/bonsai | 2 +- docs/build.ps1 | 3 ++- docs/examples | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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