Skip to content

Commit e2ca81b

Browse files
authored
Merge branch 'main' into 0906-yuluo/optimize
2 parents 6f9a8f0 + af8a364 commit e2ca81b

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)