Commit Graph

29 Commits

Author SHA1 Message Date
Ale Mohamad ⌘ a1a61444f6
Fix fluent overview notes (#834) 2023-06-14 21:32:37 +02:00
Javier Etxarri Marin 230b540237
ISSUE-816: Spanish translation for menu entry Fluent->overview. (#830)
* ISSUE-816: Spanish translation for menu entry Fluent->overview.
Also creating two files that are being referenced from overview file

* Related to ISSUE-816: Delete recently created 2 files because they are not translated and it is not necessary to have them because the system takes english in that case

* Related to ISSUE-816: Change .es.md extension in the links to only .md because it is managed automatically

* Code review done from jacortaf10

* Code review done from jacortaf10 part 2
2023-06-14 17:38:10 +00:00
Ale Mohamad cd336c7907
Example to populate pivot properties (#815)
* Add closure example to populate pivot attributes

* Tweaks made from PR feedback
2023-06-05 11:54:31 +00: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
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
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
BennyDB 813f67f1ee
Translate #741 to dutch 2022-09-30 14:05:42 +02: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 7e8223c1f8
update cn fluent translation (#739) 2022-09-17 23:26:06 +08:00
JIN 4eb478e78b
fix annotation style (#725) 2022-09-05 21:10:20 +08: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
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
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 b8f751066b
add fluent advanced translation (#677)
* add fluent advanced translation
2022-07-17 21:35:13 +08:00
Tim Condon 27b8e8761d
Add query logging note 2022-07-13 13:35:47 +01: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
JIN 4e170d1b7e
add fluent overview translation (#670)
* add fluent overview translation

* modify some translations
2022-06-24 20:40:15 +08: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 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