Skip to content

Commit

Permalink
šŸ“ Update documentation to reflect the transition from Mentor Managemeā€¦
Browse files Browse the repository at this point in the history
ā€¦nt System to Lupleg
  • Loading branch information
marksikaundi committed Feb 9, 2025
1 parent c49e1f0 commit 93f0903
Showing 1 changed file with 35 additions and 30 deletions.
65 changes: 35 additions & 30 deletions tutorial/about.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,44 @@
# About MMS
# About Lupleg

## Introduction
The Mentor Management System is a comprehensive software solution designed to streamline and automate the process of managing mentors and mentees. This documentation provides an overview of the system, its features, and how to use it effectively.
Lupleg is a simple static site generator written in Python. It is designed to be easy to use and easy to extend. It is also designed to be fast and efficient.

## Features
- User-friendly interface for easy navigation and usage
- Secure login and authentication system
- Mentor and mentee registration and profile management
- Matching algorithm for pairing mentors and mentees based on their preferences and goals
- Communication tools for mentors and mentees to connect and schedule meetings
- Progress tracking and reporting features
- Admin dashboard for managing system settings and user roles

## Getting Started
To get started with the Mentor Management System, follow these steps:

1. Install the required dependencies (list any dependencies here)
2. Configure the database connection
3. Run the application
4. Access the system through the provided URL

- Simple and easy to use
- Fast and efficient
- Easy to extend
- Supports Markdown
- Supports Jinja2
- Supports YAML front matter
- Supports custom plugins
- Supports custom themes

## Installation

To install Lupleg, you can use pip:

```bash
pip install lupleg
```

## Usage
This section provides detailed instructions on how to use the Mentor Management System, including:

- User registration and login
- Profile setup and management
- Searching and matching mentors/mentees
- Communication and scheduling meetings
- Tracking progress and generating reports
To use Lupleg, you need to create a configuration file called `lupleg.yml` in the root of your project. Here is an example configuration file:

```yaml
source: content
destination: output
theme: default
```
You can then run Lupleg from the command line:
```bash
lupleg build
```

This will generate your site in the `output` directory.


## Troubleshooting
If you encounter any issues or have questions while using the Mentor Management System, refer to this section for troubleshooting tips and common problems.

## Support and Feedback
For any support or feedback related to the Mentor Management System, please contact our support team at [dev@lupleg.website](mailto:dev@lupleg.website).

## Conclusion
The Mentor Management System is a powerful tool for managing mentorship programs efficiently. This documentation serves as a guide to help users understand and utilize the system effectively.

0 comments on commit 93f0903

Please sign in to comment.