diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 1f4d87e8..d32441db 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "docfx": { - "version": "2.78.2", + "version": "2.78.3", "commands": [ "docfx" ], diff --git a/docfx.json b/docfx.json index 6081d15c..b2f94057 100644 --- a/docfx.json +++ b/docfx.json @@ -16,7 +16,8 @@ ], "dest": "api", "filter": "filter.yml", - "enumSortOrder": "declaringOrder" + "enumSortOrder": "declaringOrder", + "memberLayout": "separatePages" } ], "build": { diff --git a/toc.yml b/toc.yml index 8de88a1c..11171796 100644 --- a/toc.yml +++ b/toc.yml @@ -1,6 +1,6 @@ -- name: Manual +- name: Documentation href: articles/ -- name: Reference +- name: API href: api/ - name: Tutorials href: tutorials/