Skip to content

Commit 41f8a4f

Browse files
authored
Convert pages from an array to a map (Flank#981)
firebase/firebaseopensource.com#184
1 parent 43c1635 commit 41f8a4f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.opensource/project.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"name": "flank",
33
"platforms": ["Android", "iOS"],
44
"content": "README.md",
5-
"pages" : ["faq.md", "contributing.md", "release_notes.md"],
5+
"pages" : {
6+
"faq.md": "FAQ",
7+
"contributing.md": "Contributing",
8+
"release_notes.md": "Release Notes"
9+
},
610
"related": []
711
}
8-
12+

0 commit comments

Comments
 (0)