Skip to content

Commit

Permalink
website/docs: Fix sidebar.
Browse files Browse the repository at this point in the history
- Meta: Pushing as separate commit as force pushes don't seem to trigger rebuilds.
  • Loading branch information
GirlBossRush committed Jan 16, 2025
1 parent fabaf66 commit 2ef83a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,14 @@ export default {
"users-sources/sources/social-logins/discord/index",
"users-sources/sources/social-logins/facebook/index",
"users-sources/sources/social-logins/github/index",
"users-sources/sources/social-logins/google/index",
{
type: "category",
label: "Google",
items: [
"users-sources/sources/social-logins/google/cloud/index",
"users-sources/sources/social-logins/google/workspace/index",
],
},
"users-sources/sources/social-logins/mailcow/index",
"users-sources/sources/social-logins/twitch/index",
"users-sources/sources/social-logins/plex/index",
Expand Down

0 comments on commit 2ef83a4

Please sign in to comment.