Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add descriptions to doc entries, hide 3000.2v blog #850

Merged
merged 1 commit into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions blog/3000.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ author: tga
date: 12/31/2023
description: Record mode, pretty texts, new events and more in this new version!
image: 2000.1.png
hidden: true
---

# Kaboom v3000.2
Expand Down
1 change: 1 addition & 0 deletions doc/comp.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Custom Components
description: Learn about create your own components for your game objects.
---

# Custom Components
Expand Down
1 change: 1 addition & 0 deletions doc/dev.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Contributing
description: Learn how to contribute to Kaboom.
---

# Developing Kaboom
Expand Down
1 change: 1 addition & 0 deletions doc/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Getting started
description: Learn the basics of Kaboom and make a simple game.
---

# Intro to Kaboom
Expand Down
1 change: 1 addition & 0 deletions doc/migration-3000.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Migrating from v2000 to v3000
description: Migrate your codebase from Kaboom v2000 to v3000.
---

# Migrating from v2000 to v3000
Expand Down
1 change: 1 addition & 0 deletions doc/publishing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Publishing
description: Learn how to publish your Kaboom game in platforms like Itch.io or Newgrounds.com.
---

# Publishing a Kaboom game
Expand Down
1 change: 1 addition & 0 deletions doc/setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Installation
description: Learn how to install Kaboom.
---

# Installation
Expand Down
5 changes: 5 additions & 0 deletions doc/Shaders.md → doc/shaders.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: Shaders
description: Learn how to write and use custom shaders in Kaboom.
---

# Writing a shader

## Vertex shader
Expand Down
1 change: 1 addition & 0 deletions doc/tips.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Optimization
description: Tips on optimizing performance / maintainability for kaboom games.
---

# Optimization Tips
Expand Down
Loading