Skip to content

Commit 8a5e94d

Browse files
committed
chore: update readme
1 parent a9d96f5 commit 8a5e94d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# MemOS Docs
22

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+
```
321

422
## Setup
523

0 commit comments

Comments
 (0)