feat(help): add help center demo at /help - #22
Open
yanboishere wants to merge 9 commits into
Open
yanboishere wants to merge 9 commits into
yanboishere wants to merge 9 commits into
Conversation
Intercom-style help center modeled after help.openai.com: a searchable index of 8 topic collections with 36 Q&A articles (zh + en), collection and article pages with breadcrumbs, related articles and a contact card. Content and UI strings are self-contained in src/lib/help.ts (not in src/locales/*.json) so the section can later be extracted to help.memoh.ai as a unit; article bodies reuse the blog markdown renderer. All Q&A copy is placeholder demo content pending review. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
New footer column "Support" with a "Help Center" link to https://help.memoh.ai, between Resources and Community; the desktop footer grid grows from 6 to 7 columns (tablet/mobile breakpoints wrap as before). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Rewrite "How do I get started" as two sections — desktop app first (download, sign in, create a Bot, assign tasks), web app as the alternative — and list desktop before web in "Where can I use Memoh". Add h2-h4 styles to the article body, which previously relied on headings never being used. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
All mailto targets — the footer business-contact link, the help contact card, and the invoice / account-deletion articles — now point to support@memoh.net. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
"Where can I use Memoh" now lists desktop and web only; messaging channels keep their own collection. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
"Which chat channels does Memoh support" now enumerates the twelve channel adapters that exist in felinics/Memoh (internal/channel/adapters): Telegram, Discord, Slack, LINE, WeChat, WeChat Official Account, WeCom, QQ, Feishu, DingTalk, Matrix and Misskey, using the display names from the product's own i18n files. The channels collection description mentions the wider set too. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… and more Five new articles in the channels collection, grounded in the adapter configs in felinics/Memoh (internal/channel/adapters): WeChat QR login (plus Official Account / WeCom credentials), Feishu app id/secret with websocket default and Lark region, DingTalk appkey/secret over Stream mode, Slack bot + app tokens with Socket Mode, and a combined guide for QQ, LINE, Matrix and Misskey. The collection grows from 4 to 9 articles. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…dels Remove "How does the agent's memory work" and retitle the collection from "Agents, models & memory" to "Agents & models" with a matching description. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Fold the collected support questions (Feishu sheet CSV export) into the existing collections: - New: what Memoh can do, vs renting a VPS, bringing existing accounts/files, server locations, multitasking, why pricing is sustainable, payment/renewal/annual plans, prohibited uses. - Corrected from the sheet's canonical answers: the cloud computer hibernates after ~24h idle and hot-restarts with data preserved (was described as unconditionally always-on), and credits get the official conversion ($1 = 500 credits) with a per-model reference table. - "How is Memoh different" gains the chatbot-vs-cloud-computer contrast; plans overview notes subscriptions bundle credits with cloud-computer resources; article body gains table styles. Questions with no answer in the sheet and no verifiable basis (annual tech report, Kibotos/KiboVM open-sourcing, multi-device concurrent login) are intentionally left out. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Intercom-style help center demo modeled after help.openai.com, served at
/help:Design notes
src/lib/help.ts(notsrc/locales/*.json), so the section can later be extracted to help.memoh.ai as a unit and does not conflict with in-flight locale work.jafalls back toen, matching the site fallbackLocale.src/lib/markdown.ts)./helproutes join the plain-content shell in App.vue (flat background, no canvas).Placeholder copy
All 36 Q&A entries are invented demo content drafted from the landing site own copy — review before treating any claim (system requirements, billing behavior, retention) as product truth.
Verification