diff --git a/documentation/02_handbook/18-troubleshooting.html.md b/documentation/02_handbook/18-troubleshooting.html.md index 61f1e4946..e506765d4 100644 --- a/documentation/02_handbook/18-troubleshooting.html.md +++ b/documentation/02_handbook/18-troubleshooting.html.md @@ -1,6 +1,6 @@ -``` +--- title: "Troubleshooting" -``` +--- Unexpected behaviour one one may find with sources that are hard to determine. ## Timestep diff --git a/documentation/03_resources/07-community-tutorials.html.md b/documentation/03_resources/07-community-tutorials.html.md index 81cb1e281..bb22cc365 100644 --- a/documentation/03_resources/07-community-tutorials.html.md +++ b/documentation/03_resources/07-community-tutorials.html.md @@ -1,6 +1,6 @@ -``` +--- title: "Community Tutorials" -``` +--- While we try our best to make good documentation and a good example tutorial, we can only do so much! So this will be a big list to various external Community Tutorials made by other people! diff --git a/documentation/04_community/03-introduction-to-haxe.html.md b/documentation/04_community/03-introduction-to-haxe.html.md index 804ddf79e..6414b4f90 100644 --- a/documentation/04_community/03-introduction-to-haxe.html.md +++ b/documentation/04_community/03-introduction-to-haxe.html.md @@ -1,6 +1,6 @@ -``` +--- title: "Introduction to Haxe" -``` +--- [Haxe](https://haxe.org) is a cross-platform toolkit for developing applications, games, multimedia and server side code natively. Cross-compiling your code offers longevity to your code base that is not possible for other methods of cross-platform development. The Haxe programming language itself is high level and strictly typed. It allows for Object Orientated programming with similar to syntax in AS3 and Java. Haxe is often learnt quickly and loved by developers coming from similar languages. Haxe is a valuable language to learn not only for games, but server-side development, command line tools and various other technologies.