@@ -3,109 +3,108 @@ import { Heading } from '@/components/documentation/Heading'
3
3
4
4
const guides = [
5
5
{
6
- href : '/documentation/api_reference' ,
6
+ href : '/documentation/en/ api_reference' ,
7
7
name : 'Installation' ,
8
8
description : 'Start using Robyn in your project.' ,
9
9
} ,
10
10
{
11
- href : '/documentation/api_reference/getting_started' ,
11
+ href : '/documentation/en/ api_reference/getting_started' ,
12
12
name : 'Getting Started' ,
13
13
description : 'Start with creating basic routes in Robyn.' ,
14
14
} ,
15
15
{
16
- href : '/documentation/api_reference/request_object' ,
16
+ href : '/documentation/en/ api_reference/request_object' ,
17
17
name : 'The Request Object' ,
18
18
description : 'Learn about the Request Object in Robyn.' ,
19
19
} ,
20
20
{
21
- href : '/documentation/api_reference/robyn_env' ,
21
+ href : '/documentation/en/ api_reference/robyn_env' ,
22
22
name : 'The Robyn Env file' ,
23
23
description : 'Learn about the Robyn variables' ,
24
24
} ,
25
25
{
26
- href : '/documentation/api_reference/middlewares' ,
26
+ href : '/documentation/en/ api_reference/middlewares' ,
27
27
name : 'Middlewares, Events and Websockets' ,
28
28
description : 'Learn about Middlewares, Events and Websockets in Robyn.' ,
29
29
} ,
30
30
{
31
- href : '/documentation/api_reference/authentication' ,
31
+ href : '/documentation/en/ api_reference/authentication' ,
32
32
name : 'Authentication' ,
33
33
description : 'Learn about Authentication in Robyn.' ,
34
34
} ,
35
35
{
36
- href : '/documentation/api_reference/const_requests' ,
36
+ href : '/documentation/en/ api_reference/const_requests' ,
37
37
name : 'Const Requests and Multi Core Scaling' ,
38
38
description : 'Learn about Const Requests and Multi Core Scaling in Robyn.' ,
39
39
} ,
40
40
{
41
- href : '/documentation/api_reference/cors' ,
41
+ href : '/documentation/en/ api_reference/cors' ,
42
42
name : 'CORS' ,
43
43
description : 'CORS' ,
44
44
} ,
45
45
{
46
- href : '/documentation/api_reference/templating' ,
46
+ href : '/documentation/en/ api_reference/templating' ,
47
47
name : 'Templating' ,
48
48
description : 'Learn about Templating in Robyn.' ,
49
49
} ,
50
50
{
51
- href : '/documentation/api_reference/redirection' ,
51
+ href : '/documentation/en/ api_reference/redirection' ,
52
52
name : 'Redirection' ,
53
53
description : 'Learn how to redirect requests to different endpoints.' ,
54
54
} ,
55
55
{
56
- href : '/documentation/api_reference/file-uploads' ,
56
+ href : '/documentation/en/ api_reference/file-uploads' ,
57
57
name : 'File Uploads' ,
58
58
description :
59
59
'Learn how to upload and download files to your server using Robyn.' ,
60
60
} ,
61
61
{
62
- href : '/documentation/api_reference/form_data' ,
62
+ href : '/documentation/en/ api_reference/form_data' ,
63
63
name : 'Form Data and Multi Part Form Data' ,
64
64
description : 'Learn how to handle form data.' ,
65
65
} ,
66
66
{
67
- href : '/documentation/api_reference/websockets' ,
67
+ href : '/documentation/en/ api_reference/websockets' ,
68
68
name : 'Websockets' ,
69
69
description : 'Learn how to use Websockets in Robyn.' ,
70
70
} ,
71
71
{
72
- href : '/documentation/api_reference/exceptions' ,
72
+ href : '/documentation/en/ api_reference/exceptions' ,
73
73
name : 'Exceptions' ,
74
74
description : 'Learn how to handle exceptions in Robyn.' ,
75
75
} ,
76
76
{
77
- href : '/documentation/api_reference/scaling' ,
77
+ href : '/documentation/en/ api_reference/scaling' ,
78
78
name : 'Scaling the Application' ,
79
79
description : 'Learn how to scaled Robyn across multiple cores.' ,
80
80
} ,
81
81
{
82
- href : '/documentation/api_reference/advanced_features' ,
82
+ href : '/documentation/en/ api_reference/advanced_features' ,
83
83
name : 'Advanced Features' ,
84
84
description : 'Learn about advanced features in Robyn.' ,
85
85
} ,
86
86
{
87
- href : '/documentation/api_reference/multiprocess_execution' ,
87
+ href : '/documentation/en/ api_reference/multiprocess_execution' ,
88
88
name : 'Multiprocess Execution' ,
89
89
description : 'Learn about the behaviour or variables during multithreading' ,
90
90
} ,
91
91
{
92
- href : '/documentation/api_reference/using_rust_directly' ,
92
+ href : '/documentation/en/ api_reference/using_rust_directly' ,
93
93
name : 'Direct Rust Usage' ,
94
94
description : 'Learn about directly using Rust in Robyn.' ,
95
95
} ,
96
96
{
97
- href : '/documentation/api_reference/graphql-support' ,
97
+ href : '/documentation/en/ api_reference/graphql-support' ,
98
98
name : 'GraphQL Support' ,
99
99
description : 'Learn about GraphQL Support in Robyn.' ,
100
100
} ,
101
101
{
102
- href : '/documentation/api_reference/openapi' ,
102
+ href : '/documentation/en/ api_reference/openapi' ,
103
103
name : 'OpenAPI Documentation' ,
104
- description :
105
- 'Learn how to generate OpenAPI docs for your applications.' ,
104
+ description : 'Learn how to generate OpenAPI docs for your applications.' ,
106
105
} ,
107
106
{
108
- href : '/documentation/api_reference/dependency_injection' ,
107
+ href : '/documentation/en/ api_reference/dependency_injection' ,
109
108
name : 'Dependency Injection' ,
110
109
description : 'Learn about Dependency Injection in Robyn.' ,
111
110
} ,
0 commit comments