Skip to content

Commit 6165b78

Browse files
committed
Add Community Projects sidebar
1 parent 952062c commit 6165b78

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: 'EngineKit'
3+
description: 'A Modern OpenGL Abstraction Written in C#'
4+
slug: 'enginekit'
5+
authors: ['deccer']
6+
tags: ['opengl', 'opengl-abstraction', 'abstraction', 'csharp', 'opengl46', 'modern-opengl']
7+
image: 'https://cdn.discordapp.com/splashes/318590007881236480/d0e3bd057a0b2cf557c3e120c1a277ae.jpg?size=480'
8+
---
9+
10+
Placeholder for now.

docusaurus.config.ts

+6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ const config: Config = {
9595
position: 'left',
9696
label: 'Discord Server',
9797
},
98+
{
99+
type: 'docSidebar',
100+
sidebarId: 'communityProjects',
101+
position: 'left',
102+
label: 'Community Projects'
103+
}
98104
],
99105
},
100106
footer: {

sidebars.ts

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ const sidebars: SidebarsConfig = {
2323
dirName: 'discord-server'
2424
},
2525
],
26+
communityProjects: [
27+
{
28+
type: 'autogenerated',
29+
dirName: 'community-projects'
30+
}
31+
]
2632

2733

2834
};

0 commit comments

Comments
 (0)