Skip to content

Commit d923c95

Browse files
committed
Start preparing navigation structure
1 parent 6eed583 commit d923c95

File tree

10 files changed

+30
-9
lines changed

10 files changed

+30
-9
lines changed

docs/elastica-bundle/overview.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
title: Elastica bundle
4+
nav_order: 4
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/job_queue/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
layout: default
3+
title: Job Queue
4+
nav_order: 6
5+
has_children: true
6+
permalink: /job-queue
7+
---
8+
9+
{:toc}

docs/job_queue/run_sub_job.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
parent: Job Queue
4+
title: Run sub job
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/job_queue/run_unique_job.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
parent: Job Queue
4+
title: Run unique job
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/laravel/queues.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
parent: Laravel
4+
title: Queues
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/laravel/quick_tour.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
title: Laravel
4+
has_children: true
5+
nav_order: 4
46
---
57
<h2 align="center">Supporting Enqueue</h2>
68

docs/magento/cli_commands.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
parent: Magento
4+
title: CLI commands
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/magento/quick_tour.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
has_children: true
4+
title: Magento
5+
nav_order: 4
46
---
57
<h2 align="center">Supporting Enqueue</h2>
68

docs/magento2/cli_commands.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
parent: Magento 2
4+
title: CLI commands
45
---
56
<h2 align="center">Supporting Enqueue</h2>
67

docs/magento2/quick_tour.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: default
3-
nav_exclude: true
3+
title: Magento 2
4+
has_children: true
5+
nav_order: 4
46
---
57
<h2 align="center">Supporting Enqueue</h2>
68

0 commit comments

Comments
 (0)