File tree Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Expand file tree Collapse file tree 1 file changed +31
-2
lines changed Original file line number Diff line number Diff 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 : [
You can’t perform that action at this time.
0 commit comments