.nav.yml 1.67 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
nav:
  - Home: 
    - vLLM: README.md
    - Getting Started:
      - getting_started/quickstart.md
      - getting_started/installation
    - Examples:
      - LMCache: getting_started/examples/lmcache
      - getting_started/examples/offline_inference
      - getting_started/examples/online_serving
      - getting_started/examples/other
12
13
14
15
16
17
18
    - Quick Links:
      - User Guide: serving/offline_inference.md
      - Developer Guide: contributing/overview.md
      - API Reference: api/README.md
    - Timeline:
      - Roadmap: https://roadmap.vllm.ai
      - Releases: https://github.com/vllm-project/vllm/releases
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  - User Guide:
    - Inference and Serving:
      - serving/offline_inference.md
      - serving/openai_compatible_server.md
      - serving/*
      - serving/integrations
    - Training: training
    - Deployment:
      - deployment/*
      - deployment/frameworks
      - deployment/integrations
    - Performance: performance
    - Models:
      - models/supported_models.md
      - models/generative_models.md
      - models/pooling_models.md
      - models/extensions
    - Features:
      - features/compatibility_matrix.md
      - features/*
      - features/quantization
    - Other:
      - getting_started/*
  - Developer Guide:
    - contributing/overview.md
    - glob: contributing/*
      flatten_single_child_sections: true
46
    - Model Implementation: contributing/model
47
48
49
50
51
52
53
54
55
    - Design Documents:
      - V0: design
      - V1: design/v1
  - API Reference:
    - api/README.md
    - glob: api/vllm/*
      preserve_directory_names: true
  - Community:
    - community/*
56
57
58
    - Blog: https://blog.vllm.ai
    - Forum: https://discuss.vllm.ai
    - Slack: https://slack.vllm.ai