Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/development/chat_models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Chat Models
weight: 3
weight: 4
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/embedding_models.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Embedding Models
weight: 5
weight: 6
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/integrate_with_flink.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Integrate with Flink
weight: 10
weight: 11
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/mcp.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: MCP
weight: 9
weight: 10
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/memory/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Memory
bold: true
bookCollapseSection: true
weight: 7
weight: 8
---
<!--
Licensed to the Apache Software Foundation (ASF) under one
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/prompts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Prompts
weight: 4
weight: 5
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/tool_use.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Tool Use
weight: 8
weight: 9
type: docs
---
<!--
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/development/vector_stores.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Vector Stores
weight: 6
weight: 7
Copy link
Copy Markdown
Collaborator

@weiqingy weiqingy May 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

weight: 7 here ties with docs/content/docs/development/memory/_index.md, which is also pinned to weight: 7. At a tie, Hugo's sidebar order falls back to alphabetic path, so Memory and Vector Stores can swap depending on Hugo version. How do you feel about bumping Memory to 8 in the same PR so each entry in the development tree has a unique weight? Open to other ideas if there's a reason to keep Memory at 7.

type: docs
---
<!--
Expand Down
Loading
Loading