Skip to content

Commit

Permalink
switch docfx output from yml to markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanhickey committed Oct 6, 2023
1 parent d81c5a4 commit 260678a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docfx_project/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false
"disableDefaultFilter": false,
"outputFormat": "markdown"
},
{
"src": [
Expand All @@ -35,7 +36,8 @@
],
"dest": "apiV2",
"disableGitFeatures": false,
"disableDefaultFilter": false
"disableDefaultFilter": false,
"outputFormat": "markdown"
}
],
"build": {
Expand Down

0 comments on commit 260678a

Please sign in to comment.