[Doc] uses absolute links for structured outputs#19582
[Doc] uses absolute links for structured outputs#19582aarnphm merged 1 commit intovllm-project:mainfrom
Conversation
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
👋 Hi! Thank you for contributing to the vLLM project. 💬 Join our developer Slack at https://slack.vllm.ai to discuss your PR in #pr-reviews, coordinate on features in #feat- channels, or join special interest groups in #sig- channels. Just a reminder: PRs would not trigger full CI run by default. Instead, it would only run Once the PR is approved and ready to go, your PR reviewer(s) can run CI to test the changes comprehensively before merging. To run CI, PR reviewers can either: Add 🚀 |
|
This would mean that all versions will link to the latest version which would break older versions of these examples were ever moved or renamed |
|
I think the issue is that the relative links are trying to link to the actual example files rather than the generated example Does it work if you change the relative links to |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
2 similar comments
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
I dont' think the reference from features would work, given that we are doing a copy and transpile path from examples -> docs target here. btw I can't seem to run mkdocs locally to verify this. |
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This PR updates the absolute links for all structured outputs examples with features page.
I don't think relative links are being resolved correctly here.
Signed-off-by: Aaron Pham contact@aarnphm.xyz