fix bug: update site_url to point to GitHub Pages

This commit is contained in:
dengjiaji 2025-09-15 15:16:16 +08:00
parent 805b7520ec
commit 9da6a14fcb
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ Personal memory helps "**understand user preferences**", while task memory helps
and [frozenlake exp](./cookbook/frozenlake/quickstart.md).
- **[2025-08]** 🚀 MCP protocol support is now available -> [MCP Quick Start](mcp_quick_start.md).
- **[2025-06]** 🚀 Multiple backend vector storage support (Elasticsearch &
ChromaDB) -> [Vector DB quick start](docs/vector_store_api_guide.md).
ChromaDB) -> [Vector DB quick start](vector_store_api_guide.md).
- **[2024-09]** 🧠 [MemoryScope](https://github.com/modelscope/Reme/tree/memoryscope_branch) v0.1 released,
personalized and time-aware memory storage and usage.

View file

@ -1,5 +1,5 @@
site_name: ReMe
site_url: https://github.com/modelscope/ReMe/
site_url: https://modelscope.github.io/ReMe/
site_description: "Memory Management Framework for Agents"
theme:
name: shadcn