mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
115 lines
2.2 KiB
TypeScript
115 lines
2.2 KiB
TypeScript
|
|
export const en = [
|
|
{
|
|
text: 'Overview',
|
|
link: '/index.md'
|
|
},
|
|
{
|
|
text: 'About Memoh',
|
|
link: '/about.md'
|
|
},
|
|
{
|
|
text: 'Installation',
|
|
items: [
|
|
{
|
|
text: 'Docker',
|
|
link: '/installation/docker.md'
|
|
},
|
|
]
|
|
},
|
|
{
|
|
text: 'Getting Started',
|
|
items: [
|
|
{
|
|
text: 'LLM Provider and Model',
|
|
link: '/getting-started/provider-and-model.md'
|
|
},
|
|
{
|
|
text: 'Bot Management',
|
|
link: '/getting-started/bot.md'
|
|
},
|
|
{
|
|
text: 'Container Management',
|
|
link: '/getting-started/container.md'
|
|
},
|
|
{
|
|
text: 'Files Management',
|
|
link: '/getting-started/files.md'
|
|
},
|
|
{
|
|
text: 'Bot Skills',
|
|
link: '/getting-started/skills.md'
|
|
},
|
|
{
|
|
text: 'MCP Connections',
|
|
link: '/getting-started/mcp.md'
|
|
},
|
|
{
|
|
text: 'Bot Channels',
|
|
link: '/getting-started/channels.md'
|
|
},
|
|
{
|
|
text: 'Browser Contexts',
|
|
link: '/getting-started/browser.md'
|
|
},
|
|
{
|
|
text: 'Memory Management',
|
|
link: '/getting-started/memory.md'
|
|
},
|
|
{
|
|
text: 'Subagents',
|
|
link: '/getting-started/subagents.md'
|
|
},
|
|
{
|
|
text: 'Heartbeat',
|
|
link: '/getting-started/heartbeat.md'
|
|
},
|
|
{
|
|
text: 'Scheduled Tasks',
|
|
link: '/getting-started/schedule.md'
|
|
},
|
|
{
|
|
text: 'Search Providers',
|
|
link: '/getting-started/search-provider.md'
|
|
},
|
|
{
|
|
text: 'Email Providers',
|
|
link: '/getting-started/email.md'
|
|
},
|
|
]
|
|
},
|
|
{
|
|
text: 'Memory Providers',
|
|
items: [
|
|
{
|
|
text: 'Overview',
|
|
link: '/memory-providers/index.md'
|
|
},
|
|
{
|
|
text: 'Built-in',
|
|
link: '/memory-providers/builtin.md'
|
|
},
|
|
]
|
|
},
|
|
{
|
|
text: 'Channels',
|
|
items: [
|
|
{
|
|
text: 'Overview',
|
|
link: '/channels/index.md'
|
|
},
|
|
{
|
|
text: 'Telegram',
|
|
link: '/channels/telegram.md'
|
|
},
|
|
{
|
|
text: 'Feishu (Lark)',
|
|
link: '/channels/feishu.md'
|
|
},
|
|
{
|
|
text: 'Discord',
|
|
link: '/channels/discord.md'
|
|
},
|
|
]
|
|
},
|
|
] |