docs: clarify Gmail OAuth setup and required scopes (#185)

This commit is contained in:
Shaheer Sarfaraz
2026-02-18 13:44:25 +00:00
committed by GitHub
parent 63bf5bdc87
commit 625264c3a2
6 changed files with 118 additions and 5 deletions
+5 -1
View File
@@ -6,7 +6,10 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Getting Started",
items: ["getting-started/self-hosting"],
items: [
"getting-started/self-hosting",
"getting-started/gmail-oauth-setup",
],
},
{
type: "category",
@@ -51,6 +54,7 @@ const sidebars: SidebarsConfig = {
label: "Self-Hosting & Ops",
items: [
"getting-started/self-hosting",
"getting-started/gmail-oauth-setup",
"getting-started/database-backups",
"troubleshooting/common-problems",
],