From e1f4a88afa30bc3f515efae6cae57a3a64209f2d Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 28 Dec 2024 21:23:07 -0800 Subject: [PATCH] rm: unnecessary pages --- docs/features/PWA.md | 10 ---------- docs/features/memory.md | 8 -------- docs/features/plugin/index.mdx | 2 +- 3 files changed, 1 insertion(+), 19 deletions(-) delete mode 100644 docs/features/PWA.md delete mode 100644 docs/features/memory.md diff --git a/docs/features/PWA.md b/docs/features/PWA.md deleted file mode 100644 index 565d32b..0000000 --- a/docs/features/PWA.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -sidebar_position: 18 -title: "📱 Progressive Web App" ---- - -COMING SOON! - -📱 Progressive Web App for Mobile: Enjoy a native progressive web application experience on your mobile device with offline access on localhost or a personal domain, and a smooth user interface. In order for our PWA to be installable on your device, it must be delivered in a secure context. This usually means that it must be served over HTTPS. - - To set up a PWA, you'll need some understanding of technologies like Linux, Docker, and reverse proxies such as Nginx, Caddy, or Traefik. Using these tools can help streamline the process of building and deploying a PWA tailored to your needs. While there's no "one-click install" option available, and your available option to securely deploy your Open WebUI instance over HTTPS requires user experience, using these resources can make it easier to create and deploy a PWA tailored to your needs. diff --git a/docs/features/memory.md b/docs/features/memory.md deleted file mode 100644 index acd3a77..0000000 --- a/docs/features/memory.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -sidebar_position: 8 -title: "🧠 Memory (Experimental)" ---- - -COMING SOON! - -🧠 Memory Feature: Manually add information you want your LLMs to remember via the Settings > Personalization > Memory menu. Memories can be added, edited, and deleted. diff --git a/docs/features/plugin/index.mdx b/docs/features/plugin/index.mdx index 3ec51fe..90a6847 100644 --- a/docs/features/plugin/index.mdx +++ b/docs/features/plugin/index.mdx @@ -1,5 +1,5 @@ --- -sidebar_position: 2 +sidebar_position: 0 title: "🛠️ Tools & Functions" ---