Skip to content

Commit 2823ce9

Browse files
authored
Update OSS config to have page names
1 parent a045fb9 commit 2823ce9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.opensource/project.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99

1010
"content": "README.md",
1111

12-
"pages" : [
13-
"auth/README.md",
14-
"database/README.md",
15-
"storage/README.md",
16-
"firestore/README.md",
17-
"docs/upgrade-to-2.0.md",
18-
"docs/upgrade-to-3.0.md",
19-
"docs/upgrade-to-4.0.md"
20-
],
12+
"pages" : {
13+
"auth/README.md": "Authentication",
14+
"database/README.md": "Realtime Database,
15+
"storage/README.md": "Cloud Storage,
16+
"firestore/README.md": "Cloud Firestore,
17+
"docs/upgrade-to-2.0.md": "Upgrade to v2.0",
18+
"docs/upgrade-to-3.0.md": "Upgrade to v3.0",
19+
"docs/upgrade-to-4.0.md": "Upgrade to v4.0"
20+
},
2121

2222
"related": [
2323
"firebase/firebaseui-ios",

0 commit comments

Comments
 (0)