Skip to content

Document Panel component #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 12, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update panel.mdx
  • Loading branch information
ethanpalm committed May 12, 2025
commit 96da139e21ba28fcb3b8fb2c9b314c11dcf6c52f
1 change: 1 addition & 0 deletions components/panel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ If a page has a `<Panel>` component, any [`<RequestExample>`](/components/exampl
The components in a `<Panel>` will replace a page's table of contents.

````md
<Panel>
<Info>Pin info to the side panel. Or add any other component.</Info>
</Panel>
````
Expand Down