From 8bebd70bced7c455656276748d158b11dfd2d138 Mon Sep 17 00:00:00 2001 From: swat Date: Fri, 5 Dec 2025 13:16:03 +0530 Subject: [PATCH 1/2] Fix typo in security notice in intro.md --- docs/getting-started/intro.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/intro.md b/docs/getting-started/intro.md index d6e3db3..f485180 100644 --- a/docs/getting-started/intro.md +++ b/docs/getting-started/intro.md @@ -34,7 +34,7 @@ Discovering and integrating plugins into your Acode editor is a simple and custo - Choose **REMOTE** and enter the plugin file URL. :::info -Currently of no use because of security reason! +Currently of no use due to security reasons! ::: 3. **Acode Plugins Manager:** @@ -60,4 +60,4 @@ It's crucial to exercise caution when installing plugins, especially from unfami :::
-Your Acode journey has just begun. Dive in, experiment, and let your coding adventure flourish in this realm of endless possibilities! 🚀✨ \ No newline at end of file +Your Acode journey has just begun. Dive in, experiment, and let your coding adventure flourish in this realm of endless possibilities! 🚀✨ From 56050b63cf14493271e2b5612e9e70568515219b Mon Sep 17 00:00:00 2001 From: swat Date: Fri, 5 Dec 2025 15:13:45 +0530 Subject: [PATCH 2/2] Remove security note from Acode plugins section --- docs/getting-started/intro.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/getting-started/intro.md b/docs/getting-started/intro.md index f485180..c160722 100644 --- a/docs/getting-started/intro.md +++ b/docs/getting-started/intro.md @@ -33,10 +33,6 @@ Discovering and integrating plugins into your Acode editor is a simple and custo - Navigate to **Plugins** and click on the `'+'` icon. - Choose **REMOTE** and enter the plugin file URL. -:::info -Currently of no use due to security reasons! -::: - 3. **Acode Plugins Manager:** - Access the Acode **Settings** and click on **Plugins**. - Explore the available plugins and select the one you want.