Commit Graph

6 Commits

Author SHA1 Message Date
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
BennyDB 4f15e4a2b2
Replace old RediStack API links (#707) 2022-08-15 14:25:15 +01: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