.nav.yml 1.94 KB
Newer Older
1
nav:
2
3
4
  - Home: README.md
  - User Guide:
    - usage/README.md
5
6
7
8
    - Getting Started:
      - getting_started/quickstart.md
      - getting_started/installation
    - Examples:
9
      - examples/README.md
10
11
12
      - Offline Inference: examples/offline_inference
      - Online Serving: examples/online_serving
      - Others: examples/others
13
    - General:
14
      - usage/v1_guide.md
15
      - usage/*
16
17
18
19
20
21
22
23
24
    - Inference and Serving:
      - serving/offline_inference.md
      - serving/openai_compatible_server.md
      - serving/*
      - serving/integrations
    - Deployment:
      - deployment/*
      - deployment/frameworks
      - deployment/integrations
25
26
27
    - Training: training
    - Configuration:
      - configuration/*
28
      - TPU: https://docs.vllm.ai/projects/tpu/en/latest/
29
30
31
32
33
    - Models:
      - models/supported_models.md
      - models/generative_models.md
      - models/pooling_models.md
      - models/extensions
34
35
36
      - Hardware Supported Models:
        - models/hardware_supported_models/*
        - TPU: https://docs.vllm.ai/projects/tpu/en/latest/recommended_models_features/
37
    - Features: features
38
  - Developer Guide:
39
    - contributing/README.md
40
41
42
    - General:
      - glob: contributing/*
        flatten_single_child_sections: true
43
    - Model Implementation:
44
45
46
47
48
      - contributing/model/README.md
      - contributing/model/basic.md
      - contributing/model/registration.md
      - contributing/model/tests.md
      - contributing/model/multimodal.md
49
      - contributing/model/transcription.md
50
    - CI: contributing/ci
51
52
53
54
    - Design Documents:
      - Plugins:
        - design/*plugin*.md
      - design/*
55
56
57
58
59
  - Benchmarking:
      - benchmarking/README.md
      - benchmarking/cli.md
      - benchmarking/sweeps.md
      - benchmarking/dashboard.md
60
  - API Reference:
61
    - api/README.md
62
    - api/vllm
63
  - CLI Reference: cli
64
65
  - Community:
    - community/*
66
67
68
    - Blog: https://blog.vllm.ai
    - Forum: https://discuss.vllm.ai
    - Slack: https://slack.vllm.ai