File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ logger.info(f"Request routed to {routing_info.get('selected_model')} "
648648
649649- ** [ Classification API] ( classification.md ) ** : Detailed classification endpoints
650650- ** [ System Architecture] ( ../overview/architecture/system-architecture.md ) ** : System monitoring and observability
651- - ** [ Quick Start Guide] ( ../installation/installation .md ) ** : Real-world integration examples
651+ - ** [ Quick Start Guide] ( ../installation/local .md ) ** : Real-world integration examples
652652- ** [ Configuration Guide] ( ../installation/configuration.md ) ** : Production configuration
653653
654654For more advanced API usage and custom integrations, refer to the examples directory or join our community discussions.
Original file line number Diff line number Diff line change @@ -955,8 +955,8 @@ This workflow ensures your configuration is:
955955
956956# # Next Steps
957957
958- - **[Installation Guide](installation .md)** - Setup instructions
959- - **[Quick Start Guide](installation .md)** - Basic usage examples
958+ - **[Local Guide](local .md)** - Setup instructions in Local
959+ - **[Kubernetes Guide](kubernetes .md)** - Setup instructions in Kubernetes
960960- **[API Documentation](../api/router.md)** - Complete API reference
961961
962962The configuration system is designed to be simple yet powerful. Start with the basic configuration and gradually enable advanced features as needed.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ The router provides comprehensive monitoring through:
9696
9797## 🔗 Quick Links
9898
99- - [ ** Installation** ] ( installation/installation .md ) - Setup and installation guide
99+ - [ ** Installation** ] ( installation/local .md ) - Setup and installation guide
100100- [ ** Overview** ] ( overview/semantic-router-overview.md ) - Deep dive into semantic routing concepts
101101- [ ** Architecture** ] ( overview/architecture/system-architecture.md ) - Technical architecture and design
102102- [ ** Model Training** ] ( training/training-overview.md ) - How classification models are trained
You can’t perform that action at this time.
0 commit comments