Skip to content

Commit b162863

Browse files
committed
Add to README how to test a different branch on guide sync
Signed-off-by: Pete Cheslock <[email protected]>
1 parent fc1b2ce commit b162863

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ git push # Triggers automatic deployment
9999
- **Guides** sync from the llm-d/llm-d release tag
100100
- **Community docs** always sync from `main` branch (latest)
101101

102+
### Testing content from a feature branch
103+
104+
To preview remote docs from a work-in-progress branch (for example `liu-cong-debug`), temporarily set `release.version` in `remote-content/remote-sources/components-data.yaml` to that branch name. Run `npm start` or `npm run build` to pull the branch content into the site. When testing is done, change `release.version` back to the released tag so production remains on the official docs.
105+
102106
**Manual updates:** You can also manually edit `components-data.yaml` if needed.
103107

104108
### Adding New Components

0 commit comments

Comments
 (0)