Skip to content

Commit

Permalink
Update docfx switch docfx-tools to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed Sep 22, 2024
1 parent 2456a36 commit b4b2fe1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"docfx": {
"version": "2.75.3",
"version": "2.77.0",
"commands": [
"docfx"
]
Expand Down
2 changes: 1 addition & 1 deletion docs/bonsai
Submodule bonsai updated 36 files
+40 −7 README.md
+0 −1 assets/docs/.gitignore
+0 −3 assets/docs/api/.gitignore
+0 −2 assets/docs/build.ps1
+ assets/docs/favicon.ico
+0 −4 assets/docs/filter.yml
+0 −96 assets/docs/logo.svg
+0 −1 assets/docs/template/public/main.css
+0 −13 assets/docs/template/public/main.js
+0 −2 assets/docs/workflows/.gitignore
+0 −3 assets/root/.bonsai/.gitignore
+0 −49 assets/root/.bonsai/Bonsai.config
+0 −8 assets/root/.bonsai/NuGet.config
+0 −4 assets/root/.bonsai/Setup.cmd
+0 −21 assets/root/.bonsai/Setup.ps1
+0 −28 assets/root/.github/workflows/build.yml
+0 −51 assets/root/.github/workflows/docs.yml
+0 −229 modules/Configure-Json.ipynb
+0 −250 modules/Copy-Files.ipynb
+3 −2 modules/Export-Image.ps1
+11 −3 modules/Export-Tools.psm1
+0 −195 modules/export-xref.ipynb
+5,950 −0 modules/svg11.dtd
+186 −0 template/api/ManagedReference.extension.js
+7 −0 template/api/ManagedReference.html.primary.tmpl
+5 −0 template/api/ManagedReference.overwrite.js
+67 −0 template/api/images/combinator-operator.svg
+87 −0 template/api/images/right-arrow.svg
+86 −0 template/api/images/sink-operator.svg
+88 −0 template/api/images/source-operator.svg
+58 −0 template/api/images/transform-operator.svg
+98 −0 template/api/partials/class.tmpl.partial
+83 −0 template/api/partials/diagram.tmpl.partial
+45 −0 template/api/partials/enum.tmpl.partial
+29 −0 template/api/partials/propertyTables.tmpl.partial
+35 −0 template/api/styles/styles.css

0 comments on commit b4b2fe1

Please sign in to comment.