Skip to content

Commit eff0757

Browse files
committed
fixed overview links
Signed-off-by: root <sergiubota@rospace.com>
1 parent 2c7a576 commit eff0757

3 files changed

Lines changed: 20 additions & 19 deletions

File tree

docs/book/v1/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It allows the main platform to return a response and remain responsive for new r
1919
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers)
2020
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/1.0/LICENSE.md)
2121

22-
[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)
23-
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
24-
[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)
25-
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)
22+
[![Build Status](https://github.com/dotkernel/queue/actions/workflows/continuous-integration.yml/badge.svg?branch=1.0)](https://github.com/dotkernel/queue/actions/workflows/continuous-integration.yml)
23+
[![codecov](https://codecov.io/gh/dotkernel/queue/branch/1.0/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
24+
[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=1.0)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)
25+
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=1.0)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)

docs/book/v2/overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ It allows the main platform to return a response and remain responsive for new r
1919
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/queue)](https://github.com/dotkernel/queue/stargazers)
2020
[![GitHub license](https://img.shields.io/github/license/dotkernel/queue)](https://github.com/dotkernel/queue/blob/2.0/LICENSE.md)
2121

22-
[![Build Status](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/mezzio/mezzio-skeleton/actions/workflows/continuous-integration.yml)
23-
[![codecov](https://codecov.io/gh/dotkernel/queue/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
24-
[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)
25-
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=main)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)
22+
[![Build Status](https://github.com/dotkernel/queue/actions/workflows/continuous-integration.yml/badge.svg?branch=2.0)](https://github.com/dotkernel/queue/actions/workflows/continuous-integration.yml)
23+
[![codecov](https://codecov.io/gh/dotkernel/queue/branch/2.0/graph/badge.svg?token=pexSf4wIhc)](https://codecov.io/gh/dotkernel/queue)
24+
[![Qodana](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml/badge.svg?branch=2.0)](https://github.com/dotkernel/queue/actions/workflows/qodana_code_quality.yml)
25+
[![PHPStan](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml/badge.svg?branch=2.0)](https://github.com/dotkernel/queue/actions/workflows/static-analysis.yml)

mkdocs.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,6 @@ extra:
88
- v1
99
nav:
1010
- Home: index.md
11-
- v1:
12-
- Overview: v1/overview.md
13-
- "Understanding the Queue": v1/what-is-queue.md
14-
- Server Setup: v1/server-setup.md
15-
- Installation: v1/installation.md
16-
- Messenger Configuration: v1/messenger-configuration.md
17-
- Control Commands: v1/control-commands.md
18-
- Valkey: v1/valkey.md
19-
- How to:
20-
- Communication With Queue: v1/how-to/communication-with-queue.md
21-
- Send Emails: v1/how-to/send-emails.md
2211
- v2:
2312
- Overview: v2/overview.md
2413
- "Understanding the Queue": v2/what-is-queue.md
@@ -30,6 +19,18 @@ nav:
3019
- How to:
3120
- Communication With Queue: v2/how-to/communication-with-queue.md
3221
- Send Emails: v2/how-to/send-emails.md
22+
- v1:
23+
- Overview: v1/overview.md
24+
- "Understanding the Queue": v1/what-is-queue.md
25+
- Server Setup: v1/server-setup.md
26+
- Installation: v1/installation.md
27+
- Messenger Configuration: v1/messenger-configuration.md
28+
- Control Commands: v1/control-commands.md
29+
- Valkey: v1/valkey.md
30+
- How to:
31+
- Communication With Queue: v1/how-to/communication-with-queue.md
32+
- Send Emails: v1/how-to/send-emails.md
33+
3334
site_name: queue
3435
site_description: "Dotkernel Queue"
3536
repo_url: "https://github.com/dotkernel/queue"

0 commit comments

Comments
 (0)