- Notifications
You must be signed in to change notification settings - Fork20
[Hold for next llm-d release] Add support for nested guide directories and clarify branch sync strategy#118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
netlifybot commentedNov 17, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
❌ Deploy Preview forelaborate-kangaroo-25e1ee failed.Why did it fail? →
|
petecheslock commentedNov 17, 2025
@liu-cong Check out this branch with your changes incorporated to add those 2 new guides. After those guides are merged and released we can then revert the test commit (e07366839c20217805c7a8994cd60335daa2d421) and then merge this with the release. |
petecheslock commentedNov 17, 2025
@liu-cong Direct URLs The issue on the tab group is that you need closing "```" for the code block:https://github.com/llm-d/llm-d/blob/liu-cong-debug/guides/prefix-cache-storage/cpu/README.md?plain=1#L43 |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
f794e65 to6af7508Comparepetecheslock commentedNov 20, 2025
Hold this until the new docs are included in the next llm-d release. |
Signed-off-by: Pete Cheslock <pete.cheslock@redhat.com>
…dynamic guides- Updated README.md to include instructions for configuring remote guides from nested directories, detailing the use of `targetFilename` for top-level page generation.- Modified guide-generator.js to add new dynamic guides for 'Prefix Cache Storage' and 'Prefix Cache Storage - CPU', including sidebar positions and descriptions.Signed-off-by: Pete Cheslock <pete.cheslock@redhat.com>
Signed-off-by: Pete Cheslock <pete.cheslock@redhat.com>
6af7508 to5353f0eCompare…tation- Renamed 'prefix-cache-storage' to 'tiered-prefix-cache' in guide-generator.js, updating titles and target filenames accordingly.- Adjusted .gitignore to reflect the new directory structure for tiered prefix cache documentation.Signed-off-by: Pete Cheslock <pete.cheslock@redhat.com>
Changes
Nested guide support - Added optional
targetFilenameparameter toDYNAMIC_GUIDESinguide-generator.js, allowing guides from nested directories (e.g.,prefix-cache-storage/cpu/README.md) to render as top-level sidebar entries instead of nested folders.Branch testing workflow - Updated
components-data.yamlto support testing unreleased content by temporarily settingrelease.versionto a feature branch name (currentlyliu-cong-debugfor validation).Documentation improvements:
RELEASE_INFO.versionmainbranch viaCOMMON_REPO_CONFIGStargetFilenameusageTesting
Set
release.version: liu-cong-debugincomponents-data.yamland runnpm startto verify branch-based content sync works correctly.Follow-up
Revert
release.versionback to the official release tag (e.g.,v0.3.1) before merging to production.