<!-- 🚀 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. -->
<!-- 🚀 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. -->
<!-- 🚀 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>
- 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>
issue included are:
#861#836#818#812
Some issues have been fully translated as well:
closes#791closes#788closes#811
---------
Co-authored-by: Joannis Orlandos <joannis@orlandos.nl>
* 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
* 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>