Skip to content

Commit 7edfa1e

Browse files
authored
Merge pull request adafruit#1617 from jwcooper/featured-only
Add new filter to only use featured guides from circuitpython category
2 parents b055ea1 + cd1172a commit 7edfa1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jekyll_get_json:
4040
- data: libraries
4141
json: "https://adafruit-circuit-python.s3.amazonaws.com/adabot/web/libraries.v2.json"
4242
- data: guides
43-
json: "https://learn.adafruit.com/api/categories/circuitpython.json?count=10&filter=guides_only,random,exclude_product"
43+
json: "https://learn.adafruit.com/api/categories/circuitpython.json?count=10&filter=guides_only,featured,random,exclude_product"
4444

4545
### Exclude from processing.
4646
exclude:

0 commit comments

Comments
 (0)