We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e09f2b commit df9bf6eCopy full SHA for df9bf6e
examples/docs/package.json
@@ -11,7 +11,7 @@
11
},
12
"devDependencies": {
13
"@types/node": "^24.10.0",
14
- "@rspress/core": "2.0.0-beta.35",
+ "@rspress/core": "2.0.0-rc.0",
15
"typescript": "5.9.3"
16
}
17
examples/docs/src/index.html
@@ -16,8 +16,8 @@
</head>
18
<body>
19
- <div id="root"><!--<?- DOC_CONTENT ?>--></div>
20
- <div id="search-container"></div>
+ <div id="__rspress_root"><!--<?- DOC_CONTENT ?>--></div>
+ <div id="__rspress_modal_container"></div>
21
<!-- Google Tag Manager (noscript) -->
22
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KBJC69NT"
23
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
0 commit comments