From 3a76ded1b27c3220a1624065f7cfc74cda52958a Mon Sep 17 00:00:00 2001 From: crowdin Date: Mon, 8 Jul 2024 14:30:04 +0000 Subject: [PATCH] New translations security.mdx (Spanish) [ci skip] --- docs/src/content/docs/es/getting-started/security.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/es/getting-started/security.mdx b/docs/src/content/docs/es/getting-started/security.mdx index f9feea55..7b18494e 100644 --- a/docs/src/content/docs/es/getting-started/security.mdx +++ b/docs/src/content/docs/es/getting-started/security.mdx @@ -2,6 +2,8 @@ title: Problemas de seguridad --- +import { Aside } from "@astrojs/starlight/components"; + Castopod está construido sobre [CodeIgniter4](https://codeigniter.com/), un framework de PHP que alienta [buenas prácticas de seguridad](https://codeigniter.com/user_guide/concepts/security.html). @@ -26,6 +28,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.