Skip to content

Commit 37ff097

Browse files
committed
sort order on /categories and /docs/pipelines
1 parent ddb1b66 commit 37ff097

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

content/categories/_index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
11
---
22
title: categories
33
description: Browse pypyr technical documentation by category.
4-
# cascade:
5-
# robots: noindex
6-
sectionSummaryStyle: section-summary/ul
4+
cascade:
5+
# robots: noindex
6+
list_fields:
7+
- field: title
8+
heading: title
9+
islink: true
10+
- heading: description
11+
fallback: summary
12+
field: description
13+
# - heading: input context
14+
# field: card_extra_summary.details
15+
list_sort: list/sort/param.html
16+
list_sort_param: title
17+
list_style: section-list/cards
718
seo_article_headline: pypyr technical documentation categories.
819
seo_description: Browse pypyr technical documentation by category.
20+
seo_is_carousel: true
921
---

content/docs/pipelines/lookup-order.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ menu:
1010
docs:
1111
parent: pipelines
1212
name: lookup order
13+
weight: -20
1314
seo_article_headline: Directory lookup order for task-runner pipelines on the filesystem.
1415
seo_description: Search for a matching pipeline first in the working directory & alternate location lookup sequence.
1516
# topics: [control-of-flow]

content/docs/pipelines/pipeline-structure.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ lastmod: 2020-08-16
99
menu:
1010
docs:
1111
parent: pipelines
12-
weight: 10
13-
weight: 10
14-
sections_weight: 10
12+
weight: -30
1513
seo_article_headline: Directory lookup order for task-runner pipelines on the filesystem.
1614
seo_description: Search for a matching pipeline first in the working directory & alternate location lookup sequence.
1715
topics: [pipeline format]

0 commit comments

Comments
 (0)