Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aviks committed Jul 31, 2020
1 parent 93861e9 commit bbcb985
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 122 deletions.
119 changes: 0 additions & 119 deletions docs/Manifest.toml

This file was deleted.

1 change: 1 addition & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[deps]
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
GameZero = "9da27670-f782-11e9-1da1-f53579315bfe"
1 change: 1 addition & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ makedocs(;
format=Documenter.HTML(),
pages=[
"Home" => "index.md",
"API" => "api.md"
],
repo="https://github.com/aviks/GameZero.jl/blob/{commit}{path}#L{line}",
sitename="GameZero.jl",
Expand Down
3 changes: 0 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Zero Overhead Game Development

```@index
```

## Overview
The aim of this package is to remove accidental complexity from the game development process. We therefore always choose simplicity and consistency over features. The users of this package will include young programmers learning their first language, maybe moving up from Scratch. While we aim to support reasonably sophisticated 2D games, our first priority will remain learners, and their teachers.

Expand Down

0 comments on commit bbcb985

Please sign in to comment.