Skip to content

Commit 9c561b2

Browse files
authored
docs(angular-query): add examples to menu (TanStack#6781)
1 parent 58b3de8 commit 9c561b2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/config.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,23 @@
938938
"to": "framework/angular/guides/does-this-replace-client-state"
939939
}
940940
]
941+
},
942+
{
943+
"label": "Examples",
944+
"children": [
945+
{
946+
"label": "Simple",
947+
"to": "framework/angular/examples/simple"
948+
},
949+
{
950+
"label": "Basic",
951+
"to": "framework/angular/examples/basic"
952+
},
953+
{
954+
"label": "Default Query Function",
955+
"to": "framework/angular/examples/default-query-function"
956+
}
957+
]
941958
}
942959
]
943960
}

0 commit comments

Comments
 (0)