feat: init restructuring folders

This commit is contained in:
swve
2024-03-28 00:49:12 +01:00
parent db1c4e75e7
commit 68065a3f3f
14 changed files with 17 additions and 6 deletions

View File

@@ -1,8 +1,7 @@
{
"courses": "Courses",
"activities": "Activities",
"collections": "Collections",
"content": "Content",
"editor": "Editor",
"ai": "LearnHouse AI",
"users-management": "Users Management",
"trail": "Trail"
"user-management": "Users Management",
"trails": "Trails"
}

View File

@@ -0,0 +1,5 @@
{
"courses": "Courses",
"collections": "Collections",
"activities": "Activities"
}

View File

View File

View File

@@ -2,7 +2,11 @@ import { Callout } from 'nextra-theme-docs'
import { Card, Cards } from 'nextra-theme-docs'
import Image from 'next/image'
# Trail
# Trails
<br/>
<img style={{borderRadius:10}} quality={100} src="/img/pages/trails/trails.png" alt="Hello" width={800} height={500} />
Trails are a key feature on Learnhouse that enables teachers & students to track their progress through Courses.

View File

@@ -0,0 +1,3 @@
{
"users-and-access": "Users & Access"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 378 KiB