Skip to content

Commit

Permalink
Fix redirection files (dotnet#27536)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren authored Dec 14, 2021
1 parent 3323ddf commit 4430601
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .openpublishing.publish.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,6 @@
"Tutorial": "Content"
},
"build_entry_point": "docs",
"redirection_files": [
".openpublishing.redirection.json",
".openpublishing.redirection.architecture.json",
".openpublishing.redirection.azure.json",
".openpublishing.redirection.core.json",
".openpublishing.redirection.csharp.json",
".openpublishing.redirection.desktop-wpf.json",
".openpublishing.redirection.framework.json",
".openpublishing.redirection.framework-winforms.json",
".openpublishing.redirection.framework-wpf.json",
".openpublishing.redirection.fsharp.json",
".openpublishing.redirection.fundamentals.json",
".openpublishing.redirection.ml.json",
".openpublishing.redirection.standard.json",
".openpublishing.redirection.visual-basic.json"
],
"template_folder": "_themes"
}
],
Expand Down Expand Up @@ -107,5 +91,21 @@
"docs_build_engine": {
"name": "docfx_v3"
},
"redirection_files": [
".openpublishing.redirection.json",
".openpublishing.redirection.architecture.json",
".openpublishing.redirection.azure.json",
".openpublishing.redirection.core.json",
".openpublishing.redirection.csharp.json",
".openpublishing.redirection.desktop-wpf.json",
".openpublishing.redirection.framework.json",
".openpublishing.redirection.framework-winforms.json",
".openpublishing.redirection.framework-wpf.json",
".openpublishing.redirection.fsharp.json",
".openpublishing.redirection.fundamentals.json",
".openpublishing.redirection.machine-learning.json",
".openpublishing.redirection.standard.json",
".openpublishing.redirection.visual-basic.json"
],
"need_generate_intellisense": false
}

0 comments on commit 4430601

Please sign in to comment.