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 03af230 commit 80b45f1Copy full SHA for 80b45f1
docs/rspress.config.ts
@@ -8,7 +8,7 @@ export default defineConfig({
8
plugins: [
9
pluginApiDocgen({
10
entries: {
11
- bubble: path.resolve(__dirname, "../src/bubble.tsx"),
+ bubble: path.resolve(__dirname, "../src/bubble/index.tsx"),
12
sender: path.resolve(__dirname, "../src/sender.tsx"),
13
},
14
apiParseTool: "react-docgen-typescript",
0 commit comments