Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github Pages - Match topic order from index.md #870

Merged
merged 1 commit into from
May 27, 2019
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
1 change: 1 addition & 0 deletions docs/bundle/async_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Async commands
nav_order: 7
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/async_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Async events
nav_order: 6
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: CLI commands
nav_order: 3
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/config_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Config reference
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/consumption_extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Consumption extension
nav_order: 9
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Debugging
nav_order: 11
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/functional_testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Functional testing
nav_order: 12
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/bundle/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: "Symfony bundle"
nav_order: 8
nav_order: 6
has_children: true
permalink: /symfony
---
Expand Down
1 change: 1 addition & 0 deletions docs/bundle/job_queue.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Job queue
nav_order: 8
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/message_processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Message processor
nav_order: 5
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/message_producer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Message producer
nav_order: 4
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/bundle/production_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Production settings
nav_order: 10
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/bundle/quick_tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: default
parent: "Symfony bundle"
title: Quick tour
nav_order: -1
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
4 changes: 3 additions & 1 deletion docs/client/extensions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: Extensions
nav_order: 6
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
9 changes: 9 additions & 0 deletions docs/client/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: Client
nav_order: 4
has_children: true
permalink: /client
---

{:toc}
4 changes: 3 additions & 1 deletion docs/client/message_bus.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: Message bus
nav_order: 4
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
4 changes: 3 additions & 1 deletion docs/client/message_examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: Message examples
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
4 changes: 3 additions & 1 deletion docs/client/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: Quick tour
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
4 changes: 3 additions & 1 deletion docs/client/rpc_call.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: RPC call
nav_order: 5
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
4 changes: 3 additions & 1 deletion docs/client/supported_brokers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
layout: default
nav_exclude: true
parent: Client
title: Supported brokers
nav_order: 3
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/consumption/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Consumption
nav_order: 2
nav_order: 3
has_children: true
permalink: /consumption
---
Expand Down
14 changes: 10 additions & 4 deletions docs/contribution.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
layout: default
title: Contribution
nav_order: 99
---

<h2 align="center">Supporting Enqueue</h2>

Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
Expand All @@ -9,8 +15,8 @@ Enqueue is an MIT-licensed open source project with its ongoing development made

# Contribution

To contribute you have to send a pull request to [enqueue-dev](https://github.com/php-enqueue/enqueue-dev) repository.
The pull requests to read only subtree split [repositories](https://github.com/php-enqueue/enqueue-dev/blob/master/bin/subtree-split#L46) will be closed.
To contribute you have to send a pull request to [enqueue-dev](https://github.com/php-enqueue/enqueue-dev) repository.
The pull requests to read only subtree split [repositories](https://github.com/php-enqueue/enqueue-dev/blob/master/bin/subtree-split#L46) will be closed.

## Setup environment

Expand All @@ -37,10 +43,10 @@ or for a package only:
./bin/test.sh pkg/enqueue
```

## Commit
## Commit

When you try to commit changes `php-cs-fixer` is run. It fixes all coding style issues. Don't forget to stage them and commit everything.
Once everything is done open a pull request on official repository.
Once everything is done open a pull request on official repository.

## WTF?!

Expand Down
4 changes: 2 additions & 2 deletions docs/dsn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: DSN
nav_order: 98
title: DSN Parser
nav_order: 92
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/job_queue/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Job Queue
nav_order: 6
nav_order: 5
has_children: true
permalink: /job-queue
---
Expand Down
1 change: 1 addition & 0 deletions docs/job_queue/run_sub_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: Job Queue
title: Run sub job
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/job_queue/run_unique_job.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: Job Queue
title: Run unique job
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
9 changes: 9 additions & 0 deletions docs/laravel/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: Laravel
has_children: true
nav_order: 6
permalink: /laravel
---

{:toc}
1 change: 1 addition & 0 deletions docs/laravel/queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: Laravel
title: Queues
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
6 changes: 3 additions & 3 deletions docs/laravel/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
title: Laravel
has_children: true
nav_order: 4
parent: Laravel
title: Quick tour
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/magento/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: Magento
title: CLI commands
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
9 changes: 9 additions & 0 deletions docs/magento/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: Magento
has_children: true
nav_order: 7
permalink: /magento
---

{:toc}
6 changes: 3 additions & 3 deletions docs/magento/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
has_children: true
title: Magento
nav_order: 4
parent: Magento
title: Quick tour
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
1 change: 1 addition & 0 deletions docs/magento2/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: default
parent: Magento 2
title: CLI commands
nav_order: 2
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
9 changes: 9 additions & 0 deletions docs/magento2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
layout: default
title: Magento 2
has_children: true
nav_order: 8
permalink: /magento2
---

{:toc}
6 changes: 3 additions & 3 deletions docs/magento2/quick_tour.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
layout: default
title: Magento 2
has_children: true
nav_order: 4
parent: Magento 2
title: Quick tour
nav_order: 1
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/messages.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Messages
nav_exclude: true
nav_order: 90
---
<h2 align="center">Supporting Enqueue</h2>

Expand Down
6 changes: 6 additions & 0 deletions docs/monitoring.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
layout: default
title: Monitoring
nav_order: 95
---

<h2 align="center">Supporting Enqueue</h2>

Enqueue is an MIT-licensed open source project with its ongoing development made possible entirely by the support of community and our customers. If you'd like to join them, please consider:
Expand Down
Loading