Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
49 changes: 25 additions & 24 deletions docs/_data/site-navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,31 @@
}
]
},
{
"title": "Forms",
"links": [
{
"title": "Checkbox & Radio",
"url": "/product/components/checkbox/"
},
{
"title": "Inputs",
"url": "/product/components/inputs/"
},
{
"title": "Labels",
"url": "/product/components/labels/"
},
{
"title": "Select",
"url": "/product/components/select/"
},
{
"title": "Textarea",
"url": "/product/components/textarea/"
}
]
},
{
"title": "Components",
"links": [
Expand Down Expand Up @@ -202,10 +227,6 @@
"title": "Cards",
"url": "/product/components/cards/"
},
{
"title": "Checkbox",
"url": "/product/components/checkbox/"
},
{
"title": "Code blocks",
"url": "/product/components/code-blocks/"
Expand All @@ -222,14 +243,6 @@
"title": "Expandable",
"url": "/product/components/expandable/"
},
{
"title": "Inputs",
"url": "/product/components/inputs/"
},
{
"title": "Labels",
"url": "/product/components/labels/"
},
{
"title": "Links",
"url": "/product/components/links/"
Expand Down Expand Up @@ -278,14 +291,6 @@
"title": "Prose",
"url": "/product/components/prose/"
},
{
"title": "Radio",
"url": "/product/components/radio/"
},
{
"title": "Select",
"url": "/product/components/select/"
},
{
"title": "Sidebar widgets",
"url": "/product/components/sidebar-widgets/"
Expand All @@ -302,10 +307,6 @@
"title": "Tags",
"url": "/product/components/tags/"
},
{
"title": "Textarea",
"url": "/product/components/textarea/"
},
{
"title": "Toggle switch",
"url": "/product/components/toggle-switch/"
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/less/stacks-documentation.less
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// ============================================================================
// $ IMPORTS
// ----------------------------------------------------------------------------
@import "../../../lib/css/stacks.less"; // These are actual styles used in SO projects
@import (reference) "../../../lib/css/stacks.less"; // These are actual styles used in SO projects

.stacks-section {
margin-top: var(--su48);
Expand Down
Loading