We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d96f5 commit 8a5e94dCopy full SHA for 8a5e94d
README.md
@@ -1,5 +1,23 @@
1
# MemOS Docs
2
3
+This repository contains the documentation website for MemOS project.
4
+
5
+## Project Structure
6
7
+```
8
+MemOS-Docs/
9
+├── app/ # Main application code
10
+│ ├── components/ # Vue components
11
+│ ├── composables/ # Vue composables
12
+│ ├── pages/ # Vue pages and routing
13
+│ └── assets/ # Static assets like CSS
14
+├── content/ # Documentation content
15
+│ ├── api.json # OpenAPI Documentation
16
+│ └── settings.yaml # Documentation navigation
17
+├── public/ # Public static assets
18
+│ └── assets/ # Images and other media
19
+└── nuxt.config.ts # Nuxt configuration
20
21
22
## Setup
23
0 commit comments