Skip to content

Commit 858529e

Browse files
committed
one more config try
1 parent 671deec commit 858529e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.openpublishing.publish.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"branch_mapping": {}
6666
},
6767
{
68-
"path_to_root": "_razor",
68+
"path_to_root": "aspnetcore/_razor",
6969
"url": "https://github.com/dotnet/razor",
7070
"branch": "main",
7171
"include_in_build": true,

aspnetcore/docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"exclude": [],
1616
"group": "group1",
1717
"src": "_razor/docs",
18-
"dest": "aspnetcore/razor-pages/breaking-changes"
18+
"dest": "razor-pages/breaking-changes"
1919
}
2020
],
2121
"resource": [

aspnetcore/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -798,9 +798,9 @@ items:
798798
- name: Razor SDK
799799
uid: razor-pages/sdk
800800
- name: Razor breaking changes since .NET 8
801-
href: razor-pages/breaking-changes/Compiler%20Breaking%20Changes%20-%20DotNet%208.md
801+
href: ../_razor/docs/Compiler%20Breaking%20Changes%20-%20DotNet%208.md
802802
- name: Razor breaking changes since .NET 9
803-
href: razor-pages/breaking-changes/Compiler%20Breaking%20Changes%20-%20DotNet%209.md
803+
href: ../_razor/docs/Compiler%20Breaking%20Changes%20-%20DotNet%209.md
804804
- name: View components
805805
uid: mvc/views/view-components
806806
- name: View compilation

0 commit comments

Comments
 (0)