.nav.yml 1.68 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
    - Training: training
    - Configuration:
27
      - configuration/README.md
28
      - configuration/*
29
30
31
32
33
    - Models:
      - models/supported_models.md
      - models/generative_models.md
      - models/pooling_models.md
      - models/extensions
34
      - Hardware Supported Models: models/hardware_supported_models
35
    - Features: features
36
  - Developer Guide:
37
    - contributing/README.md
38
39
40
    - General:
      - glob: contributing/*
        flatten_single_child_sections: true
41
    - Model Implementation:
42
43
44
45
46
      - contributing/model/README.md
      - contributing/model/basic.md
      - contributing/model/registration.md
      - contributing/model/tests.md
      - contributing/model/multimodal.md
47
      - contributing/model/transcription.md
48
    - CI: contributing/ci
49
50
51
52
    - Design Documents:
      - Plugins:
        - design/*plugin*.md
      - design/*
53
  - API Reference:
54
    - api/README.md
55
    - api/vllm
56
  - CLI Reference: cli
57
58
  - Community:
    - community/*
59
60
61
    - Blog: https://blog.vllm.ai
    - Forum: https://discuss.vllm.ai
    - Slack: https://slack.vllm.ai