From a808bc393a806803180c96eacbd7f0bb9e836b0c Mon Sep 17 00:00:00 2001 From: crowdin Date: Mon, 8 Jul 2024 14:30:08 +0000 Subject: [PATCH] New translations security.mdx (Catalan) [ci skip] --- docs/src/content/docs/ca/getting-started/security.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/ca/getting-started/security.mdx b/docs/src/content/docs/ca/getting-started/security.mdx index 9eec7219..d613b2ea 100644 --- a/docs/src/content/docs/ca/getting-started/security.mdx +++ b/docs/src/content/docs/ca/getting-started/security.mdx @@ -2,6 +2,8 @@ title: Detalls de seguretat --- +import { Aside } from "@astrojs/starlight/components"; + Castopod està fet amb [CodeIgniter4](https://codeigniter.com/), un framework PHP que fomenta les [bones pràctiques de seguretat](https://codeigniter.com/user_guide/concepts/security.html). @@ -25,6 +27,12 @@ sudo chown -R www-data:www-data /ruta/cap/a/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.