Commit Graph

34 Commits

Author SHA1 Message Date
TheHandyOwl f492970e62
NEW: Updated getting-started.es.md and hello-world.es.md files (#1077) 2025-04-05 15:01:20 +00:00
Francesco Paolo Severino bf81c16fca
Translate alert titles in Italian (#1076)
<!-- 🚀 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-04-05 11:59:48 +02:00
Francesco Paolo Severino 07d0e7a823
Suggest "Vapor for VS Code" extension (#1075) 2025-04-04 22:40:35 +01: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
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
とんとんぼ 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
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
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
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
Francesco Paolo Severino e487994900
Added Italian translation of leaf/overview.md and basics/client.md (#918) 2023-09-30 17:42:34 +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
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
JIN f1728161d0
update cn doc (#832)
Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2023-06-20 19:15:39 +01:00
Sam Bishop 3512ad7397
Misc docs improvements (#806)
* Fix leaf typo, update version numbers, add warning about Command Lines Tools, add tip about vapor github templates

* Change to arm

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

* Remove xcode CLI tools warning

* Update versions in doc translations

---------

Co-authored-by: Gwynne Raskind <gwynne@darkrainfall.org>
2023-06-01 10:12:42 +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
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
JIN 4eb478e78b
fix annotation style (#725) 2022-09-05 21:10:20 +08:00
JIN ffc5406b3d
update leaf overview translation (#721) 2022-09-01 20:23:44 +08:00
BennyDB 21f39ef705
Translation of pr712 and 709 to dutch (#716) 2022-08-23 21:54:07 +01: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
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 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
dannflor f7fa29d260
Fix custom-tags to make it clear where the implementation is (#671) 2022-06-27 21:42:02 +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 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