Skip to content

Commit

Permalink
add dashes to troubleshooting, community tutorials, and intro to haxe
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 committed Mar 5, 2024
1 parent eafb154 commit fcc9be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions documentation/02_handbook/18-troubleshooting.html.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```
---
title: "Troubleshooting"
```
---
Unexpected behaviour one one may find with sources that are hard to determine.

## Timestep
Expand Down
4 changes: 2 additions & 2 deletions documentation/03_resources/07-community-tutorials.html.md
Original file line number Diff line number Diff line change
@@ -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!

Expand Down
4 changes: 2 additions & 2 deletions documentation/04_community/03-introduction-to-haxe.html.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit fcc9be3

Please # to comment.