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({
9
9
nav : [
10
10
{ text : 'Top' , link : '/' } ,
11
11
{ 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
+ } ,
13
27
{
14
28
text : 'Supabase' ,
15
29
items : [
@@ -36,7 +50,22 @@ export default defineConfig({
36
50
text : 'Examples' ,
37
51
items : [
38
52
{ 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
+ } ,
40
69
{
41
70
text : 'Supabase' ,
42
71
items : [
You can’t perform that action at this time.
0 commit comments