forked from ray-project/ray-llm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (28 loc) · 782 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: Aviary
site_description: Aviary - A tool to deploy and query LLMs.
site_url: https://anyscale.github.io/aviary
theme:
name: material
palette:
primary: black
accent: teal
icon:
repo: fontawesome/brands/github-alt
logo: img/ray.png
favicon: img/favicon.ico
repo_name: anyscale/ray-llm
repo_url: https://github.com/anyscale/ray-llm
edit_uri: ""
nav:
- Aviary Home: index.md
- CLI: cli.md
- Deploying on GKE: kuberay/deploy-on-gke.md
- Deploying on EKS: kuberay/deploy-on-eks.md
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/anyscale/aviary
- icon: fontawesome/brands/twitter
link: https://twitter.com/raydistributed
- icon: fontawesome/solid/globe
link: https://anyscale.com