live docs

This commit is contained in:
2025-04-14 00:41:19 +07:00
parent d65bc7db40
commit 3a611f55db
6 changed files with 31 additions and 5 deletions

View File

@@ -46,14 +46,14 @@ export default function Home() {
Get Started
</Link>
<Link
href="/playground"
href="https://www.youtube.com/channel/UC5H-2U68EuVAH9Ehz5eYHNg?sub_confirmation=1"
className={buttonVariants({
variant: "secondary",
className: "px-6 bg-gray-200 text-gray-900 hover:bg-gray-300 dark:bg-gray-800 dark:text-gray-200 dark:hover:bg-gray-700",
size: "lg",
})}
>
Playground
Subscribe Now
</Link>
</div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 py-12">

View File

@@ -8,6 +8,9 @@ date: 12-04-2025
Before you install the TutorAddons plugin, make sure you have installed Tutor LMS first.
</Note>
## 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.
</StepperItem>
</Stepper>
## Video Tutorial
<Accordion title="How to Install a Plugin" defaultOpen={true}>
<Youtube videoId="A_kHKa7_FXE" />
</Accordion>

View File

@@ -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 ;

View File

@@ -28,3 +28,8 @@ To get a plugin license you must be validated by purchasing the TutorAddons plug
</Accordion>
</StepperItem>
</Stepper>
## Video Tutorial
<Accordion title="How to Activate License Key" defaultOpen={true}>
<Youtube videoId="myMKgZxBBI4" />
</Accordion>

View File

@@ -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

View File

@@ -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" },
{