File tree 2 files changed +29
-28
lines changed
app/components/navigation
2 files changed +29
-28
lines changed Original file line number Diff line number Diff line change 56
56
< li >
57
57
< a
58
58
class ="flex gap-4 items-center px-4 py-3 rounded-xl font-bold "
59
- href ="https://angular-hub.com /api/v1/swagger "
59
+ href ="/api/v1/swagger "
60
60
target ="_blank "
61
61
>
62
62
< svg
Original file line number Diff line number Diff line change 8
8
url : https://angular-hub.com
9
9
tags :
10
10
- name : Communities
11
+ - name : Events
11
12
- name : Podcasts
12
13
servers :
13
14
- url : https://angular-hub.com/api/v1
@@ -70,11 +71,11 @@ paths:
70
71
type : string
71
72
url :
72
73
type : string
73
- /communities /upcoming :
74
+ /events /upcoming :
74
75
get :
75
76
summary : Get a list of upcoming Angular events
76
77
tags :
77
- - Communities
78
+ - Events
78
79
responses :
79
80
' 200 ' :
80
81
description : A list of upcoming Angular events
@@ -107,34 +108,11 @@ paths:
107
108
type : string
108
109
url :
109
110
type : string
110
- /podcasts :
111
- get :
112
- summary : Get a list of Angular podcasts
113
- tags :
114
- - Podcasts
115
- responses :
116
- ' 200 ' :
117
- description : A list of Angular podcasts
118
- content :
119
- application/json :
120
- schema :
121
- type : array
122
- items :
123
- type : object
124
- properties :
125
- name :
126
- type : string
127
- url :
128
- type : string
129
- logo :
130
- type : string
131
- language :
132
- type : string
133
- /callforpapers :
111
+ /events/callforpapers :
134
112
get :
135
113
summary : Get a list of Angular communities with open call for papers
136
114
tags :
137
- - Communities
115
+ - Events
138
116
parameters :
139
117
- name : type
140
118
in : query
@@ -195,3 +173,26 @@ paths:
195
173
type : string
196
174
url :
197
175
type : string
176
+ /podcasts :
177
+ get :
178
+ summary : Get a list of Angular podcasts
179
+ tags :
180
+ - Podcasts
181
+ responses :
182
+ ' 200 ' :
183
+ description : A list of Angular podcasts
184
+ content :
185
+ application/json :
186
+ schema :
187
+ type : array
188
+ items :
189
+ type : object
190
+ properties :
191
+ name :
192
+ type : string
193
+ url :
194
+ type : string
195
+ logo :
196
+ type : string
197
+ language :
198
+ type : string
You can’t perform that action at this time.
0 commit comments