docs: endpoints list page

This commit is contained in:
Данил 2025-02-24 20:21:15 +03:00
parent fe8959577c
commit 9c9d0352c6
2 changed files with 29 additions and 0 deletions

View file

@ -23,6 +23,14 @@ export default defineConfig({
},
],
},
{
label: 'Endpoints',
items: [
{
label: 'Endpoints list', slug: 'docs/endpoints/endpoints-list'
}
],
},
],
}),
],