Skip to content

Commit

Permalink
Filter experimental APIs in docfx
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-jung committed Jan 30, 2025
1 parent 0cc5ec0 commit a0ebaf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
]
}
],
"dest": "api"
"dest": "api",
"filter": "filterConfig.yml"
}
],
"build": {
Expand All @@ -19,7 +20,8 @@
"**/*.{md,yml}"
],
"exclude": [
"_site/**"
"_site/**",
"filterConfig.yml"
]
}
],
Expand Down
4 changes: 4 additions & 0 deletions docfx/filterConfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiRules:
- exclude:
hasAttribute:
uid: System.Diagnostics.CodeAnalysis.ExperimentalAttribute

0 comments on commit a0ebaf4

Please sign in to comment.