From a8bc99346de7a5811f68e13c3050a4d96f28dd95 Mon Sep 17 00:00:00 2001 From: GreenBlob <88883098+a-blob@users.noreply.github.com> Date: Tue, 26 Nov 2024 10:10:03 +0800 Subject: [PATCH] Update README and starter topic --- README.md | 4 ++-- Writerside/topics/starter-topic.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95be86e..c590932 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # CTF Handbooks -This is a collection handbooks for the [Capture the Flag game by rubenwardy](https://github.com/MT-CTF) on [Luanti (formerly Minetest)](https://github.com/minetest/minetest). The handbooks are guidelines on a variety of tasks such as making maps and testing them, written primarily with the main Capture the Flag Luanti server in mind. +This is a collection of handbooks for the [Capture the Flag game by rubenwardy](https://github.com/MT-CTF) on [Luanti (formerly Minetest)](https://github.com/minetest/minetest). The handbooks are guidelines on a variety of tasks such as making maps and testing them, written primarily with the main Capture the Flag Luanti server in mind. -Then handbooks are made with JetBrains Writerside and deployed onto the [CTF Handbooks website](https://ctf-handbooks.github.io/). The handbook markdown files are located under [`topics`](./Writerside/topics) in the [`Writerside`](./Writerside) folder. +The handbooks are made with JetBrains Writerside and deployed onto the [CTF Handbooks website](https://ctf-handbooks.github.io/). The handbook markdown files are located under [`topics`](./Writerside/topics) in the [`Writerside`](./Writerside) folder. PRs for the handbooks are welcome! diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/starter-topic.md index 0698c78..4a3a2ef 100644 --- a/Writerside/topics/starter-topic.md +++ b/Writerside/topics/starter-topic.md @@ -3,7 +3,7 @@ ***Support:*** [![CTF Luanti Forums Topic](luantiforumlogo.png){height=32 border-effect="rounded"}](https://forum.luanti.org/viewtopic.php?f=10&t=13157), [![Discord](discordlogo.svg){height=32 border-effect="rounded"}](https://discord.gg/vcZTRPX) (*`#maps` channel*) -This GitHub pages website is a collection of handbooks for basic guidelines on a variety of tasks such as making maps and testing them for the [Capture the Flag game by rubenwardy](https://github.com/MT-CTF) for [Luanti (formerly Minetest)](https://github.com/minetest/minetest), written primarily with the main server in mind. The authors of this website and the community members gladly will welcome your efforts to bring the realm of CTF to new heights. When summed, even the smallest of steps can add up to great leaps! +This is a collection of handbooks for the [Capture the Flag game by rubenwardy](https://github.com/MT-CTF) on [Luanti (formerly Minetest)](https://github.com/minetest/minetest). The handbooks are guidelines on a variety of tasks such as making maps and testing them, written primarily with the main Capture the Flag Luanti server in mind. The authors of this website and the community members gladly will welcome your efforts to bring the realm of CTF to new heights. When summed, even the smallest of steps can add up to great leaps! ## Contents - [](The-Map-Maker-s-Handbook.md): A detailed guide on the process of making a map for the Capture the Flag game.