Skip to content

Commit

Permalink
more scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Aug 13, 2023
1 parent dd7937e commit 04a9451
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 17 deletions.
2 changes: 1 addition & 1 deletion book.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ no-section-label = true

[output.html.fold]
enable = true
level = 1
level = 0
2 changes: 2 additions & 0 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Dojo](images/dojo-mark-full-dark.svg)

## Dojo: The Provable Game Engine

> Dojo is an open-source project, currently in its early development phase, and warmly welcomes contributors. For additional resources, find the book on [Github](https://github.com/dojoengine/book).
Expand Down
37 changes: 21 additions & 16 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,41 @@
# Getting Started

- [Quick Start](./getting-started/quick-start.md)
- [Manual Install](./getting-started/from-source.md)
- [Development Setup](./getting-started/setup.md)
- [Contributing](./getting-started/contributing.md)
- [Manual Install](./getting-started/from-source.md)
- [Development Setup](./getting-started/setup.md)
- [Contributing](./getting-started/contributing.md)
- [FAQs](./getting-started/faqs.md)

# Community
- [Get Started](./community/get-started.md)
- [Community Hub](https://dojoengine.notion.site/Dojo-Engine-Community-Hub-d316194b998941c48ddf771a4dd5ff08#bcd6a32db1b2406cb6c325f3b700d45a)
- [Discord](https://discord.gg/KG9w9BmDrV)
- [Twitter](https://twitter.com/dojostarknet)

# Cairo Contracts
- [Hello Dojo](./cairo/hello-dojo.md)
- [World](./cairo/world.md)
- [Authorization](./cairo/authorization.md)
- [Components](./cairo/components.md)
- [Systems](./cairo/systems.md)
- [Entities](./cairo/entities.md)
- [Commands](./cairo/commands.md)
- [Storage](./cairo/storage.md)
- [World](./cairo/world.md)
- [Components](./cairo/components.md)
- [Systems](./cairo/systems.md)
- [Entities](./cairo/entities.md)
- [Authorization](./cairo/authorization.md)
- [Commands](./cairo/commands.md)
- [Storage](./cairo/storage.md)
- [Events](./cairo/events.md)

# Toolchain
- [Sozo](./toolchain/sozo/overview.md)
- [Reference](./toolchain/sozo/reference.md)
- [Development](./toolchain/sozo/development.md)
- [Katana](./toolchain/katana/overview.md)
- [Reference](./toolchain/katana/reference.md)
- [Development](./toolchain/katana/development.md)
- [Torii](./toolchain/torii/overview.md)
- [Development](./toolchain/torii/development.md)
# Deploying
- [Considerations](./deployment/considerations.md)
- [Locally](./deployment/locally.md)
- [Remote](./deployment/remote.md)
- [Locally](./deployment/locally.md)
- [Remote](./deployment/remote.md)

# Tutorial
- [Tutorial](./tutorial/README.md)
- [Onchain Chess](./tutorial/README.md)
- [Part 1: Hello World](./tutorial/part-1.md)
- [Part 2: Components](./tutorial/part-2.md)
- [Part 3: Systems](./tutorial/part-3.md)
Expand Down
1 change: 1 addition & 0 deletions src/cairo/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Events
1 change: 1 addition & 0 deletions src/community/get-started.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Get Started
1 change: 1 addition & 0 deletions src/getting-started/faqs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# FAQs
1 change: 1 addition & 0 deletions src/https:/discord.gg/8kxvRQj
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Discord
1 change: 1 addition & 0 deletions src/https:/discord.gg/KG9w9BmDrV
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Discord
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Notion
1 change: 1 addition & 0 deletions src/https:/twitter.com/dojoengine
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Twitter
1 change: 1 addition & 0 deletions src/https:/twitter.com/dojostarknet
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Twitter
8 changes: 8 additions & 0 deletions src/images/dojo-mark-full-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 04a9451

Please sign in to comment.