Skip to content

Commit 911f985

Browse files
Copilothuangyiirene
andcommitted
Update documentation references to examples/starter
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent 539c848 commit 911f985

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/starter/INDEX.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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/

examples/starter/TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pnpm add -D ../path/to/objectdocs-cli-0.2.11.tgz
6868
4. Copy the content structure:
6969

7070
```bash
71-
cp -r /path/to/example/content .
71+
cp -r /path/to/examples/starter/content .
7272
```
7373

7474
5. Add scripts to package.json and test.

0 commit comments

Comments
 (0)