Skip to content

Commit 3d6d61a

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
Add category configuration for Data Lifecycle and Operations
- Data Lifecycle: Position 5, proper title case display - Operations: Position 8, proper title case display This ensures consistent sidebar styling with the rest of the docs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 8b16c70 commit 3d6d61a

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Data Lifecycle",
3+
"position": 5,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Manage data lifecycle with retention policies, delete operations, and continuous queries."
7+
}
8+
}

docs/operations/_category_.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"label": "Operations",
3+
"position": 8,
4+
"link": {
5+
"type": "generated-index",
6+
"description": "Operational features including telemetry and monitoring."
7+
}
8+
}

0 commit comments

Comments
 (0)