From bb76c21694f63733e050b275d1287f3ed085d2f6 Mon Sep 17 00:00:00 2001 From: Benjamin Dubois Date: Wed, 5 Dec 2018 14:32:12 +0100 Subject: [PATCH] Creation of Haxe language Guide folder (#23567) * Creation of haxe Guide folder Added Haxe language guide folder and basic language introduction. * Update index.md --- guide/english/haxe/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guide/english/haxe/index.md diff --git a/guide/english/haxe/index.md b/guide/english/haxe/index.md new file mode 100644 index 0000000000..de2172b2e2 --- /dev/null +++ b/guide/english/haxe/index.md @@ -0,0 +1,7 @@ +--- +title: Haxe +--- + +Haxe is an open source language and toolkit that allows you to easily build cross-platform tools and applications. +For more information about Haxe, head to the [official Haxe website](https://haxe.org). +To contribute on Haxe, head to the [official Haxe repositories](https://github.com/HaxeFoundation/).