Introduction

This is the docs about how to use our product. This product is for schools, colleges, educational or institutions to manage their studet’s submissions, assignments and a lot more.

This product is currently under development so the docs and other features are yet to come. This is all dummy content, will replace with actual docs once the product is ready.

console.log('hello world');
console.log('this is a test hahahaha 😀');
  1. Student Management

Accordians

Title 1
This is some content
Title 2
This is some more content

Tabs

const add = (a: number, b: ) => a + b;

console.log(add(1, 2))
package main

import (
    "fmt"
)

func Add(int a, int b) {
    return a + b
}

func main() {
    fmt.printLn(Add(1, 2))
}