Skip to content

Commit

Permalink
add navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
btcdrak committed Jan 16, 2016
1 parent 62995b7 commit bc78ad7
Showing 1 changed file with 13 additions and 17 deletions.
30 changes: 13 additions & 17 deletions _data/navigation.yml
Expand Up @@ -6,29 +6,25 @@ en:
about:
title: "About"
url: "/en/about/"
test: # this is temporary structure to show how to do nested menus
disabled: true # disable from rendering
title: "Nested"
submenu: true
tree: # menus go here
first:
title: "first"
url: "/first"
second:
title: "second"
url: "/second"
blog:
title: "blog"
url: "/en/blog/"
releases:
title: "releases"
url: "/en/releases/"
contribute:
title: "contribute"
url: "/en/contribute/"
meetings:
title: "meetings"
url: "/en/meetings/"
dev:
title: "Development"
submenu: true
tree:
contribute:
title: "contribute"
url: "/en/contribute/"
segwit:
title: "SegWit Adoption"
url: "/en/segwit_adoption/"
meetings:
title: "meetings"
url: "/en/meetings/"
de:
home:
title: "Bitcoin Core"
Expand Down

0 comments on commit bc78ad7

Please sign in to comment.