Skip to content

Commit

Permalink
chore(doc): make components and hooks folder opened by default (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant authored Oct 18, 2023
1 parent eae3598 commit b0acc42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/pages/examples/live-app-creation/start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ Now organize your project with a clear and manageable architecture. Here's a sim

<FileTree>
<FileTree.Folder name="src" defaultOpen>
<FileTree.Folder name="components">
<FileTree.Folder name="components" defaultOpen>
<FileTree.File name="Header.tsx" />
<FileTree.File name="Footer.tsx" />
</FileTree.Folder>

<FileTree.Folder name="hooks">
<FileTree.Folder name="hooks" defaultOpen>
<FileTree.File name="useAccounts.tsx" />
<FileTree.File name="useSignTransaction.tsx" />
</FileTree.Folder>
Expand Down

2 comments on commit b0acc42

@vercel
Copy link

@vercel vercel bot commented on b0acc42 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api – ./apps/docs

wallet-api-git-main-ledgerhq.vercel.app
wallet.api.live.ledger.com
wallet-api-ledgerhq.vercel.app

@vercel
Copy link

@vercel vercel bot commented on b0acc42 Oct 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wallet-api-wallet-api-tools – ./apps/wallet-api-tools

wallet-api-wallet-api-tools.vercel.app
wallet-api-wallet-api-tools-ledgerhq.vercel.app
wallet-api-wallet-api-tools-git-main-ledgerhq.vercel.app

Please sign in to comment.