Skip to content

Commit

Permalink
feat: Add all component docs to the sidenav
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jun 4, 2020
1 parent a8db4f8 commit 1ba5c10
Showing 1 changed file with 205 additions and 0 deletions.
205 changes: 205 additions & 0 deletions src/data/sidenav.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,37 @@
"displayName": "Grid",
"url": "/components/grid"
},
{
"displayName": "GridItem",
"url": "/components/grid-item"
},
{
"displayName": "List",
"url": "/components/list"
},
{
"displayName": "ListItem",
"url": "/components/list-item"
},
{
"displayName": "Spacing",
"url": "/components/spacing"
},
{
"displayName": "Stack",
"url": "/components/stack"
},
{
"displayName": "StackItem",
"url": "/components/stack-item"
},
{
"displayName": "Tabs",
"url": "/components/tabs"
},
{
"displayName": "TabsItem",
"url": "/components/tabs-item"
}
]
},
Expand All @@ -64,6 +92,79 @@
{
"displayName": "Button",
"url": "/components/button"
},
{
"displayName": "Checkbox",
"url": "/components/checkbox"
},
{
"displayName": "Dropdown",
"url": "/components/dropdown"
},
{
"displayName": "DropdownItem",
"url": "/components/dropdown-item"
},
{
"displayName": "Radio",
"url": "/components/radio"
},
{
"displayName": "RadioGrouop",
"url": "/components/radio-group"
},
{
"displayName": "Select",
"url": "/components/select"
},
{
"displayName": "SelectItem",
"url": "/components/select-item"
},
{
"displayName": "TextField",
"url": "/components/text-field"
}
]
},
{
"displayName": "Table",
"children": [
{
"displayName": "Table",
"url": "/components/table"
},
{
"displayName": "TableHeader",
"url": "/components/table-header"
},
{
"displayName": "TableHeaderCell",
"url": "/components/table-header-cell"
},
{
"displayName": "TableRow",
"url": "/components/table-row"
},
{
"displayName": "TableRowCell",
"url": "/components/table-row-cell"
},
{
"displayName": "EntityTitleTableRowCell",
"url": "/components/entity-title-table-row-cell"
},
{
"displayName": "MetricTableRowCell",
"url": "/components/metric-table-row-cell"
},
{
"displayName": "SparklineTableRowCell",
"url": "/components/sparkline-table-row-cell"
},
{
"displayName": "UserTableRowCell",
"url": "/components/user-table-row-cell"
}
]
},
Expand Down Expand Up @@ -105,6 +206,58 @@
{
"displayName": "AreaChart",
"url": "/components/area-chart"
},
{
"displayName": "BarChart",
"url": "/components/bar-chart"
},
{
"displayName": "BillboardChart",
"url": "/components/billboard-chart"
},
{
"displayName": "ChartGroup",
"url": "/components/chart-group"
},
{
"displayName": "FunnelChart",
"url": "/components/funnel-chart"
},
{
"displayName": "HeatmapChart",
"url": "/components/heatmap-chart"
},
{
"displayName": "HistogramChart",
"url": "/components/histogram-chart"
},
{
"displayName": "JsonChart",
"url": "/components/json-chart"
},
{
"displayName": "LineChart",
"url": "/components/line-chart"
},
{
"displayName": "PieChart",
"url": "/components/pie-chart"
},
{
"displayName": "ScatterChart",
"url": "/components/scatter-chart"
},
{
"displayName": "SparklineChart",
"url": "/components/sparkline-chart"
},
{
"displayName": "StackedBarChart",
"url": "/components/stacked-bar-chart"
},
{
"displayName": "TableChart",
"url": "/components/table-chart"
}
]
},
Expand All @@ -115,17 +268,69 @@
"displayName": "AccountStorageMutation",
"url": "/components/account-storage-mutation"
},
{
"displayName": "AccountStorageQuery",
"url": "/components/account-storage-query"
},
{
"displayName": "AccountsQuery",
"url": "/components/accounts-query"
},
{
"displayName": "EntitiesByDomainTypeQuery",
"url": "/components/entities-by-domain-type-query"
},
{
"displayName": "EntitiesByGuidsQuery",
"url": "/components/entities-by-guids-query"
},
{
"displayName": "EntitiesByNameQuery",
"url": "/components/entities-by-name-query"
},
{
"displayName": "EntityByGuidQuery",
"url": "/components/entity-by-guid-query"
},
{
"displayName": "EntityCountQuery",
"url": "/components/entity-count-query"
},
{
"displayName": "EntitySearchQuery",
"url": "/components/entity-search-query"
},
{
"displayName": "EntityStorageMutation",
"url": "/components/entity-storage-mutation"
},
{
"displayName": "EntityStorageQuery",
"url": "/components/entity-storage-query"
},
{
"displayName": "NerdGraphMutation",
"url": "/components/nerd-graph-mutation"
},
{
"displayName": "NerdGraphQuery",
"url": "/components/nerd-graph-query"
},
{
"displayName": "NrqlQuery",
"url": "/components/nrql-query"
},
{
"displayName": "UserQuery",
"url": "/components/user-query"
},
{
"displayName": "UserStorageMutation",
"url": "/components/user-storage-mutation"
},
{
"displayName": "UserStorageQuery",
"url": "/components/user-storage-query"
}
]
},
Expand Down

0 comments on commit 1ba5c10

Please sign in to comment.