Commit Graph

279 Commits

Author SHA1 Message Date
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
Jake 41395a347a
Fix broken contribution links (#1006)
Update broken GitHub links for the people trying to contribute. The
links to "good first issue board" and the "help wanted board" were out
of date.
2024-09-08 21:56:58 +01:00
Ale Mohamad ⌘ 76f1dcabcf
Add Spanish translation for security/authentication.md (#989)
Add Spanish translation for security/authentication.md
2024-09-06 16:16:06 +00:00
Francesco Paolo Severino b9221c3bdd
Add Italian translation of `crypto` and `passwords` (#1002) 2024-09-04 15:58:45 +02:00
nptr23 b6846b8ac2
Create middleware.de.md | German Translation for middleware.md (#751) (#996)
translation of the whole document

<!-- 🚀 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>
Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
2024-08-20 12:34:35 +00:00
zunda 5e2c31f3e2
fix deprecated code (#999)
fix deprecated code

> [!WARNING]
> `sandbox` is deprecated: renamed to `development`
2024-08-20 11:35:42 +00:00
Philip Lesche c2f2b32aaf
jwt.de.md german translation for #977 (#997)
<!-- 🚀 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: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
2024-08-11 03:05:59 +01:00
Tom 1609273809
Update german translation for #935 (#975) 2024-07-30 22:12:34 +02:00
Francesco Paolo Severino 1611d7e0c6
Update Leaf docs (#991)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->
Update Leaf docs to accept time zone IDs as argument in `#date` tag

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2024-07-21 21:34:22 +00:00
Tim Condon 2bd8265751
Fix KO Favicon Link (#992)
<!-- 🚀 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-07-21 22:29:13 +01:00
Alex Novikov e6dcb138c5
fixed missing s as per Python string expression syntax (#990)
supervisord uses the Python string expression syntax in its
configuration files, like this `%(ENV_X)s `
It's described here:
http://supervisord.org/configuration.html#environment-variables
In the "Deploy->Supervisor->Configure" section of the documentation the
final "s" were omitted:
https://docs.vapor.codes/deploy/supervisor/#configure
so copy-pasting this example was leading to wrong file names of the
logs.
For example, instead of the expected file name `hello-stdout.log` I had
the wrong `hellotdout.log`.
2024-07-04 12:16:45 +00:00
Ale Mohamad ⌘ ae759d6dcd
Add Spanish translation for advanced/commands.md (#988)
Add Spanish translation for advanced/commands.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2024-06-27 09:23:42 +00:00
Ale Mohamad ⌘ 1845ab5966
Add Spanish translation for advanced/testing.md (#986)
Add Spanish translation for advanced/testing.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2024-06-27 09:19:02 +00:00
Ale Mohamad ⌘ c03fa8340c
Add Spanish translation for advanced/server.md (#987)
Add Spanish translation for advanced/server.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2024-06-27 11:14:37 +02:00
Jaime Garcia c42313a2f3
Spanish translation for advanced/middleware.es.md (#985)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->
Added spanish translation for advanced/middleware.md file

<!-- When this PR is merged, the title and body will be -->
Spanish translation for advanced/middleware.es.md

<!-- used to generate a release automatically. -->
2024-06-19 18:34:43 +02:00
Tim Condon 6ef6773e9f
Fix Swiftly links (#984)
<!-- 🚀 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-06-12 15:37:07 -05:00
TillTHMAcc ae3add1169
German translation for Websockets.md #969 #968 (#974)
translation-update

---------

Co-authored-by: Mattes Mohr <mail@mattesmohr.de>
2024-06-05 19:39:38 +02:00
Miguel Piedrafita ed9aec65dc
Fix Error Middleware docs (#981)
[`ErrorMiddleware` is not the only middleware added by
default](cc98361cbe/Sources/Vapor/Middleware/Application%2BMiddleware.swift (L8)).
This PR updates that assertion and the replacement instructions to
re-introduce `RouteLoggingMiddleware`.
2024-05-30 12:53:11 +00:00
Fang Ling 0005a29eba
fix typo & add missing 'with' argument label (#980) 2024-05-20 16:07:08 +00:00
Paul Toffoloni 7597c7f464
Update JWT references for JWTKit 5 (#977)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2024-05-15 09:48:48 +00:00
JIN 3a22dabef4
update cn doc (#976)
update cn doc for pr #968

Co-authored-by: redsun <jinxueli@imooc.com>
2024-05-05 22:49:02 +02:00
Jared Henderson 902c973c38
update postgres connect example to non-deprecated (#973)
current docs show using a deprecated initializer that produces a
warning.
2024-04-29 12:03:39 +01:00
Jorge Acosta e620dfd95f
Add Spanish translation for query.md (#934)
Add Spanish translation for `query.md` in `fluent` folder.
2024-04-09 19:49:46 +00:00
Francesco Paolo Severino a1f70a8505
Add Italian Testing, Transaction and Migration translation (#971) 2024-04-06 17:16:15 +02:00
Paul Toffoloni d2b06a838f
Add Italian WebSockets translation (#970)
Co-authored-by: Francesco Paolo Severino <96546612+fpseverino@users.noreply.github.com>
2024-03-30 14:46:15 +01:00
Jia-Han Wu b6a8f3a755
Update documentation about ws.send(...) return value (#968)
## Description

The current documentation incorrectly states that ws.send(...) returns a
value which can be awaited. However, the WebSocket.send method does not
have a return value.

## Reference

*
[vapor/websocket-kit/Sources/WebSocketKit/Concurrency](https://github.com/vapor/websocket-kit/blob/main/Sources/WebSocketKit/Concurrency/WebSocket%2BConcurrency.swift)
2024-03-29 08:16:56 -05:00
Gao Lei 342ae636ac
There were 2 'use', changed first one to 'should' (#967) 2024-02-10 17:03:06 +00:00
Tim Condon 5170deb6e8
Add note about DTO for parent relationship (#965)
<!-- 🚀 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-02-09 15:08:15 -06:00
Gwynne Raskind 288b3ac4d7
Make the sample migration not destroy data (#962) 2024-02-07 00:03:25 +00:00
Jorge Acosta ed73175772
Add Spanish translation for schema.md (#936)
Add Spanish translation for `schema.md` in `fluent` folder.

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2024-01-18 12:06:55 +00:00
hainuo ac1876610d
fix typo Swiflty => Swiftly (#960)
fix typo Swiflty => Swiftly
2024-01-06 01:15:44 +00:00
hainuo d212173d9a
fixed typo (#959)
fix typo Swiflty => Swiftly
2024-01-06 01:11:39 +00:00
Gao Lei 30f5e0ffb3
Add Chinese translation for relations.md (#958)
<!-- 🚀 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. -->
As in title
2024-01-03 11:02:16 +00:00
Wojciech Sierotowicz c9dca28ada
Remove the use of `load(on:)` in relations.md (#956)
<!-- 🚀 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. -->

As I've noticed on a [discord
conversation](https://discord.com/channels/431917998102675485/684159753189982218/1152776938281250896),
the `load(on:)` method is discouraged to be used and should be replaced
with `get(on:)`, which defaults to cache if possible.
2024-01-02 16:58:39 +00:00
William Sedlacek e478d998a8
Add missing `else` to guard in docs (#955)
<!-- 🚀 Thank you for contributing! -->

<!-- Describe your changes clearly and use examples if possible. -->
The code as is has a syntax error.

<!-- When this PR is merged, the title and body will be -->
<!-- used to generate a release automatically. -->
2023-12-18 16:55:24 +00:00
Valeriy Van fafc8baf14
Update snippet in server.md (#954)
Use `makeServerConfiguration` instead of deprecated `forServer`.
2023-12-13 12:57:18 +00:00
JIN 38d4edd812
update cn doc (#952)
update cn doc for pr #935 

@Jinxiansen
2023-12-06 14:59:57 +00:00
Marius Seufzer 32e917855b
Update Command docs to use new AsyncCommand api (#953) 2023-12-01 22:28:38 +00:00
Anton Begehr ed51309ce3
Minor Code Fixes to apns.md (#950) 2023-11-26 02:47:49 +00:00
JIN 6ae20112e2
update cn doc (#939)
update cn doc for PR #925 

@Jinxiansen
2023-11-23 11:05:47 +00:00
とんとんぼ 40a7eea5d5
Add Japanese translation for ”basic" (#948)
## Added Content

Added a Japanese translation of
[basics](https://github.com/vapor/docs/tree/main/docs/basics).

Also addressed Issue.:
[fb3b0c2](fb3b0c23f5)

<details>
<summary>Japanese</summary>
## 追加内容

[basics](https://github.com/vapor/docs/tree/main/docs/basics)
の日本語訳を追加しました。
</details>
2023-11-22 13:54:53 +00:00
Szymon Matynia f437e4a0e7
Add polish translation for leaf getting-started (#941)
<!-- 🚀 Thank you for contributing! -->
🚀

<!-- Describe your changes clearly and use examples if possible. -->
I added polish translation for docs/leaf/getting-started.

<!-- When this PR is merged, the title and body will be -->
I don't know right now, I leave it up to you :)

<!-- used to generate a release automatically. -->

Co-authored-by: Szymon Matynia <31554149+eterxoz@users.noreply.github.com>
2023-11-18 18:51:06 +00:00
Sam Bishop 6738625271
Align apns versions and imports (#947)
Make sure that `import APNSCore` and `from: "4.0.0"` are present in all
versions of `apns.md` in response to
https://github.com/vapor/apns/issues/54.
2023-11-16 18:10:19 +00:00
Sam Bishop 3b307ce8de
Update highlightjs (#944)
Updated highlightjs to 11.9.0 to include new leaf grammar. Also slimmed
it down to only include grammars likely to appear in the documentation
(html, css, json, etc). Close #637
2023-11-16 03:31:32 +00:00
Nicolás A. Rodríguez 8975f0c959
Update apns.md (#945)
<!-- 🚀 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. -->
2023-11-16 03:25:00 +00:00
Nicolás A. Rodríguez bb7367b849
Update apns.md (#943)
<!-- 🚀 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. -->
2023-11-16 01:13:40 +00:00
Dominik K 798becd593
Translate authentication.md to german (#889)
Adds the correct and finished German translation for the
authentication.md file. Also fixes the index.de.md translation!

This is the complete and improved version of #827

---------

Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Mattes Mohr <mail@mattesmohr.de>
2023-11-14 18:47:24 +01:00
Hadi Sharghi 882b8a521f
add Custom Validator section to Validation docs (#935)
<!-- Describe your changes clearly and use examples if possible. -->
Add a section about Custom Validators, and a sample to create a custom
validator for zip codes. The sample is from a code that @0xTim had been
provided in an issue.
<!-- When this PR is merged, the title and body will be -->
Add 'How to create custom validators' to docs.
<!-- used to generate a release automatically. -->

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-11-09 12:28:21 +00:00
とんとんぼ 46150d96e1
Update Japanese translation doc 925 (#937)
Issue: #932 

Edited `linux.md` included in pr #925 

The translation of `digital-ocean.md` into Japanese has not been done
yet.
2023-11-07 22:55:19 +01:00
Ale Mohamad ⌘ 52628f9640
Add Spanish translation for redis/overview.md (#930)
Add Spanish translation for redis/overview.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-11-02 11:03:58 +00:00
Ale Mohamad ⌘ 4bc3b1fca2
Add Spanish translation for redis/sessions.md (#931)
Add Spanish translation for redis/sessions.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-11-02 10:59:45 +00:00
A 40 years old student 33812d6933
Recommend Swiftly as install method on Linux (#925)
Any place we say to install Swift on Linux (deploy docs, getting started
etc) should use
[Swiftly](https://github.com/swift-server/swiftly/tree/main) instead of
directing people to download them from the install pages
2023-11-01 18:56:31 +00:00
Ale Mohamad ⌘ e40ba07ba7
Add Spanish translation for custom-tag.md (#929)
Add Spanish translation for custom-tag.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-11-01 16:21:50 +00:00
Ale Mohamad ⌘ 81fb2b2b35
Add Spanish translation for getting-started.md (#927)
Add Spanish translation for getting-started.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-11-01 15:24:38 +00:00
Ale Mohamad ⌘ c1c708ee06
Add Spanish translation for overview.md (#928)
Add Spanish translation for overview.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-11-01 15:19:37 +00:00
Claisse Florian 35436a4697
Add French translation for transaction.md (#924) 2023-10-31 12:48:48 +00:00
Jorge Acosta f433b00c7e
Add Spanish translation for advanced.md (#913) 2023-10-16 19:45:23 +00:00
Jorge Acosta a776060ece
Add Spanish translation for transaction.md (#912) 2023-10-16 20:39:55 +01:00
Kalyn Davis fbd9723a00
Update routing.md (#920) 2023-10-06 12:01:53 +00:00
Paul Toffoloni 3fa1e50c1d
Translate authentication to Italian (#919)
Co-authored-by: Francesco Paolo Severino <96546612+fpseverino@users.noreply.github.com>
2023-10-03 09:32:57 +02:00
Francesco Paolo Severino e487994900
Added Italian translation of leaf/overview.md and basics/client.md (#918) 2023-09-30 17:42:34 +02:00
Mattes Mohr f6b8e0bfc8
Update the German translation for controller.md (#916) 2023-09-30 08:53:38 +02:00
Francesco Paolo Severino 2ee65b0d42
Update and add Italian translations (#910)
- Fixed some navigation components in `mkdocs.yml`.
- Minor fixes in the `getting-started` and `install` folders, as well as
in `index.it.md` and `upgrading.it.md`.
- Added `contributing.it.md`, `legacy-docs.it.md`, `release-notes.it.md`
and the `redis` folder.
- Added two out of the three `leaf` folder files:
`getting-started.it.md` and `custom-tags.it.md`.

---------

Co-authored-by: Paul Toffoloni <69189821+ptoffy@users.noreply.github.com>
2023-09-26 00:54:48 +01:00
Jorge Acosta 9e038227ce
Add Spanish translation for migration.md (#907)
Added Spanish translation for `migration.md` in `fluent` folder

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2023-09-22 12:08:32 +00:00
Jorge Acosta 5033800a45
Add Spanish translation for relations.md (#906)
Added `relations.md` Spanish translation in `fluent` folder

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2023-09-22 13:57:51 +02:00
とんとんぼ 8a8e6a800a
Add Japanese translation for ”Install” and "Getting Started" (#908)
<!-- 🚀 Thank you for contributing! -->

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

I have added a Japanese translation for the following file.

- install
-
[macos.md](https://github.com/vapor/docs/blob/main/docs/install/macos.md)
-
[linux.md](https://github.com/vapor/docs/blob/main/docs/install/linux.md)
- getting-started
-
[hello-world.md](https://github.com/vapor/docs/blob/main/docs/getting-started/hello-world.md)
-
[folder-structure.md](https://github.com/vapor/docs/blob/main/docs/getting-started/folder-structure.md)
-
[spm.md](https://github.com/vapor/docs/blob/main/docs/getting-started/spm.md)
-
[xcode.md](https://github.com/vapor/docs/blob/main/docs/getting-started/xcode.md)

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

<details>
<summary>日本語</summary>
## 追加内容
以下のファイルの日本語訳を追加しました。

- install
-
[macos.md](https://github.com/vapor/docs/blob/main/docs/install/macos.md)
-
[linux.md](https://github.com/vapor/docs/blob/main/docs/install/linux.md)
- getting-started
-
[hello-world.md](https://github.com/vapor/docs/blob/main/docs/getting-started/hello-world.md)
-
[folder-structure.md](https://github.com/vapor/docs/blob/main/docs/getting-started/folder-structure.md)
-
[spm.md](https://github.com/vapor/docs/blob/main/docs/getting-started/spm.md)
-
[xcode.md](https://github.com/vapor/docs/blob/main/docs/getting-started/xcode.md)
</details>
2023-09-21 14:15:44 +02:00
Ale Mohamad ⌘ 4882065814
Add Spanish translation for contributing.md (#904)
Add Spanish translation for contributing.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-09-19 14:46:52 +00:00
Jorge Acosta 13c8287ad0
Add Spanish translation for model.md (#905)
Add `model.md` Spanish translation on `fluent` folder

---------

Co-authored-by: Ale Mohamad ⌘ <alejandro.mohamad@gmail.com>
2023-09-19 12:31:30 +00:00
Ale Mohamad ⌘ 7168b6a129
Add Spanish translation for upgrading.md (#903)
Add Spanish translation for upgrading.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-09-19 13:26:48 +01:00
Ale Mohamad ⌘ 18b945a0be
Update Spanish translation doc 877 (#902)
Update Spanish translation doc for pr
https://github.com/vapor/docs/pull/877

Translation needed in issue https://github.com/vapor/docs/issues/878

@jacostaf10
2023-09-14 12:24:01 +01:00
Ale Mohamad ⌘ b04f5b29fd
Add Spanish translation for async.md (#901)
Add Spanish translation for async.md

---------

Co-authored-by: Jorge Acosta <104621044+jacostaf10@users.noreply.github.com>
2023-09-14 11:57:58 +01:00
とんとんぼ 07c625acbe
Start Japanese translation (#899) 2023-09-12 15:27:13 +00:00
JIN a5a1d95b90
Update cn doc (#895)
update cn doc for PR #885
2023-09-03 21:34:19 +08:00
JIN a3613ee836
Add Chinese translation for request.md (#892)
add cn translation for PR #860 
@Jinxiansen

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-08-29 17:35:01 +00:00
Paul Toffoloni 3ad9bb119e
Fix redis docs dead links (#891)
Apparently there's no 1.4.1 branch documentation for
https://swiftpackageindex.com/swift-server/redistack anymore so we have
dead links
2023-08-28 10:09:17 +01:00
Paul Toffoloni b43e93cb2a
Add default hint for required values in schema (#885)
I've seen this asked more than once

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
Co-authored-by: Gwynne Raskind <gwynne@vapor.codes>
2023-08-07 15:56:29 +00:00
Paul Toffoloni a4dfba1cc7
Translate Request section to Italian (#884) 2023-08-07 11:07:55 +00:00
JIN 88787856cd
update cn doc (#886) 2023-08-07 12:02:20 +08:00
Stephen Beitzel 98ef20c9d7
Add a tip about model middleware to authentication example (#863)
The example we use for `ModelAuthenticatable` is a `User` identified by
an email address. Email addresses are case-insensitive, while the
`ModelAuthenticatable` that ships with `Fluent` is case sensitive. This
means that an application that follows the example naively would
consider `SomeUser@example.com` and `someuser@example.com` to be two
different users. This is easily addressed with model middleware that
converts the email address to lowercase before saving a `User`, but that
example is elsewhere in the documentation.

This change simply calls out this possibility in a tip section and links
to the model middleware section of the docs.
2023-08-05 16:45:05 +00:00
Sam Bishop 1bfbdab673
Request Section (#860)
This is my own attempt to close #394 with a full request page. May
supersede #859 if we want a more in depth section.

---------

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-08-05 16:39:15 +00:00
Paul Toffoloni aa8e385d07
Translate controllers section to italian (#879) 2023-08-05 15:38:49 +00:00
Paul Toffoloni d81299642f
Translate APNS section to italian (#880) 2023-08-05 16:31:41 +01:00
Paul Toffoloni 3faa2026ab
Add and update controllers section (#877) 2023-08-03 22:27:38 +02:00
晋先森 b63d6c3e36
Updated apns(Chinese) doc. (#875) 2023-08-01 18:46:04 +01:00
Kyle Browning 728fc27664
Update APNS docs for 5.0.0 Release (#719)
This PR updates the docs for the 5.0.0 release of APNS
2023-07-31 10:46:31 -07:00
BennyDB de38fa822a
Translate a multitude of Issues to dutch (#864)
issue included are:
#861 
#836 
#818 
#812 

Some issues have been fully translated as well:
closes #791 
closes #788 
closes #811

---------

Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
2023-07-23 23:57:31 +02:00
JIN cd1600313a
update cn doc (#862)
update cn doc for pr #858
2023-07-20 01:24:16 +00:00
Paul Toffoloni 537f1f9452
Add leaf syntax highlighting lib link (#858)
Adds a link to https://github.com/FranciscoAmado/vscode-html-leaf

---------

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-07-20 00:57:34 +00:00