Reorganize styleguide (pattern library) to distinguish static layouts, styleguide from Sass powering it
This commit is contained in:
parent
b9040a7fde
commit
952af16725
235 changed files with 4 additions and 4 deletions
46
static-layouts/design-source/data/nav.json
Executable file
46
static-layouts/design-source/data/nav.json
Executable file
|
@ -0,0 +1,46 @@
|
|||
{
|
||||
"mainnav": [
|
||||
{
|
||||
"label": "Services",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
},
|
||||
{
|
||||
"label": "Work",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
},
|
||||
{
|
||||
"label": "Initiatives",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
},
|
||||
{
|
||||
"label": "About",
|
||||
"href": "#",
|
||||
"state": "is-active",
|
||||
"children": [
|
||||
{
|
||||
"label": "Team",
|
||||
"href": "#",
|
||||
"state": "is-active"
|
||||
},
|
||||
{
|
||||
"label": "Events",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"label": "Insights",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
},
|
||||
{
|
||||
"label": "Contact",
|
||||
"href": "#",
|
||||
"state": ""
|
||||
}
|
||||
]
|
||||
}
|
5
static-layouts/design-source/data/site.json
Executable file
5
static-layouts/design-source/data/site.json
Executable file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"site": {
|
||||
"title": "Agaric"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue