Improve feed gestures

This commit is contained in:
MM20
2026-01-06 21:50:28 +01:00
parent 7eb5f591d6
commit 93250bd07d
5 changed files with 66 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
# Feed
The feed is a personalized content page that lives to the left of your home screen, that can be
The feed is a personalized content page that lives to the left of your home screen, which can be
opened without leaving the launcher. Traditionally, launchers show the Google Discover feed here,
but there are other alternatives.

View File

@@ -54,6 +54,10 @@ export const UserGuideSidebar: DefaultTheme.SidebarItem[] = [
text: 'Weather',
link: '/docs/user-guide/integrations/weather',
},
{
text: 'Feed',
link: '/docs/user-guide/integrations/feed',
},
],
},
{