Skip to content

Commit 18ddf0a

Browse files
authored
Merge pull request #12 from Xunzhuo/chore-clean-readthedocs
chore: rm readthedocs as its deprecated
2 parents cfc9dad + 1ac2d67 commit 18ddf0a

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.readthedocs.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/semantic-router/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func main() {
4646

4747
log.Printf("Starting vLLM Semantic Router ExtProc with config: %s", *configPath)
4848

49-
// Start Classification API server if enabled
49+
// Start API server if enabled
5050
if *enableAPI {
5151
go func() {
5252
log.Printf("Starting Classification API server on port %d", *apiPort)

website/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,3 @@ Modify `docusaurus.config.js` for:
114114
- **Live Preview**: http://localhost:3000 (when running)
115115
- **Docusaurus Docs**: https://docusaurus.io/docs
116116
- **Main Project**: ../README.md
117-
118-
---
119-
120-
Built with ❤️ using [Docusaurus](https://docusaurus.io/)

0 commit comments

Comments
 (0)