Skip to content

GDevelopApp/GDevelop-documentation

Repository files navigation

GDevelop Documentation repository

GDevelop logo

This repository holds the official documentation for the GDevelop editor.

Getting Started

❔ I want to... 🚀 What to do
Improve or add articles to the documentation Head over to this README to understand the syntax of the documentation.
Bring improvements to the documentation interface Head over to this README to understand how this repository works.

Contribute to this repository

Install uv for Python. Then:

uv sync
uv run mkdocs serve # To run the documentation locally and see changes.
uv run mkdocs build # To build for deployment on a static hosting.