From cb3a753618ad57d24efe76b85fe5b5fd04000358 Mon Sep 17 00:00:00 2001 From: lajbel Date: Thu, 18 Apr 2024 08:23:26 -0300 Subject: [PATCH] add descriptions to doc entries, hide 3000.2v blog --- blog/3000.2.md | 1 + doc/comp.md | 1 + doc/dev.md | 1 + doc/intro.md | 1 + doc/migration-3000.md | 1 + doc/publishing.md | 1 + doc/setup.md | 1 + doc/{Shaders.md => shaders.md} | 5 +++++ doc/tips.md | 1 + 9 files changed, 13 insertions(+) rename doc/{Shaders.md => shaders.md} (98%) diff --git a/blog/3000.2.md b/blog/3000.2.md index fa147517..2ed2671a 100644 --- a/blog/3000.2.md +++ b/blog/3000.2.md @@ -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 diff --git a/doc/comp.md b/doc/comp.md index 8543c01a..cd95ca50 100644 --- a/doc/comp.md +++ b/doc/comp.md @@ -1,5 +1,6 @@ --- title: Custom Components +description: Learn about create your own components for your game objects. --- # Custom Components diff --git a/doc/dev.md b/doc/dev.md index 825b82f1..6268cf5c 100644 --- a/doc/dev.md +++ b/doc/dev.md @@ -1,5 +1,6 @@ --- title: Contributing +description: Learn how to contribute to Kaboom. --- # Developing Kaboom diff --git a/doc/intro.md b/doc/intro.md index 9a9f6447..12289bae 100644 --- a/doc/intro.md +++ b/doc/intro.md @@ -1,5 +1,6 @@ --- title: Getting started +description: Learn the basics of Kaboom and make a simple game. --- # Intro to Kaboom diff --git a/doc/migration-3000.md b/doc/migration-3000.md index f40df022..b27a64cb 100644 --- a/doc/migration-3000.md +++ b/doc/migration-3000.md @@ -1,5 +1,6 @@ --- title: Migrating from v2000 to v3000 +description: Migrate your codebase from Kaboom v2000 to v3000. --- # Migrating from v2000 to v3000 diff --git a/doc/publishing.md b/doc/publishing.md index c4fad2f0..af8d3e1b 100644 --- a/doc/publishing.md +++ b/doc/publishing.md @@ -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 diff --git a/doc/setup.md b/doc/setup.md index da10cc5b..d699ce25 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -1,5 +1,6 @@ --- title: Installation +description: Learn how to install Kaboom. --- # Installation diff --git a/doc/Shaders.md b/doc/shaders.md similarity index 98% rename from doc/Shaders.md rename to doc/shaders.md index 633a0e80..4d0fc9c7 100644 --- a/doc/Shaders.md +++ b/doc/shaders.md @@ -1,3 +1,8 @@ +--- +title: Shaders +description: Learn how to write and use custom shaders in Kaboom. +--- + # Writing a shader ## Vertex shader diff --git a/doc/tips.md b/doc/tips.md index 026f7da9..738e83d9 100644 --- a/doc/tips.md +++ b/doc/tips.md @@ -1,5 +1,6 @@ --- title: Optimization +description: Tips on optimizing performance / maintainability for kaboom games. --- # Optimization Tips