From 80617a15a60889ef142cc86a5310763d11142513 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Sun, 19 May 2024 17:05:43 +0200 Subject: [PATCH 1/2] Add a line to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75f6f9c1f29..6a29a126b63 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The Django Girls Tutorial is licensed under a [*Creative Commons Attribution-Sha The source code of the tutorial is [hosted on GitHub](https://github.com/DjangoGirls/tutorial). The GitHub [Fork & Pull workflow](https://help.github.com/articles/using-pull-requests) is used to accept and review changes. The tutorial uses the [HonKit](https://github.com/honkit/honkit) project for publishing its documentation. [See more information about how HonKit works](https://honkit.netlify.app/). +For every pull request, a preview is generated. The tutorial is written in [Markdown mark up language](https://help.github.com/articles/markdown-basics). From dc7b73e0a8a95e13e2f5ee19e0b9206c94c9049c Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Fri, 17 Jan 2025 16:07:44 +0100 Subject: [PATCH 2/2] WIP --- en/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en/README.md b/en/README.md index 419cf0c347f..f38f6af86af 100644 --- a/en/README.md +++ b/en/README.md @@ -3,6 +3,8 @@ > This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. > To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/ +And this forces a diff + ## Welcome Welcome to the Django Girls Tutorial! We are happy to see you here. :) In this tutorial, we will take you on a journey under the hood of web technologies, offering you a glimpse of all the bits and pieces that need to come together to make the web work as we know it.