Skip to content

Commit 1c04eb3

Browse files
committed
fix: peatix url
1 parent 25a0fe6 commit 1c04eb3

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

apps/web-docs/.vitepress/config.mts

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,21 @@ export default defineConfig({
99
nav: [
1010
{ text: 'Top', link: '/' },
1111
{ text: 'CSS', link: '/css/getting-started' },
12-
{ text: 'Peatix', link: '/peatix/csv-usage' },
12+
{
13+
text: 'RPA',
14+
items: [
15+
{
16+
text: 'Getting Started',
17+
link: '/rpa/getting-started',
18+
},
19+
{
20+
text: 'Peatix',
21+
items: [
22+
{ text: 'Download CSV', link: '/rpa/peatix/csv' },
23+
],
24+
},
25+
],
26+
},
1327
{
1428
text: 'Supabase',
1529
items: [
@@ -36,7 +50,22 @@ export default defineConfig({
3650
text: 'Examples',
3751
items: [
3852
{ text: 'CSS', link: '/css/getting-started' },
39-
{ text: 'Peatix', link: '/peatix/csv-usage' },
53+
{
54+
text: 'RPA',
55+
items: [
56+
{
57+
text: 'Getting Started',
58+
link: '/rpa/getting-started',
59+
},
60+
{
61+
text: 'Peatix',
62+
items: [
63+
{ text: 'Download CSV', link: '/rpa/peatix/csv' },
64+
{ text: 'Fetch JSON data', link: '/rpa/peatix/json' },
65+
],
66+
},
67+
],
68+
},
4069
{
4170
text: 'Supabase',
4271
items: [

0 commit comments

Comments
 (0)