Skip to content

Commit 86a6204

Browse files
authored
Merge pull request #1123 from datum-cloud/nav-edit-resources
Nav: Resources rearrangement
2 parents 842d593 + 04eac28 commit 86a6204

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/data/navigation.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,22 @@
4747
"text": "GitHub Discussions",
4848
"href": "https://github.com/orgs/datum-cloud/discussions",
4949
"isExternal": true
50+
},
51+
{
52+
"text": "Discord",
53+
"href": "https://discord.com/invite/AeA9XZu4Py",
54+
"isExternal": true
5055
}
5156
]
5257
},
5358
{
5459
"title": "Get involved:",
5560
"items": [
56-
{
57-
"text": "Discord",
58-
"href": "https://discord.com/invite/AeA9XZu4Py",
59-
"isExternal": true
60-
},
6161
{ "text": "Changelog", "href": "/changelog/" },
6262
{ "text": "Roadmap", "href": "/roadmap/" },
6363
{ "text": "Events", "href": "/events/" },
64-
{ "text": "Careers", "href": "/careers/" }
64+
{ "text": "Careers", "href": "/careers/" },
65+
{ "text": "Handbook", "href": "/handbook/" }
6566
]
6667
}
6768
]

0 commit comments

Comments
 (0)