mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-17 02:26:56 -05:00
docs: Add query strings to tabs (#2840)
This commit is contained in:
@@ -10,6 +10,7 @@ import TabItem from "@theme/TabItem";
|
||||
export const TesterTabs = (props) => (
|
||||
<Tabs
|
||||
groupId="testers"
|
||||
queryString
|
||||
defaultValue="promicro"
|
||||
values={[
|
||||
{ label: "Pro Micro Compatible Board", value: "promicro" },
|
||||
@@ -25,6 +26,7 @@ export const TesterTabs = (props) => (
|
||||
export const PinTabs = (props) => (
|
||||
<Tabs
|
||||
groupId="pin-approaches"
|
||||
queryString
|
||||
defaultValue="shield"
|
||||
values={[
|
||||
{ label: "Tester Shield", value: "shield" },
|
||||
|
||||
Reference in New Issue
Block a user