Skip to content

Commit

Permalink
add documentation Genera,Queue,Cron.
Browse files Browse the repository at this point in the history
Co-Authored-By: Al1ll <111093327+Al1ll@users.noreply.github.com>
  • Loading branch information
lif0 and Al1ll committed Feb 4, 2024
1 parent eae6421 commit 75021d2
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
- [Requirements](#requirements)
- [Installation](#installation)
- [QuickStart](#examples)
- [Documentation](docs/Main.md)
- [General concepts](docs/Main.md)
- [CronManager](docs/CronScheduler.md)
- [QueueManager](docs/QueueScheduler.md)
- [Benchmarks](#benchmarks) (future)
- [Performance](#performance) (future)
- [License](#LICENSE)
Expand Down
18 changes: 18 additions & 0 deletions docs/CronScheduler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Cron Scheduler

## 📖 Contents

- [Motivation](#motivation)
- [Purpose](#purpose)
- [Features](#features)
- [Usage](#usage)
- [Requirements](#requirements)
- [Installation](#installation)
- [QuickStart](#examples)
- [Documentation](docs/Main.md)
- [General concepts](docs/Main.md)
- [CronManager](docs/CronScheduler.md)
- [QueueManager](docs/QueueScheduler.md)
- [Benchmarks](#benchmarks) (future)
- [Performance](#performance) (future)
- [License](#LICENSE)
18 changes: 18 additions & 0 deletions docs/General.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# General concepts

## 📖 Contents

- [Motivation](#motivation)
- [Purpose](#purpose)
- [Features](#features)
- [Usage](#usage)
- [Requirements](#requirements)
- [Installation](#installation)
- [QuickStart](#examples)
- [Documentation](docs/Main.md)
- [General concepts](docs/Main.md)
- [CronManager](docs/CronScheduler.md)
- [QueueManager](docs/QueueScheduler.md)
- [Benchmarks](#benchmarks) (future)
- [Performance](#performance) (future)
- [License](#LICENSE)
18 changes: 18 additions & 0 deletions docs/QueueScheduler.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Queue Scheduler

## 📖 Contents

- [Motivation](#motivation)
- [Purpose](#purpose)
- [Features](#features)
- [Usage](#usage)
- [Requirements](#requirements)
- [Installation](#installation)
- [QuickStart](#examples)
- [Documentation](docs/Main.md)
- [General concepts](docs/Main.md)
- [CronManager](docs/CronScheduler.md)
- [QueueManager](docs/QueueScheduler.md)
- [Benchmarks](#benchmarks) (future)
- [Performance](#performance) (future)
- [License](#LICENSE)

0 comments on commit 75021d2

Please sign in to comment.