Skip to content

Commit

Permalink
add more pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 17, 2024
1 parent 872b881 commit 77d60bc
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 1 deletion.
7 changes: 7 additions & 0 deletions content/training/ECS/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "The ECS"
sort_by = "weight"

[extra]
pos = [-300, 400]
+++
4 changes: 4 additions & 0 deletions content/training/ECS/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Commands"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/ECS/components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Components"
weight = 1
+++
4 changes: 4 additions & 0 deletions content/training/ECS/entities.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Entities"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/ECS/events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Events"
weight = 8
+++
4 changes: 4 additions & 0 deletions content/training/ECS/exclusive-systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Exclusive Systems"
weight = 6
+++
4 changes: 4 additions & 0 deletions content/training/ECS/non-send-resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Non Send Resources"
weight = 7
+++
4 changes: 4 additions & 0 deletions content/training/ECS/observers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Observers"
weight = 9
+++
4 changes: 4 additions & 0 deletions content/training/ECS/queries.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Queries"
weight = 3
+++
4 changes: 4 additions & 0 deletions content/training/ECS/resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Resources"
weight = 5
+++
4 changes: 4 additions & 0 deletions content/training/ECS/systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Systems"
weight = 0
+++
7 changes: 7 additions & 0 deletions content/training/app/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "The Application"
sort_by = "weight"

[extra]
pos = [900, 400]
+++
4 changes: 4 additions & 0 deletions content/training/app/basic-app.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Basic Application"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/app/plugins.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Adding Plugins"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/app/systems.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Adding Systems"
weight = 1
+++
4 changes: 4 additions & 0 deletions content/training/first-render/2d-square.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "2d Square"
weight = 0
+++
4 changes: 4 additions & 0 deletions content/training/first-render/2d-triangle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "2d Triangle"
weight = 2
+++
4 changes: 4 additions & 0 deletions content/training/first-render/3d-model.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "3d Model"
weight = 4
+++
4 changes: 4 additions & 0 deletions content/training/first-render/3d-triangle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "3d Triangle"
weight = 3
+++
7 changes: 7 additions & 0 deletions content/training/first-render/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Render Your First..."
sort_by = "weight"

[extra]
pos = [600, 400]
+++
4 changes: 4 additions & 0 deletions content/training/first-render/image.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
+++
title = "Image"
weight = 1
+++
2 changes: 1 addition & 1 deletion graph-ui/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const NestedFlow = () => {
nodesConnectable={false}
nodesFocusable={false}
nodeTypes={nodeTypes}
translateExtent={[[-500, -500], [1000, 1000]]}
translateExtent={[[-500, -500], [1500, 1000]]}
>
<MiniMap />
<Controls />
Expand Down

0 comments on commit 77d60bc

Please sign in to comment.