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