Commit Graph

4 Commits

Author SHA1 Message Date
BennyDB ff3d36c469
Enhancement/setup redirect + fix 404 page (#659)
* Add redirect from /4.0/ to /

* Fix 404 error page to use generated css
2022-05-10 10:54:30 +02: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
BennyDB 9567690bdf
Enhancement/add csp headers (#656)
Add CSP headers and serve fonts statically
2022-05-09 12:21:45 +02:00
BennyDB e3ba11c2b3
Enhancement/deploy to s3 - Add deployment to S3
* Create deployment stack file for cloudformation

* Add deployment script

* Add custom 404 page

* Install couscous manually in deploy workflow

* Add missing sudo statement to chmod command

* Add project board workflow (#649)

* Add i18n Support (#650)

* Add i18n support

* Update requirements.txt to include i18n package

* Update Readme to include explanation for contributing

* Update styling and include mistakes section

* Apply suggestions from code review

* Update per PR changes

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>

* Remove plugin for now

* Reenable plugin

* Plugin broke search

* Update mkdocs material requirement to be version 7.1 or higher

* remove google analytics. Use highlight for code blocks. Include search in plugins

* Add css file for code block customisation possiblities

Co-authored-by: Tim Condon <0xTim@users.noreply.github.com>
2022-05-06 15:06:02 +02:00