File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ Vercel 部署指南,包括:
6464## 🏗️ Project Structure / 项目结构
6565
6666```
67- example /
67+ examples/starter /
6868├── README.md # Main documentation
6969├── ARCHITECTURE.md # Technical architecture details
7070├── VERCEL.md # Vercel deployment guide
7171├── TESTING.md # Testing guide
7272├── validate.sh # Validation script
73- ├── package.json # Uses @objectdocs/cli from npm
73+ ├── package.json # Uses @objectdocs/cli from workspace
7474├── vercel.json # Vercel configuration
7575├── .gitignore # Git ignore rules
7676├── content/
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ pnpm add -D ../path/to/objectdocs-cli-0.2.11.tgz
68684 . Copy the content structure:
6969
7070``` bash
71- cp -r /path/to/example /content .
71+ cp -r /path/to/examples/starter /content .
7272```
7373
74745 . Add scripts to package.json and test.
You can’t perform that action at this time.
0 commit comments