From 3a611f55dbcc8377ae2dfb85a853b0443933031d Mon Sep 17 00:00:00 2001 From: Wildan Nursahidan Date: Mon, 14 Apr 2025 00:41:19 +0700 Subject: [PATCH] live docs --- app/page.tsx | 4 ++-- .../docs/getting-started/installation/index.mdx | 8 ++++++++ .../docs/getting-started/introduction/index.mdx | 3 --- contents/docs/getting-started/license/index.mdx | 5 +++++ .../docs/getting-started/requirements/index.mdx | 15 +++++++++++++++ docu.json | 1 + 6 files changed, 31 insertions(+), 5 deletions(-) create mode 100644 contents/docs/getting-started/requirements/index.mdx diff --git a/app/page.tsx b/app/page.tsx index e77f37b..3c41305 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -46,14 +46,14 @@ export default function Home() { Get Started - Playground + Subscribe Now
diff --git a/contents/docs/getting-started/installation/index.mdx b/contents/docs/getting-started/installation/index.mdx index 13c367d..13b5035 100644 --- a/contents/docs/getting-started/installation/index.mdx +++ b/contents/docs/getting-started/installation/index.mdx @@ -8,6 +8,9 @@ date: 12-04-2025 Before you install the TutorAddons plugin, make sure you have installed Tutor LMS first. +## Download Plugin +Download the plugin file that you want to install at the url [https://tutoraddons.com](https://tutoraddons.com/dashboard/file-downloads/) + ## Upload plugin ### Via Wordpress Dashboard @@ -28,3 +31,8 @@ date: 12-04-2025 After the installation procedure is complete, please activate the plugin. + +## Video Tutorial + + + diff --git a/contents/docs/getting-started/introduction/index.mdx b/contents/docs/getting-started/introduction/index.mdx index 03c2931..264de91 100644 --- a/contents/docs/getting-started/introduction/index.mdx +++ b/contents/docs/getting-started/introduction/index.mdx @@ -12,9 +12,6 @@ TutorAddons is a WordPress plugin to complement the features of Tutor LMS. - Addon Tutor - Tripay : for payment gateway via Tripay service. - and other plugins coming in the future. -## Freebie -You can use some plugins for `free` to build an online learning platform built with Wordpress, Tutor LMS and TutorAddons. - ## Dependencies To be able to use the TutorAddons plugin requires some dependencies ; diff --git a/contents/docs/getting-started/license/index.mdx b/contents/docs/getting-started/license/index.mdx index dbb4b5e..a04a38e 100644 --- a/contents/docs/getting-started/license/index.mdx +++ b/contents/docs/getting-started/license/index.mdx @@ -28,3 +28,8 @@ To get a plugin license you must be validated by purchasing the TutorAddons plug + +## Video Tutorial + + + diff --git a/contents/docs/getting-started/requirements/index.mdx b/contents/docs/getting-started/requirements/index.mdx new file mode 100644 index 0000000..b20d7c9 --- /dev/null +++ b/contents/docs/getting-started/requirements/index.mdx @@ -0,0 +1,15 @@ +--- +title : System Requirements +description : Before running you need to prepare. +date : 14-04-2025 +--- + +There are some system requirements to run the TutorAddons plugin ; + +- PHP – 7.4 (or later) for Tutor LMS Free & Pro +- Database – MariaDB 10.1 or later / MySQL 5.7 or later +- WordPress – 5.8 or higher +- Browser – Chrome, Firefox, Safari +- Internet Explorer is not supported +- Server Modules – mod_rewrite, cURL, fsockopen +- Tutor LMS Free & Pro as main Plugin diff --git a/docu.json b/docu.json index 4e768cf..7d5b0ff 100644 --- a/docu.json +++ b/docu.json @@ -43,6 +43,7 @@ "noLink": true, "items": [ { "title": "Introduction", "href": "/introduction" }, + { "title": "System Requirements", "href": "/requirements" }, { "title": "Installation", "href": "/installation" }, { "title": "Activate License", "href": "/license" }, {