Skip to content

Commit

Permalink
some links
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Jun 18, 2024
1 parent 07fda8c commit c8510a3
Show file tree
Hide file tree
Showing 19 changed files with 43 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/training/animation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Animations"
sort_by = "weight"

[extra]
pos = [1200, 400]
pos = [600, 800]
+++
2 changes: 1 addition & 1 deletion content/training/app/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "The Application"
sort_by = "weight"

[extra]
pos = [900, 400]
pos = [900, 700]
+++
3 changes: 3 additions & 0 deletions content/training/app/basic-app.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Basic Application"
weight = 0

[extra]
dependencies = ["/training/project-config/new-project/"]
+++
3 changes: 3 additions & 0 deletions content/training/app/systems.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Adding Systems"
weight = 1

[extra]
dependencies = ["/training/app/basic-app/", "/training/ECS/systems/"]
+++
2 changes: 1 addition & 1 deletion content/training/assets/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Assets"
sort_by = "weight"

[extra]
pos = [1500, 400]
pos = [300, 400]
+++
2 changes: 1 addition & 1 deletion content/training/building/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title = "Building and Deploying"
sort_by = "weight"

[extra]
pos = [300, 400]
pos = [900, 100]
+++
3 changes: 3 additions & 0 deletions content/training/building/android.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Android"
weight = 5

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/ios.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "iOS"
weight = 4

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/linux-wayland.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Linux Wayland"
weight = 3

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/linux-x11.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Linux X11"
weight = 2

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/macos.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "macOS"
weight = 1

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/wasm-webgl2.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Wasm / WebGL2"
weight = 6

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/wasm-webgpu.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Wasm / WebGPU"
weight = 7

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/building/windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Windows"
weight = 0

[extra]
dependencies = ["/training/project-config/release/"]
+++
3 changes: 3 additions & 0 deletions content/training/first-render/3d-model.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "3d Model"
weight = 4

[extra]
dependencies = ["/training/ECS/commands/", "/training/assets/complex-asset/"]
+++
3 changes: 3 additions & 0 deletions content/training/first-render/image.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
+++
title = "Image"
weight = 1

[extra]
dependencies = ["/training/ECS/commands/", "/training/assets/basic-asset/"]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/fast-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ weight = 2

[extra]
dependencies = ["/training/project-config/new-project/"]
pos = [1, 1]
pos = [0, 1]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ weight = 1

[extra]
dependencies = ["/training/project-config/new-project/"]
pos = [0, 1]
pos = [1, 1]
+++
2 changes: 1 addition & 1 deletion content/training/project-config/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ weight = 3

[extra]
dependencies = ["/training/project-config/features/"]
pos = [0, 2]
pos = [1, 2]
+++

0 comments on commit c8510a3

Please sign in to comment.