Skip to content

Commit

Permalink
(docs): Improiving the tabs component with a query string and also gr…
Browse files Browse the repository at this point in the history
…ouping the tabs together. If we add another tab they'll be synced.
  • Loading branch information
dericksozo committed Aug 22, 2024
1 parent 83068a3 commit 659bc3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/authentication-plugin-examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Once you have an Authentication Entity set up, follow these steps to add authent
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<Tabs>
<Tabs groupId="frameworks" queryString="framework">
<TabItem value="nodejs" label="Node.js" default>

1. Navigate to your service's Plugins page.
Expand Down

0 comments on commit 659bc3d

Please sign in to comment.