Skip to content

Commit

Permalink
Update docfx (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin authored Sep 2, 2023
1 parent 6364beb commit 23ec78c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Docs/SuperLinq.Docs/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Microsoft.DocAsCode;
using Microsoft.DocAsCode.Dotnet;
using Docfx;
using Docfx.Dotnet;

await DotnetApiCatalog.GenerateManagedReferenceYamlFiles("docfx.json");
await Docset.Build("docfx.json");
3 changes: 1 addition & 2 deletions Docs/SuperLinq.Docs/SuperLinq.Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.5" />
<PackageReference Include="Microsoft.DocAsCode.Build.MemberLevelManagedReference" Version="2.63.1" />
<PackageReference Include="DocFx.App" Version="2.70.0" />
</ItemGroup>

</Project>
3 changes: 2 additions & 1 deletion Docs/SuperLinq.Docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"disableDefaultFilter": false,
"memberLayout": "separatePages"
}
],
"build": {
Expand Down

0 comments on commit 23ec78c

Please sign in to comment.