Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,36 +121,30 @@ unsafe = true
identifier = 'docs-general'
name = 'General'
weight = 40000
[[menu.docs]]
parent = 'docs-general'
identifier = 'docs-general-roadmap'
name = 'Roadmap'
url = '/docs/roadmap'
weight = 40001
[[menu.docs]]
parent = 'docs-general'
identifier = 'docs-general-modularity'
name = 'Modularity'
url = '/docs/modularity'
weight = 40002
weight = 40001
[[menu.docs]]
parent = 'docs-general'
identifier = 'docs-general-stdlib'
name = 'Standard library'
url = '/docs/stdlib'
weight = 40003
weight = 40002
[[menu.docs]]
parent = 'docs-general'
identifier = 'docs-general-zig-version'
name = 'Zig version'
url = '/docs/zig-version'
weight = 40004
weight = 40003
[[menu.docs]]
identifier = 'docs-dev-nominated-zig'
parent = 'docs-general'
name = 'Nominated Zig'
url = '/docs/nominated-zig'
weight = 40005
weight = 40004


[[menu.about]]
Expand Down
4 changes: 2 additions & 2 deletions content/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ rss_ignore: true

Today, Mach is rather experimental.

There won't be one major event where it is suddenly declared stable, rather it will be a bunch of small/incremental releases building up to it. You can look at the [roadmap](/docs/roadmap/) to get an idea of what we're working on currently, and what will come later.
There won't be one major event where it is suddenly declared stable, rather it will be a bunch of small/incremental releases building up to it. You can look in the #contributing channel on discord to get an idea of what we're working on currently, and what will come later.

## Can I use Mach to make a simple 2D game?

Expand All @@ -28,7 +28,7 @@ It depends on how comfortable you are with low-level graphics APIs.
* Physics library
* GUI library

It will be a while before we have good high-level 3D graphics support; a lot of other pieces need to land first. See the [roadmap](/docs/roadmap/) for details.
It will be a while before we have good high-level 3D graphics support; a lot of other pieces need to land first.

## Can I make my own game engine using Mach?

Expand Down
14 changes: 0 additions & 14 deletions content/docs/roadmap.md

This file was deleted.