Fix example links

This commit is contained in:
Jonas Kalderstam 2016-07-16 18:53:07 +02:00
parent 3f5819eb7f
commit ad190f83bb
8 changed files with 9 additions and 1 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ build
.idea
*.zip
local.properties
public

View File

@ -1,6 +1,7 @@
+++
[menu.main]
parent = "Examples"
url = "example/"
identifier = ""
weight = 99
+++

View File

@ -4,7 +4,8 @@ title = "Custom item layout"
[menu]
[menu.main]
identifier = "customitemlayout"
identifier = "custom_item_layout"
url = "example/custom_item_layout/"
parent = "Examples"
weight = 20

View File

@ -5,6 +5,7 @@ title = "Filter based on file extension"
[menu]
[menu.main]
identifier = "filter_file_extension"
url = "example/filter_file_extension/"
parent = "Examples"
weight = 10

View File

@ -5,6 +5,7 @@ title = "Override the back button"
[menu]
[menu.main]
identifier = "override_back_button"
url = "example/override_back_button/"
parent = "Examples"
weight = 70

View File

@ -5,6 +5,7 @@ title = "Override selection behavior"
[menu]
[menu.main]
identifier = "override_selection_behavior"
url = "example/override_selection_behavior/"
parent = "Examples"
weight = 99

View File

@ -6,6 +6,7 @@ title = "Change the sort order"
[menu.main]
parent = "Examples"
identifier = "sortorder"
url = "example/sortorder/"
weight = 0
+++

View File

@ -5,6 +5,7 @@ title = "Standalone fragment"
[menu]
[menu.main]
identifier = "standalone_fragment"
url = "example/standalone_fragment/"
parent = "Examples"
weight = 99