Skip to content

Commit 4ad3f39

Browse files
committed
consolidate duplicate preferences documentation pages
- Remove /docs/products/auth/preferences-storage (Journeys page) - Update /docs/products/auth/preferences (Concepts page) with localStorage section - Add redirect from old URL to prevent broken links - Remove preferences-storage from navigation sidebar
1 parent 9537107 commit 4ad3f39

File tree

4 files changed

+24
-392
lines changed

4 files changed

+24
-392
lines changed

src/redirects.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,5 +767,9 @@
767767
{
768768
"link": "/products/sites/offer-300-s",
769769
"redirect": "/products/sites/offer-300?format=short"
770+
},
771+
{
772+
"link": "/docs/products/auth/preferences-storage",
773+
"redirect": "/docs/products/auth/preferences"
770774
}
771775
]

src/routes/docs/products/auth/+layout.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@
116116
{
117117
label: 'Multi-tenancy',
118118
href: '/docs/products/auth/multi-tenancy'
119-
},
120-
{
121-
label: 'Preferences storage',
122-
href: '/docs/products/auth/preferences-storage'
123119
}
124120
]
125121
},

0 commit comments

Comments
 (0)