Commit Graph

1723 Commits

Author SHA1 Message Date
Ale Mohamad ⌘ 810f673b86
Reordered languages & added original names in translation_needed (#1068) 2025-03-08 22:48:18 +00:00
TheHandyOwl a21b85a4d2
Translation added: Spanish (es), Nederlands (nl) and Chinese (zh) (#1067)
Translation added: Spanish (es), Nederlands (nl) and Chinese (zh)

Related to #1066
2025-03-08 19:26:09 +01:00
Pedro Peçanha 47ee8bf16c
Adding a "in" keyword in JWT's post route example. (#1065)
<!-- 🚀 Thank you for contributing! -->
There was a "in" keyword missing in the post route example for signing
JWTs. The keyword was simply added to the code snippet.
<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-03-06 15:33:35 +00:00
Kacy James 0d9e04bb54
Update heroku.md database plan name (#1064)
This PR updates the English Heroku documentation to better reflect the
current database pricing naming scheme at Heroku.

<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2025-03-05 16:43:31 +00:00
Leonardo 207ddd0e1b
Fixed syntax error on TLS section on Advanced -> Server (#1063) 2025-02-25 21:55:23 +00:00
Tim Condon 822e65cb07
Auth Docs Strict Concurrency Checking (#1062)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2025-02-11 00:27:50 +00:00
Petr Pavlik 1866f6e1cf
Update the link to QueuesFluentDriver (#1061)
In the docs section for Vapor Queues, update the link to
`QueuesFluentDriver` to link to the most recent iteration forked and
hosted under the `vapor-community` organization.
2025-02-06 16:52:34 +00:00
TheHandyOwl 31e58863b8
NEW: Updating testing.es.md file (#1059)
NEW: Updating testing.es.md file

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2025-01-29 19:31:22 +01:00
Ale Mohamad ⌘ c6b79d7114
Update Testing documentation (#1054)
Following the issues #1038 and #594, this proposal suggests updating the
Testing documentation to include Swift Testing as an alternative to
XCTest.
2025-01-22 11:00:25 +00:00
TheHandyOwl 7a7183fb1a
Updating getting-started.es.md file (#1057) 2025-01-18 17:47:34 +01:00
Ale Mohamad ⌘ 4e68a524cb
Refine Leaf cache documentation (#1053)
Added an improvement for the cache documentation, as discussed at
https://github.com/vapor/docs/issues/850#issuecomment-1621691102.

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-01-17 20:13:34 +00:00
TheHandyOwl 4a377cfabb
Translation EN > ES: request.es.md (#1051)
NEW: translation EN (current request.md file) to ES (new request.es.md
file)

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2025-01-15 22:37:51 +00:00
Ale Mohamad ⌘ a0ec345aab
Update of custom validator documentation in Spanish (#1052)
Update of custom validator documentation in Spanish from the issue
#1041.

---------

Co-authored-by: TheHandyOwl <24987271+TheHandyOwl@users.noreply.github.com>
2025-01-15 23:29:57 +01:00
Mafer Rodriguez b99757f69b
Translation EN > ES tracing.es.md (#1043) 2025-01-15 10:12:03 +00:00
TheHandyOwl 51091a4029
Feature/translation EN > ES legacy-docs.es.md (#1050) 2025-01-15 10:05:04 +00:00
TheHandyOwl 71211f7128
Feature/translation EN > ES release-notes.es.md (#1049) 2025-01-15 11:00:11 +01:00
TheHandyOwl 05249af072
Feature/translation EN > ES websockets.es.md (#1048)
NEW: translation EN (current websockets.md file) to ES (new
websockets.es.md file)

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2025-01-14 23:09:19 +00:00
TheHandyOwl 21903c4c55
Feature/translation EN > ES jwt.es.md file (#1036)
NEW: translation EN (current jwt.md file) to ES (new jwt.es.md file)

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2025-01-14 22:36:55 +00:00
TheHandyOwl 28cc4800b6
Feature/translation EN > ES sessions.es.md (#1047) 2025-01-14 22:30:51 +00:00
TheHandyOwl 4ea6d1355f
Translation EN > ES docker.es.md (#1037) 2025-01-14 22:26:03 +00:00
TheHandyOwl 60857ebdbb
Feature/translation EN > ES digital-ocean.es.md (#1044) 2025-01-14 22:04:24 +00:00
TheHandyOwl dc370aab51
Feature/translation EN > ES heroku.es.md (#1045) 2025-01-14 21:56:00 +00:00
Ale Mohamad ⌘ 9e502b7b6e
Add Spanish translation for deploy/fly.md (#1034) 2025-01-14 20:23:50 +00:00
William Adonis ba469d0d82
fix(jwt.md): changed "botha" to "both a" (#1046)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-01-14 10:48:47 +00:00
William Adonis 0946bf8f8b
feat(validation.md): added custom validator documentation (#1016)
I created a [PR](https://github.com/vapor/vapor/pull/3263) earlier
today, adding in a custom validator called `Custom`. This allows users
to easily create custom validations, it is simpler to use and shorter in
syntax compared to the current [Custom
Validators](https://docs.vapor.codes/basics/validation/#custom-validators).

This PR also resolves [this
issue](https://github.com/vapor/docs/issues/1015)

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2025-01-01 17:15:56 +00:00
Jay Herron a0d7615b8d
Adds tracing documentation (#1039)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

Adds new Tracing chapter to document API introduced in
https://github.com/vapor/vapor/pull/3253

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2024-12-30 17:29:10 +00:00
btc100k 399b55f27f
Update TLS example in Docs (#1013)
The enable TLS example didn't work for me locally. I eventually figured
out that `NIOSSLPrivateKeySource` was required.
2024-12-17 12:03:24 +00:00
Ale Mohamad ⌘ 512138578a
Update dependency in security/jwt.md translations (#1035)
Update dependency in security/jwt.md translations:

- Chinese
- Dutch
- English
- German
2024-12-16 15:40:03 +00:00
Ale Mohamad ⌘ b2fb239506
Required translation updates for Spanish (#1028)
Required translation updates for Spanish in different issues:

- #932 
- #940 
- #957 
- #963 
- #966 
- #994

---------

Co-authored-by: TheHandyOwl <24987271+TheHandyOwl@users.noreply.github.com>
2024-12-14 17:45:36 +01:00
Ale Mohamad ⌘ f99ed9b576
Update TLS example in other languages (#1033)
Added TLS example in other languages, following #1013
2024-12-14 17:30:12 +01:00
Jorge Acosta b974f36893
Add Spanish translation for deploy/nginx.md (#1032)
Add Spanish translation for deploy/nginx.md

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2024-12-12 20:06:58 +00:00
Jorge Acosta b8374f269e
Add Spanish translation for deploy/supervisor.md (#1030)
Added Spanish translation for `supervisor.md` in `deploy` folder.

---------

Co-authored-by: TheHandyOwl <24987271+TheHandyOwl@users.noreply.github.com>
2024-12-12 19:57:59 +00:00
Jorge Acosta 3fa4f75287
Add Spanish translation for deploy/systemd.md (#1031)
Add Spanish translation for deploy/systemd.md
2024-12-12 18:31:19 +00:00
TheHandyOwl b3dd9fde44
NEW: translation EN (current services.md file) to ES (new services.es.md file) (#1029)
NEW: translation EN (current services.md file) to ES (new services.es.md
file)

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2024-12-12 18:24:47 +00:00
Ale Mohamad ⌘ 225ba89e32
Add Spanish translation for security/passwords.md (#1027)
Add Spanish translation for security/passwords.md

---------

Co-authored-by: TheHandyOwl <24987271+TheHandyOwl@users.noreply.github.com>
2024-12-11 10:22:00 +01:00
Ale Mohamad ⌘ b730969b75
Add Spanish translation for security/crypto.md (#1026)
Add Spanish translation for security/crypto.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2024-12-10 18:32:44 +01:00
TheHandyOwl 27257c9cab
NEW: Ttranslation EN to ES - apns.es.md file (#1022)
NEW: translation EN (current apns.md file) to ES (new apns.es.md file)
2024-12-09 20:40:23 +01:00
Tim Condon dc47acc514
Add note about Swift 6 for the toolbox (#1025)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2024-12-09 19:25:52 +00:00
Tim Condon 28438d0407
Update Swift versions required by Vapor (#1024)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Zsolt Váradi <1783465+vzsg@users.noreply.github.com>
2024-12-09 19:20:58 +00:00
TheHandyOwl 2e4796cd98
NEW: translation EN to ES - queues.es.md (#1021)
New queues.es.md file.
Translation from EN to ES

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2024-12-09 19:17:50 +01:00
TheHandyOwl 79b5656434
FIX: Markdown visual line break for 'queues.md' files (#1020)
### Line break for options:

Added a visual line break to separate the header "Some text options:"
from the list items. This ensures proper Markdown rendering and improves
readability.

---

### Before:

Some text options:
- Example 1
- Example 2

**Rendered as:**
Some text options:  - Example 1 - Example 2

---

### After:

Some text options:
(line break added)
- Example 1
- Example 2

**Rendered as:**
Some text options:
- Example 1
- Example 2

---

### Consistent visual rendering across other Markdown elements:

This change introduces a similar visual line break strategy for
informational blocks.
These adjustments ensure uniformity, improve Markdown rendering, and
maintain a cleaner visual structure across various platforms.
2024-12-09 19:11:48 +01:00
TheHandyOwl c4213e4817
Feature/translation en es async.es.md (#1018)
NEW: Text update in async.md file
NEW: Updated EN to ES translation in async.es.md file
2024-12-07 06:31:39 +00:00
TheHandyOwl a4c499fdcd
REFACTOR: Correction of simple errors in the files.es.md file (#1019)
REFACTOR: Correction of simple errors in the files.es.md file
2024-12-06 19:36:02 -08:00
TheHandyOwl 4582ad7ab3
NEW: EN > ES translation - files.es.md (#1010)
New 'files.es.md' file created. EN > ES translation
2024-12-04 08:34:19 +00:00
Przemysław Wrzesiński 07ed13b42b
Add EventLoopFuture.get() description (#1011)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

Add EventLoopFuture.get() description:

    try await EventLoopFuture.get()

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Przemysław Wrzesiński <p.wrzesinski@vatio.eu>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2024-12-01 14:02:35 +00:00
Jaume a0c7fd2137
Improved the queues.md page to add a little extra info about testing (#1008)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

* Added a small brief of the asyncDriver to allow people know you can
use that for testing

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
2024-11-03 22:59:05 +00:00
Yoichiro Tanaka 62a7b6c35a
Add Japanese translation for fluent/overview.md (#1003)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->

I translated the "Fluent > Overview" page into Japanese.

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2024-10-08 17:07:55 +01:00
Paul Toffoloni 15f64e2eb5
JWT docs overhaul (#1001)
Update JWT docs for v5
2024-10-03 15:51:13 +00:00
Yoichiro Tanaka 4b0e25d369
Add Japanese translation for advanced/queues.md (#1004)
I translated the "Advanced > Queues" page into Japanese.

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2024-09-19 11:03:20 +00:00
とんとんぼ 6f6b9078fa
Translate Leaf to Japanese (#1005)
[Leaf content](https://docs.vapor.codes/ja/leaf/overview/) translated
into Japanese

- getting-started.md
- overview.md
- custom-tags.md

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2024-09-09 10:47:49 +01:00