Skip to content

Commit ae1c1cd

Browse files
committed
PB-2395: add retry link to menu
1 parent 4165880 commit ae1c1cd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.vitepress/config.mts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,10 @@ export default defineConfig({
7878
{
7979
text: 'Get Started',
8080
collapsed: false,
81-
items: [{ text: 'Overview', link: '/get-started/overview' }],
81+
items: [
82+
{ text: 'Overview', link: '/get-started/overview' },
83+
{ text: 'Retrying failed requests', link: '/get-started/retry' },
84+
],
8285
},
8386
{
8487
text: 'Explore Data',

0 commit comments

Comments
 (0)