Skip to content

Commit

Permalink
Adds community section to sidebars and initial index page
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanwards committed Jun 14, 2024
1 parent b2a2382 commit 32df85f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/communityRecipes/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
sidebar_position: 1
title: Overview
tags:
- Community
last_update:
author: Dan Edwards
---

These recipes in this section are contributed by our amazing community! If you have a recipe you'd like to share, please submit a PR to the [Ignite Cookbook Github Repo](http://github.com/infinitered/ignite-cookbook).
8 changes: 7 additions & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ const sidebars = {
},
{
type: "category",
label: "Recipes",
label: "Infinite Red Recipes",
collapsed: false,
items: [{ type: "autogenerated", dirName: "recipes" }],
},
{
type: "category",
label: "Community Recipes",
collapsed: true,
items: [{ type: "autogenerated", dirName: "communityRecipes" }],
},
{
type: "category",
label: "Archive",
Expand Down

0 comments on commit 32df85f

Please sign in to comment.