Skip to content

Commit 2104507

Browse files
committed
fix: typos and routing
1 parent 3d00a33 commit 2104507

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

.vitepress/config.mts

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,10 @@ export default defineConfig({
3131
}
3232
],
3333
'/docs/utils':[
34-
{
35-
text: 'Examples',
36-
collapsed: false,
37-
items: [
38-
{ text: 'Markdown Examples', link: '/markdown-examples' },
39-
{ text: 'Runtime API Examples', link: '/api-examples' }
40-
]
41-
}
34+
{
35+
text: 'Overview',
36+
link: '/docs/admin/index.md'
37+
},
4238
],
4339
'/docs/components':[
4440
{

docs/utils/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
The [vue-utils](https://github.com/viur-framework/vi-vue-utils) serve as an interface between the [ViUR framework](https://www.viur.dev/) and the frontend in [Vue.js](https://vuejs.org/).
44

5-
- [HTTP Requests](#http-requests) from ViUR backend.
6-
- [Login screen](#login-screen) for Vue.js applications with a ViUR backend.
7-
- [Auto rendering](#bone-rendering) of so called ViUR backend skeletons in a Vue.js application.
5+
- HTTP Requests from ViUR backend.
6+
- Login screen for Vue.js applications with a ViUR backend.
7+
- Auto rendering of so called ViUR backend skeletons in a Vue.js application.
88

99

1010
## HTTP Requests

0 commit comments

Comments
 (0)