Skip to content

[doc] use snippets for contact us #19944

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,13 @@ If you use vLLM for your research, please cite our [paper](https://arxiv.org/abs

## Contact Us

<!-- --8<-- [start:contact-us] -->
- For technical questions and feature requests, please use GitHub [Issues](https://github.com/vllm-project/vllm/issues) or [Discussions](https://github.com/vllm-project/vllm/discussions)
- For discussing with fellow users, please use the [vLLM Forum](https://discuss.vllm.ai)
- For coordinating contributions and development, please use [Slack](https://slack.vllm.ai)
- For security disclosures, please use GitHub's [Security Advisories](https://github.com/vllm-project/vllm/security/advisories) feature
- For collaborations and partnerships, please contact us at [vllm-questions@lists.berkeley.edu](mailto:vllm-questions@lists.berkeley.edu)
<!-- Please keep this section up to date with vllm/docs/community/contact_us.md. -->
<!-- --8<-- [end:contact-us] -->

## Media Kit

Expand Down
7 changes: 1 addition & 6 deletions docs/community/contact_us.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,4 @@ title: Contact Us
---
[](){ #contactus }

- For technical questions and feature requests, please use GitHub [Issues](https://github.com/vllm-project/vllm/issues) or [Discussions](https://github.com/vllm-project/vllm/discussions)
- For discussing with fellow users, please use the [vLLM Forum](https://discuss.vllm.ai)
- For coordinating contributions and development, please use [Slack](https://slack.vllm.ai)
- For security disclosures, please use GitHub's [Security Advisories](https://github.com/vllm-project/vllm/security/advisories) feature
- For collaborations and partnerships, please contact us at [vllm-questions@lists.berkeley.edu](mailto:vllm-questions@lists.berkeley.edu)
<!-- Please keep this file up to date with the "Contact Us" section in vllm/README.md. -->
--8<-- "README.md:contact-us"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The path to README.md seems to be incorrect. According to the mkdocs-material snippets documentation, paths for snippets are relative to the docs directory. Since README.md is in the project root (one level above docs), the path should likely be ../README.md.

Without this change, the documentation build might fail or the content will not be rendered correctly. Could you please verify the path and test the documentation build locally?

Suggested change
--8<-- "README.md:contact-us"
--8<-- "../README.md:contact-us"