diff --git a/docs/community-projects/enginekit/index.md b/docs/community-projects/enginekit/index.md index fc50cfb..93f3e54 100644 --- a/docs/community-projects/enginekit/index.md +++ b/docs/community-projects/enginekit/index.md @@ -1,7 +1,6 @@ --- title: 'EngineKit' description: 'A Modern OpenGL Abstraction Written in C#' -slug: 'enginekit' authors: ['deccer'] tags: ['opengl', 'opengl-abstraction', 'abstraction', 'csharp', 'opengl46', 'modern-opengl'] image: 'https://repository-images.githubusercontent.com/532293342/27650880-6a18-41e4-ad6d-d8164761c5a1' diff --git a/docs/community-projects/index.md b/docs/community-projects/index.md new file mode 100644 index 0000000..533d4dd --- /dev/null +++ b/docs/community-projects/index.md @@ -0,0 +1,7 @@ +--- +sidebar_position: 1 +--- + +# Community Projects + +What frogs be doing. \ No newline at end of file diff --git a/docs/community-projects/opengl-getting-started/index.md b/docs/community-projects/opengl-getting-started/index.md new file mode 100644 index 0000000..ebd9a8f --- /dev/null +++ b/docs/community-projects/opengl-getting-started/index.md @@ -0,0 +1,8 @@ +--- +title: 'OpenGL Getting Started' +description: 'Getting Started with Modern OpenGL' +authors: ['deccer'] +tags: ['opengl', 'opengl46', 'modern-opengl', 'guide', 'cpp'] +--- + +Placeholder for now \ No newline at end of file