Skip to content

Commit

Permalink
Define top level navigation
Browse files Browse the repository at this point in the history
the ordering of the top level navigation (Styles, Components, Patterns) is defined in config/navigation.json
  • Loading branch information
alex-ju committed Jan 5, 2018
1 parent e339252 commit fe89d60
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/navigation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"label": "About",
"url": ""
},
{
"label": "Styles",
"url": "styles"
},
{
"label": "Components",
"url": "components"
},
{
"label": "Patterns",
"url": "patterns"
}
]

0 comments on commit fe89d60

Please sign in to comment.