From b493cb9b98e4e0a757573a12efe58dfb578c2c3c Mon Sep 17 00:00:00 2001 From: crowdin Date: Mon, 8 Jul 2024 14:31:01 +0000 Subject: [PATCH] New translations security.mdx (Serbian (Latin)) [ci skip] --- .../src/content/docs/sr-latn/getting-started/security.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/content/docs/sr-latn/getting-started/security.mdx b/docs/src/content/docs/sr-latn/getting-started/security.mdx index 4934d42d..dcf81b25 100644 --- a/docs/src/content/docs/sr-latn/getting-started/security.mdx +++ b/docs/src/content/docs/sr-latn/getting-started/security.mdx @@ -2,6 +2,8 @@ title: Bezbednosni interesi --- +import { Aside } from "@astrojs/starlight/components"; + Castopod je napravljen na [CodeIgniter4](https://codeigniter.com/), PHP okviru koji podstiče [dobre bezbednosne prakse](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.