Skip to content

Commit

Permalink
docs: add wallets.js subpath export to API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jun 21, 2024
1 parent a1fa7da commit f3c7889
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,17 @@ const config: Config = {
{
projectRoot: path.join(__dirname, "../.."),
tsconfigName: "tsconfig.typedoc.json",
packages: ["packages/core", "packages/react", "packages/utils"],
packages: [
{
path: "packages/core",
entry: {
index: "src/index.ts",
"wallets.js": { path: "src/wallets/index.ts", label: "Wallets" },
},
},
"packages/react",
"packages/utils",
],
},
],
],
Expand Down

0 comments on commit f3c7889

Please sign in to comment.