Skip to content

Commit 27819d6

Browse files
authored
docs: reorder the quickstart pages (#143)
Signed-off-by: bitliu <[email protected]>
1 parent 361445e commit 27819d6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

website/docs/getting-started/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Configuration Guide
1+
# Global Configuration
22

33
This guide covers the configuration options for the Semantic Router. The system uses a single YAML configuration file that controls all aspects of routing, classification, and security.
44

website/docs/getting-started/reasoning-routing-quickstart.md renamed to website/docs/getting-started/reasoning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Reasoning Routing Quickstart
1+
# Reasoning Routing
22

33
This short guide shows how to enable and verify “reasoning routing” in the Semantic Router:
44

website/sidebars.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,18 @@ const sidebars = {
3535
},
3636
{
3737
type: 'category',
38-
label: 'Model Training',
38+
label: 'Getting Started',
3939
items: [
40-
'training/training-overview',
40+
'getting-started/installation',
41+
'getting-started/reasoning',
42+
'getting-started/configuration',
4143
],
4244
},
4345
{
4446
type: 'category',
45-
label: 'Getting Started',
47+
label: 'Model Training',
4648
items: [
47-
'getting-started/installation',
48-
'getting-started/configuration',
49-
'getting-started/reasoning-routing-quickstart',
49+
'training/training-overview',
5050
],
5151
},
5252
{

0 commit comments

Comments
 (0)