Skip to content

Commit af8a364

Browse files
authored
Merge pull request #22 from vllm-project/roadmap-v01
project: add vllm semantic router v0.1 roadmap
2 parents ea956c0 + 213d8d3 commit af8a364

File tree

3 files changed

+758
-0
lines changed

3 files changed

+758
-0
lines changed

website/docusaurus.config.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,17 @@ const config = {
112112
},
113113
],
114114
},
115+
{
116+
type: 'dropdown',
117+
label: 'Roadmap',
118+
position: 'left',
119+
items: [
120+
{
121+
label: 'v0.1',
122+
to: '/roadmap/v0.1',
123+
},
124+
],
125+
},
115126
{
116127
href: 'https://github.com/vllm-project/semantic-router',
117128
label: 'GitHub',

0 commit comments

Comments
 (0)