Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: memberpage plugin -> memberLayout.SeparatePages #8569

Merged
merged 5 commits into from
Mar 30, 2023
Merged

Conversation

yufeih
Copy link
Contributor

@yufeih yufeih commented Mar 28, 2023

Add memberLayout option to enable generating type members as separate pages using:

{
   "metadata": [{
      "memberLayout": "separatePages"
   }]
}

Fixes #8389

@yufeih yufeih added the new-feature Makes the pull request to appear in "New Features" section of the next release note label Mar 28, 2023
@codecov
Copy link

codecov bot commented Mar 28, 2023

Codecov Report

Patch coverage: 96.29% and project coverage change: -0.97 ⚠️

Comparison is base (347fc98) 75.30% compared to head (a9c1a8a) 74.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8569      +/-   ##
==========================================
- Coverage   75.30%   74.34%   -0.97%     
==========================================
  Files         649      648       -1     
  Lines       23926    23935       +9     
==========================================
- Hits        18018    17795     -223     
- Misses       5908     6140     +232     
Impacted Files Coverage Δ
...c/Microsoft.DocAsCode.Dotnet/MetadataJsonConfig.cs 94.73% <93.75%> (-5.27%) ⬇️
...ld.ManagedReference/SplitClassPageToMemberLevel.cs 9.66% <100.00%> (ø)
src/Microsoft.DocAsCode.Dotnet/DotnetApiCatalog.cs 72.41% <100.00%> (+0.48%) ⬆️
...de.Dotnet/ExtractMetadata/ExtractMetadataConfig.cs 100.00% <100.00%> (ø)
...de.Dotnet/ExtractMetadata/ExtractMetadataWorker.cs 76.03% <100.00%> (+0.56%) ⬆️
...DocAsCode.Dotnet/ManagedReference/PageViewModel.cs 100.00% <100.00%> (ø)

... and 9 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Makes the pull request to appear in "New Features" section of the next release note
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Memberpage plugin does not work
1 participant