vllm-project/vllm-omni

[Feature]: Auto-syncing example/*/*/README.md to docs/user_guide/examples/*/*.md

オープン

#2,269 opened on 2026/03/27

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Python (1,067 件のフォーク)github user discovery
good first issuehelp wanted

Repository metrics

Stars
 (4,990 個のスター)
PR merge metrics
 (PR metrics pending)

説明

🚀 The feature, motivation and pitch

Currently, there are two copies of user guide docs in the codebase, as listed in title. A recent update of PR template gently request authors to sync changes to docs/user_guide using mkdoc commands before submitting the PR. A better solution can be a pre-commit hook the checks:

  • Whether the author edits docs/user_guide/examples in a commit, and abort this commit
  • When there is edit to examples, run mkdoc command

Downside: may need to disable this behavior when running pre-commit in CI. mkdoc takes a long time.

Open to discussions!

Alternatives

No response

Additional context

No response

Before submitting a new issue...

  • Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.

コントリビューターガイド