Skip to content

Commit

Permalink
Merge pull request #25 from glopesdev/separate-pages
Browse files Browse the repository at this point in the history
Use separate member pages and remove unused docfx config properties
  • Loading branch information
glopesdev authored Jan 14, 2025
2 parents 40223b6 + c5b68e8 commit 815b961
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 114 deletions.
5 changes: 3 additions & 2 deletions .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"isRoot": true,
"tools": {
"docfx": {
"version": "2.75.3",
"version": "2.78.2",
"commands": [
"docfx"
]
],
"rollForward": false
}
}
}
2 changes: 1 addition & 1 deletion docs/bonsai
2 changes: 1 addition & 1 deletion docs/build.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.\bonsai\modules\Export-Image.ps1 "..\src\Bonsai.ZeroMQ\bin\Release\net472"
.\bonsai\modules\Export-Image.ps1 "..\artifacts\bin\Bonsai.ZeroMQ\release"
dotnet docfx @args
19 changes: 5 additions & 14 deletions docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"filter": "filter.yml"
"filter": "filter.yml",
"enumSortOrder": "declaringOrder",
"memberLayout": "separatePages"
}
],
"build": {
Expand Down Expand Up @@ -41,8 +41,6 @@
"resource": [
{
"files": [
"logo.svg",
"favicon.ico",
"images/**",
"workflows/**"
]
Expand All @@ -64,34 +62,27 @@
"_appTitle": "Bonsai.ZeroMQ",
"_appFooter": "&copy; 2024 Bonsai Foundation CIC and Contributors. Made with <a href=\"https://dotnet.github.io/docfx\">docfx</a>",
"_enableNewTab": true,
"_enableSearch": true,
"_gitContribute": {
"repo": "https://github.com/bonsai-rx/zeromq",
"branch": "main",
"apiSpecFolder": "docs/apidoc"
}
},
"dest": "_site",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"output": "_site",
"template": [
"default",
"modern",
"bonsai/template",
"template"
],
"postProcessors": [ "ExtractSearchIndex" ],
"markdownEngineName": "markdig",
"markdownEngineProperties": {
"markdigExtensions": [
"attributes",
"customcontainers"
]
},
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false,
"xrefService": [ "https://xref.docs.microsoft.com/query?uid={uid}" ],
"xref": [
"https://bonsai-rx.org/docs/xrefmap.yml",
"https://horizongir.github.io/reactive/xrefmap.yml"
Expand Down
Binary file removed docs/favicon.ico
Binary file not shown.
96 changes: 0 additions & 96 deletions docs/logo.svg

This file was deleted.

0 comments on commit 815b961

Please sign in to comment.