Files
Documentation/content/_index.md
2026-01-20 20:33:59 +01:00

569 B

title, layout
title layout
Redirecting... redirect
<script> (function() { var supportedLangs = ['en', 'fr']; var defaultLang = 'en'; var userLang = navigator.language || navigator.userLanguage; var langCode = userLang.split('-')[0].toLowerCase(); var targetLang = supportedLangs.includes(langCode) ? langCode : defaultLang; window.location.replace('/' + targetLang + '/'); })(); </script>

Redirecting... English | Français