We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20dad9c + f8a5618 commit 70245b7Copy full SHA for 70245b7
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"docfx": {
6
- "version": "2.78.2",
+ "version": "2.78.3",
7
"commands": [
8
"docfx"
9
],
docfx.json
@@ -16,7 +16,8 @@
16
17
"dest": "api",
18
"filter": "filter.yml",
19
- "enumSortOrder": "declaringOrder"
+ "enumSortOrder": "declaringOrder",
20
+ "memberLayout": "separatePages"
21
}
22
23
"build": {
toc.yml
@@ -1,6 +1,6 @@
1
-- name: Manual
+- name: Documentation
2
href: articles/
-- name: Reference
+- name: API
href: api/
- name: Tutorials
href: tutorials/
0 commit comments