Commit Graph

79 Commits

Author SHA1 Message Date
Mattes Mohr 772f8161c9
Add the import declaration to the config snippet (#805) 2023-05-10 14:06:10 +01:00
Tim Condon 0d669a7e48
Remove all old references to the toolbox (#804) 2023-04-28 21:09:42 +00:00
Tim Condon fb66441b9f
Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
JIN c8abf8fea7
update cn doc (#792) 2023-04-18 21:16:21 +08:00
Saurabh Garg 922aa97e20
Update queues.md (#790)
* Update queues.md

- adds a warning about trying to scheduled jobs outside of boot up

* Update docs/advanced/queues.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-14 15:52:52 +00:00
JIN 9e261b452c
update cn doc (#789) 2023-04-12 14:13:47 +01:00
Eldar Sadykov ee90248d5f
FileMiddleware from Xcode Project docs (#768)
* Add FileMiddleware in an Xcode Project explanation.

* Delete extra space.

* Update docs/advanced/middleware.md

* Update docs/advanced/middleware.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-04-11 14:48:30 +00:00
Marcel Borsten 9c45a750e8
Add `minutely()` helper function description to advanced -> queues (#784)
* Add `minutely()` helper function description to advanced -> queues

* Update docs/advanced/queues.zh.md

---------

Co-authored-by: Marcel Borsten <Marcel Borsten>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-03-15 12:57:15 +00:00
JIN 598a10751e
update cn doc (#769)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-19 13:41:10 +00:00
Tim Condon 067ac31294
Fix Dead Links (#770)
* Fix Leaf links

* Fix NIO links

* Fix up more links

* Fix Redis links

* Update image links
2023-02-19 13:37:25 +00:00
JIN 42d8eeee02
update cn advanced middleware translation (#740) 2022-09-21 20:56:02 +08:00
JIN ec941f1010
update cn advanced sessions translation (#738) 2022-09-16 11:09:40 +08:00
BennyDB 1dd1e27550
Add dutch translations to sessions (#736) 2022-09-12 14:34:29 +02:00
Rob 87b201f1f1
Update sessions.md (#734)
* Adds clearer language explaining where to call the `app.middleware.use(app.sessions.middleware)` and why.
2022-09-10 19:24:43 -05:00
JIN 4eb478e78b
fix annotation style (#725) 2022-09-05 21:10:20 +08:00
BennyDB 21f39ef705
Translation of pr712 and 709 to dutch (#716) 2022-08-23 21:54:07 +01:00
JIN 1e6f4f6832
Add advanced queues translation (#715) 2022-08-23 09:32:43 +08:00
Francisco Bretal 9457c89321
Application access clarification on Queues (#709)
I added some clarification on how to dispatch a job from within the `Application` object. Let me know wether this is okay or it actually needs some tweaking.
2022-08-16 19:23:22 -04:00
BennyDB 9021f4cad8
Dutch translation added for PR 700 and PR 702 (#706)
* Translate PR 702 to dutch

* Translate  PR 700 to dutch
2022-08-15 13:51:25 +01:00
Flerex 18fa82510c
Codable protocol clarification in Queues docs (#702) 2022-08-14 12:01:25 -04:00
BennyDB 4c731052e8
Add dutch translation (#667)
* Add navigation translations

* Vertaal linux.md

* Fix typo

* Translate macos page

* Translate hello-world

* Translate folder structure

* Translate SPM.md

* Translate Xcode.md

* Translate routing

* Translate Validation.md

* Translate logging.md

* Translate controllers

* translate Errors.md

* Translate environment.md

* Translate content.md

* Translated client.md

* Translate async.md

* Translate security/passwords

* Translate security/crypto

* Translated security/jwt

* Translate security/authentication

* Translate redis/sessions

* translate redis/overview.md

* fix list issue in redis/overview

* translate legacy-docs.md

* translate leaf/custome-tags

* translate leaf/getting-started

* translate leaf/overview

* translate fluent/transaction

* translate fluent/migration

* translate fluent/schema

* translate fluent/relations

* translate fluent/query

* translate fluent/advanced

* translate fluent/overview

* Partially translate fluent/model

* Translate fluent/model

* Fix link in fluent/schema

* Add note for future update to the page

* Put the note in the right file

* Translate advanced/commands

* Translate advanced/files

* Translate advanced/middleware

* Translate advanced/websockets

* Translate advanced/testing

* Translate advanced/sessions

* Translate advanced/services

* Translate advanced/server

* Translate advanced/queues

* Translate deploy/systemd

* Translate deploy/supervisor

* Translate deploy/nginx

* Translate deploy/heroku

* Translate deploy/docker

* Translate deploy/digital-ocean

* Translate advanced/APNS

* Translate upgrading

* Fix dead link in custom-tags nl

* Translate contributing/contributing

* Fix routing links

* Add nav translationg for contributing

* Switch out ecdsa vs rsa article to avoid dead links

* Fix issue with dead links

* Change translation based on feedback

* Edits based on feedback
2022-08-12 14:42:58 +02:00
JIN 25a39695f5
add advanced sessions translation (#697) 2022-08-06 15:54:36 +08:00
JIN 59ca0f91c8
add advanced services translation (#693) 2022-07-31 12:59:49 +08:00
JIN e7e2d1d6a9
add advanced files translation (#692)
* add advanced files translation

* fix translation
2022-07-29 19:29:06 +08:00
JIN 2fc2a299e0
add advanced apns translation (#690)
* add fluent advanced translation

* 修改部分翻译

* add leaf getting-started translation and fix api link is 404

* 修改一些翻译

* add leaf custom tags translation

* add leaf overview translation

* add advanced apns translation

* add advanced server translation

* Fix translation

* Fix translation
2022-07-27 21:44:32 +08:00
Tim Condon 7f64579ab5
Update for new major version of APNS 2022-06-08 15:32:50 +01:00
Tim 389bf6c927
Remove AsyncCommand for now until it works 2022-05-31 11:56:32 +01:00
BennyDB 863bdcb62f
Change `Command` to `AsyncCommand` in the docs (#666)
* Change Command to AsyncCommand in the docs

* Change command to `AsyncCommand` in chinese docs
2022-05-17 16:57:37 +02:00
晋先森 fee911560f
Support Chinese doc for Vapor. (#664)
* # Support Chinese doc for Vapor.

* # Added `zh/` path for searchIndex file.
2022-05-15 05:07:28 +01:00