Skip to content

Commit d73cf2c

Browse files
committed
fix(docs): small updates
1 parent f03ef81 commit d73cf2c

File tree

3 files changed

+12
-139
lines changed

3 files changed

+12
-139
lines changed

examples-copier/QUICK-REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ commit_strategy:
109109

110110
### Available Variables
111111
- `${rule_name}` - Copy rule name (e.g., "java-aggregation-examples")
112-
- `${source_repo}` - Source repository (e.g., "cbullinger/aggregation-tasks")
113-
- `${target_repo}` - Target repository (e.g., "cbullinger/vector-search")
112+
- `${source_repo}` - Source repository (e.g., "mongodb/aggregation-tasks")
113+
- `${target_repo}` - Target repository (e.g., "mongodb/vector-search")
114114
- `${source_branch}` - Source branch (e.g., "main")
115115
- `${target_branch}` - Target branch (e.g., "main")
116116
- `${file_count}` - Number of files (e.g., "3")

examples-copier/configs/aggregation-tasks-config.yaml

Lines changed: 0 additions & 127 deletions
This file was deleted.

examples-copier/docs/CONFIGURATION-GUIDE.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -426,16 +426,16 @@ Variables extracted from pattern matching:
426426

427427
Available in commit messages, PR titles, and PR body templates:
428428

429-
| Variable | Description | Example |
430-
|--------------------|-------------------------------|----------------------------------|
431-
| `${rule_name}` | Name of the copy rule | `java-aggregation-examples` |
432-
| `${source_repo}` | Source repository | `cbullinger/aggregation-tasks` |
433-
| `${target_repo}` | Target repository | `cbullinger/vector-search` |
434-
| `${source_branch}` | Source branch | `main` |
435-
| `${target_branch}` | Target branch | `main` |
436-
| `${file_count}` | Number of files | `3` |
437-
| `${pr_number}` | PR number that triggered copy | `42` |
438-
| `${commit_sha}` | Source commit SHA | `abc123def456` |
429+
| Variable | Description | Example |
430+
|--------------------|-------------------------------|-----------------------------|
431+
| `${rule_name}` | Name of the copy rule | `java-aggregation-examples` |
432+
| `${source_repo}` | Source repository | `mongodb/aggregation-tasks` |
433+
| `${target_repo}` | Target repository | `mongodb/vector-search` |
434+
| `${source_branch}` | Source branch | `main` |
435+
| `${target_branch}` | Target branch | `main` |
436+
| `${file_count}` | Number of files | `3` |
437+
| `${pr_number}` | PR number that triggered copy | `42` |
438+
| `${commit_sha}` | Source commit SHA | `abc123def456` |
439439

440440
**Example Usage:**
441441
```yaml

0 commit comments

Comments
 (0)