From 55aa89e353cf443bbf34b1774b6ca2456ece3a38 Mon Sep 17 00:00:00 2001 From: crowdin Date: Mon, 8 Jul 2024 14:31:04 +0000 Subject: [PATCH] New translations security.mdx (French traditional) [ci skip] --- docs/src/content/docs/fr2/getting-started/security.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/fr2/getting-started/security.mdx b/docs/src/content/docs/fr2/getting-started/security.mdx index 113732cc..b6321c20 100644 --- a/docs/src/content/docs/fr2/getting-started/security.mdx +++ b/docs/src/content/docs/fr2/getting-started/security.mdx @@ -2,6 +2,8 @@ title: Questions de sécurité --- +import { Aside } from "@astrojs/starlight/components"; + Castopod est développé sur [CodeIgniter4](https://codeigniter.com/), un framework PHP qui encourage [de bonnes pratiques de sécurité](https://codeigniter.com/user_guide/concepts/security.html). @@ -27,6 +29,12 @@ sudo chown -R www-data:www-data /path/to/castopod/public/media ## Third-party Plugins + + Since v2's [Plugins Architecture](../../plugins), Castopod can be extended with all sorts of cool features. Anyone can choose to create their own plugins and even share them with the community.