Commit Graph

279 Commits

Author SHA1 Message Date
Mattes Mohr bde2c973a4
Add German translation for routing.md (#778) 2023-03-02 13:38:49 +00:00
Mattes Mohr e7158eae8a
Revise current German translation (#775)
* Revise controllers.de.md

* Revise environment.de.md

* Revise macos.de.md

* Translate the navigation items

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-03-01 00:17:01 +00:00
Mattes Mohr 7539bc06e4
Add German translation for async.md (#774) 2023-02-28 22:49:44 +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
Tyler Waitt ff7cadd323
Update Digital Ocean deploy (#765)
* Update Digital Ocean deploy

* Change HTTP port to 8080

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-05 23:26:47 +00:00
Henrik Christensen affde5fb5d
add note about session cookie (#760)
* add tip about session cookie

* change tip -> note

* add suggested change

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-02-05 20:42:05 +00:00
Zsolt Váradi 7bfdc35045
Make custom Leaf tag examples complete (#762)
* Make custom Leaf tag examples complete

As reported in [vapor/vapor#2942](https://github.com/vapor/vapor/issues/2942), UnsafeUnescapedLeafTag is going unnoticed.

To bring more attention to it, I moved the tip to the top section in all languages, updated the HelloTag to use the protocol (since it was rendering garbage since the LeafKit update).
Plus, all the code samples are now directly copiable, as they have a common structure and indentation.

* Hardcode RediStack 1.3.2 doc URLs to fix dead links
2023-01-24 13:44:43 +00:00
Pop Flamingo c8e291d3f5
Add docs for deployment on Fly (#724)
* WIP: Add docs for deployment on Fly

* Fix typo

* Add Fly to mkdocs.yml

* Remove trailing  newlines

* Replace "We recommend" with "It is recommended"

* Remove "managed"

Fly doesn't describe the DBs as such and they aren't as much "managed" as other platforms currently

* Change config.swift to configure.swift

* Fix typos and improve wording

* Improve last section

* Explain how to find the name of the Postgres app

* Replace "This command" by a clearer reference

* Clarity: Change tense to present

* Improve the last sentence

* Improve last sentence again

* Various improvements

* Apply changes from feedback of @BennyDeBock and @0xTim

* Add details about the possibility of using other types of databases

* Converts quotes to special !!! syntax and mention fly secrets import

* Also mention how to create a template from GitHub templates based on @BennyDeBock suggestion

* Apply suggestions from code review

* Switch toolbox and templates

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-01-19 19:47:42 +00:00
JHansen e955cc0035
Fix typo in Fluent -> Advanced (#757)
* Fix typo in Fluent -> Advanced (English)

* Fix typo in Fluent -> Advanced (Dutch)

* Fix typo in Fluent -> Advanced (Chinese)
2023-01-19 10:08:56 +00:00
Cristian Cardoso c5bc73f599
Fix typo in Documentation - Protecting Routes Section (#755) 2022-12-29 13:38:34 +00:00
Umar Haroon 8f6b8f6dd1
Update nginx.md to remove duplicate (#752)
* Update nginx.md to remove duplicate

Fixed where there's a duplicate  proxy_pass_header Server

* Update nginx.nl.md

* Update nginx.zh.md
2022-11-10 13:30:08 +01:00
Martin Lasek ff2748c6f1
Updated the migration documentation (#753) 2022-11-07 19:50:54 +00:00
JIN e8867eddb6
update cn fluent advanced (#749)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-10-12 08:49:42 +00:00
BennyDB a0b8e9bccb
Translate pr744 (#750) 2022-10-12 09:45:16 +01:00
julianiaccopucci 8e2f07d2ea
Use of regular expressions for MongoDB (#744)
* Use of regular expressions for MongoDB

The API allows to create a Document with a regular expression to query for items, but there's no documentation about it.

Ideally the key "name" is created using FieldKey.makeMongoKey(), but the extension is internal, so we must hardcode it for now.

* Apply suggestions from code review

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-10-11 12:04:52 +00:00
Marko Tadic 0196f4792c
Update digital-ocean.md (#747)
* Update digital-ocean.md

* Update digital-ocean.zh.md

* Update digital-ocean.nl.md

* Update digital-ocean.md
2022-10-11 09:53:47 +00:00
BennyDB 813f67f1ee
Translate #741 to dutch 2022-09-30 14:05:42 +02:00
Jonas Sannewald e4573e4e13
Contributing section translated (#745) 2022-09-30 08:36:38 +01:00
JIN 9c8329929c
update cn fluent model translation (#743) 2022-09-27 10:33:26 +01:00
neilhamilton b7d6f6ff5b
Fix type declaration in AsyncMiddleware example (#741) 2022-09-26 15:07:05 +01:00
JIN 42d8eeee02
update cn advanced middleware translation (#740) 2022-09-21 20:56:02 +08:00
JIN 961d96b6c6
update cn basics translation part2 (#733) 2022-09-20 10:36:08 +08:00
JIN 7e8223c1f8
update cn fluent translation (#739) 2022-09-17 23:26:06 +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
BennyDB b7c24e3bc0
Add release notes page (#731)
* Add release notes

* Add bash instructions to insert into release-notes

* change package name

* Add all packages with releases to the release-notes file
2022-09-12 10:22:34 +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 0cc229fb05
update cn basics translation part1 (#732)
* update cn getting-started translation

* update cn basics translation part1
2022-09-08 20:28:10 +08:00
JIN d8df5f5798
update cn getting-started translation (#730) 2022-09-08 09:29:55 +08:00
JIN bf31073021
update cn index translation (#726) 2022-09-06 22:54:08 +08:00
JIN 4eb478e78b
fix annotation style (#725) 2022-09-05 21:10:20 +08:00
JIN 475e4cbd13
Add security authentication translation (#720)
* add authentication
2022-09-03 13:31:12 +08:00
JIN b5a48452a6
fix basics async translation (#723) 2022-09-03 13:01:29 +08:00
JIN ffc5406b3d
update leaf overview translation (#721) 2022-09-01 20:23:44 +08:00
JIN 49b4f61f0b
add deploy docker translation (#718) 2022-08-31 09:45:03 +08:00
JIN f12a08146e
Add security jwt translation (#717) 2022-08-24 22:37:38 +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
JIN 6f45381c6e
add basics errors translation and fix 404 (#711) 2022-08-21 21:54:40 +08:00
Marius Seufzer cb8874b5cb
add dumpContext tag (#712)
Co-authored-by: Marius Seufzer <marius.seufzer@protonmail.com>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-08-18 16:35:42 +02:00
Tim Condon 4d995b4379
Fix deadlink (#713)
* Fix deadlink

* attempt 2
2022-08-18 16:26:33 +02:00
JIN ad8a813e79
add fluent(model, relations, schema) translation (#704) 2022-08-17 09:16:22 +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 4f15e4a2b2
Replace old RediStack API links (#707) 2022-08-15 14:25:15 +01: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
Kyle Stubblefield 0fe2c349f5
Added closure documentation for redirect (#700) 2022-08-13 15:44:20 +01: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 dc4ee47599
Add security cryto & passwords translation (#698) 2022-08-12 20:26:52 +08:00
JIN 25a39695f5
add advanced sessions translation (#697) 2022-08-06 15:54:36 +08:00
JIN 984e4cb6b7
add redis translation (#694)
* add redis translation

* fix translation
2022-08-03 20:04:07 +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
Daniel Inoa c717d69574
Update authentication.md (#691) 2022-07-26 11:39:49 +01:00
JIN a0d23ccf1e
add leaf overview translation (#688)
* add fluent advanced translation

* 修改部分翻译

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

* 修改一些翻译

* add leaf custom tags translation

* add leaf overview translation
2022-07-23 08:56:27 +08:00
kazogihara 41b5c4133b
Add dead link check CI (#679) 2022-07-21 14:52:35 +01:00
JIN 2b993e8527
add leaf custom tags translation (#686)
* add leaf custom tags translation
2022-07-20 19:44:04 +08:00
JIN 0cff009989
add leaf getting-started translation and fix api link is 404 (#685)
* add fluent advanced translation
* add leaf getting-started translation and fix api link is 404
2022-07-20 10:15:41 +08:00
JIN b8f751066b
add fluent advanced translation (#677)
* add fluent advanced translation
2022-07-17 21:35:13 +08:00
Tim Condon 40fc43b778
Fix link as it's not automatic in MKDocs 2022-07-17 01:40:31 +01:00
Tim Condon 171e2ab107
Add Contributing Guide (#682)
* Add contributing guide

* Add new page to nav
2022-07-17 01:21:17 +01:00
Tim Condon 27b8e8761d
Add query logging note 2022-07-13 13:35:47 +01:00
JIN 5ba5079fdd
add deploy systemd translation (#676)
* add deploy systemd translation
2022-07-12 21:38:06 +08:00
JIN e4a1ad36e6
add fluent query translation (#675)
* add fluent query translation
2022-07-08 19:28:14 +08:00
JIN 36a73adb7a
add fluent migration translation (#673)
* add fluent migration translation

* 修改一些翻译
2022-07-03 20:08:08 +08:00
JIN 54ad846467
add fluent transactions translation (#672)
* add fluent transactions translation

* modify some translations
2022-06-28 19:20:30 +08:00
dannflor f7fa29d260
Fix custom-tags to make it clear where the implementation is (#671) 2022-06-27 21:42:02 +02:00
JIN 4e170d1b7e
add fluent overview translation (#670)
* add fluent overview translation

* modify some translations
2022-06-24 20:40:15 +08:00
Craig Avnit e548510681
Systemd deploy (#669)
* Added systemd config for deployment

* Add menu option.

* Update docs/deploy/systemd.md

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

* Update docs/deploy/systemd.md

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

* Update docs/deploy/systemd.md

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

* Update docs/deploy/systemd.md

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

* Added  stop, restart commands and more details on user to run them as

* Update docs/deploy/systemd.md

* Update docs/deploy/systemd.md

* Update docs/deploy/systemd.md

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-06-16 15:11:28 +01: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
Tim b27a6dfeb4
Renamed gettingstarted to getting-started for SEO 2022-05-15 05:14:36 +01: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
Tim Condon b5dde9dcae
Add German Translations (#662)
* Add german translation for some pages

* Update search index script

* Update the index.de.md to the latest changes

Co-authored-by: Mattes Mohr <mail@mattesmohr.de>
2022-05-11 19:21:35 +02:00
Tim Condon d93aaf5562
Add Fluent Space (#661)
* Add docs for new space option in Fluent

* Update docs/fluent/model.md

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
2022-05-11 08:48:54 +01:00
Tim Condon 3d14e1b79a
Remove Old Docs (#657)
* Update the main page

* Remove old docs

* Remove old version links and add link to legacy docs

* Fix site URLs in mkdocs.yml

* Move 4.0 docs to top level

* Update fix search index script

* Fix font CSS links

* Update 404 and gitignore

* Update CI and remove all other 4.0 links

* Fix font issue still loading from google

* Update NL index page, remove link to vapor core team (inaccessible)

Co-authored-by: De Bock Benny <bdebock@protonmail.com>
2022-05-09 15:43:23 +01:00