Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .github/wiki/Home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Home

Welcome to the `pop-queue` project wiki! This wiki provides comprehensive documentation for the `pop-queue` library, including installation instructions, usage examples, configuration guidelines, and more.

## Table of Contents

1. [Overview](https://github.com/uuuchit/pop-queue/wiki/Overview)
2. [Installation](https://github.com/uuuchit/pop-queue/wiki/Installation)
3. [Usage](https://github.com/uuuchit/pop-queue/wiki/Usage)
4. [Integration Guidelines](https://github.com/uuuchit/pop-queue/wiki/Integration-Guidelines)
5. [Examples](https://github.com/uuuchit/pop-queue/wiki/Examples)
6. [Scaling and Performance](https://github.com/uuuchit/pop-queue/wiki/Scaling-and-Performance)
7. [Job Management UI](https://github.com/uuuchit/pop-queue/wiki/Job-Management-UI)
8. [API Endpoints](https://github.com/uuuchit/pop-queue/wiki/API-Endpoints)
9. [gRPC Endpoints](https://github.com/uuuchit/pop-queue/wiki/gRPC-Endpoints)
10. [Configuration](https://github.com/uuuchit/pop-queue/wiki/Configuration)
11. [Error Handling](https://github.com/uuuchit/pop-queue/wiki/Error-Handling)
12. [Deployment Instructions](https://github.com/uuuchit/pop-queue/wiki/Deployment-Instructions)
13. [Contributing](https://github.com/uuuchit/pop-queue/wiki/Contributing)
14. [License](https://github.com/uuuchit/pop-queue/wiki/License)
15. [Core Features](https://github.com/uuuchit/pop-queue/wiki/Core-Features)
16. [New Features](https://github.com/uuuchit/pop-queue/wiki/New-Features)
17. [Docker Instructions](https://github.com/uuuchit/pop-queue/wiki/Docker-Instructions)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
16. [New Features](#new-features)
17. [Docker Instructions](#docker-instructions)
18. [Sync Wiki to GitHub Wiki Repository](#sync-wiki-to-github-wiki-repository)
19. [Wiki Home](https://github.com/uuuchit/pop-queue/wiki/Home)

## Overview

Expand Down
Loading