-
-
Notifications
You must be signed in to change notification settings - Fork 138
/
_redirects
49 lines (46 loc) · 2.55 KB
/
_redirects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
/guides/ /guides/introduction 302
/reference/ /reference/database/connection 302
/cookbooks/ /cookbooks/socketio-with-adonisjs 302
/releases/ /releases/out-of-preview 302
/blog/socketio-with-adonisjs-v5 /cookbooks/socketio-with-adonisjs 301
/blog/running-tests-in-adonisjs-v5 /cookbooks/testing-adonisjs-apps 301
/blog/august-2020-release /releases/august-2020-release 301
/blog/october-2020-release /releases/october-2020-release 301
/blog/december-2020-release /releases/december-2020-release 301
/blog/introducing-adonisjs-v5 /releases/introducing-adonisjs-v5-preview 301
/ /guides/introduction 301
/guides/quick-start /guides/introduction 301
/guides/http/introduction /guides/context 301
/guides/http/routing /guides/routing 301
/guides/http/controllers /guides/controllers 301
/guides/http/views-and-templates /guides/views/introduction 301
/guides/http/form-submissions /guides/request 301
/guides/http/file-uploads /guides/file-uploads 301
/guides/http/sessions /guides/session 301
/guides/http/middleware /guides/middleware 301
/guides/http/exception-handling /guides/exception-handling 301
/guides/http/url-generate /guides/routing 301
/guides/http/content-negotiation /guides/request 301
/guides/http/static-files /guides/static-assets 301
/guides/csrf-protection /guides/security/web-security 301
/guides/auth/setup /guides/auth/introduction 301
/guides/auth/api-guard /guides/auth/api-tokens-guard 301
/guides/auth/handling-exceptions /guides/auth/introduction 301
/guides/database/setup /guides/database/introduction 301
/guides/database/debugging-queries /guides/database/debugging 301
/guides/database/seeds /guides/database/seeders 301
/guides/models/columns /guides/models/introduction 301
/guides/model-relations/introduction /guides/models/relationships 301
/guides/model-relations/has-one /guides/models/relationships 301
/guides/model-relations/has-many /guides/models/relationships 301
/guides/model-relations/belongs-to /guides/models/relationships 301
/guides/model-relations/many-to-many /guides/models/relationships 301
/guides/model-relations/has-many-through /guides/models/relationships 301
/guides/database/connections-management /guides/database/introduction 301
/guides/validator/usage /guides/validator/introduction 301
/guides/validator/schema-types /reference/validator/schema/string 301
/guides/validator/rules /reference/validator/rules/alpha 301
/guides/views/interpolation /guides/views/templating-syntax 301
/guides/views/in-memory-views /guides/views/rendering 301
/guides/mail /guides/mailer 301
/cookbooks/testing-adonisjs-apps /guides/testing/introduction 301