Skip to content

Commit df9bf6e

Browse files
committed
Update dependencies and documentation
1 parent 3e09f2b commit df9bf6e

File tree

3 files changed

+55
-218
lines changed

3 files changed

+55
-218
lines changed

examples/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@types/node": "^24.10.0",
14-
"@rspress/core": "2.0.0-beta.35",
14+
"@rspress/core": "2.0.0-rc.0",
1515
"typescript": "5.9.3"
1616
}
1717
}

examples/docs/src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</head>
1717

1818
<body>
19-
<div id="root"><!--<?- DOC_CONTENT ?>--></div>
20-
<div id="search-container"></div>
19+
<div id="__rspress_root"><!--<?- DOC_CONTENT ?>--></div>
20+
<div id="__rspress_modal_container"></div>
2121
<!-- Google Tag Manager (noscript) -->
2222
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KBJC69NT"
2323
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>

0 commit comments

Comments
 (0)