diff --git a/content/training/animation/_index.md b/content/training/animation/_index.md index 5773ade..2c103eb 100644 --- a/content/training/animation/_index.md +++ b/content/training/animation/_index.md @@ -3,5 +3,5 @@ title = "Animations" sort_by = "weight" [extra] -pos = [1200, 400] +pos = [600, 800] +++ diff --git a/content/training/app/_index.md b/content/training/app/_index.md index 6090ef7..aa8b405 100644 --- a/content/training/app/_index.md +++ b/content/training/app/_index.md @@ -3,5 +3,5 @@ title = "The Application" sort_by = "weight" [extra] -pos = [900, 400] +pos = [900, 700] +++ diff --git a/content/training/app/basic-app.md b/content/training/app/basic-app.md index 24c8b7e..7551a7b 100644 --- a/content/training/app/basic-app.md +++ b/content/training/app/basic-app.md @@ -1,4 +1,7 @@ +++ title = "Basic Application" weight = 0 + +[extra] +dependencies = ["/training/project-config/new-project/"] +++ \ No newline at end of file diff --git a/content/training/app/systems.md b/content/training/app/systems.md index 559a1cb..38f5a16 100644 --- a/content/training/app/systems.md +++ b/content/training/app/systems.md @@ -1,4 +1,7 @@ +++ title = "Adding Systems" weight = 1 + +[extra] +dependencies = ["/training/app/basic-app/", "/training/ECS/systems/"] +++ \ No newline at end of file diff --git a/content/training/assets/_index.md b/content/training/assets/_index.md index 3af4312..bbdb2b5 100644 --- a/content/training/assets/_index.md +++ b/content/training/assets/_index.md @@ -3,5 +3,5 @@ title = "Assets" sort_by = "weight" [extra] -pos = [1500, 400] +pos = [300, 400] +++ diff --git a/content/training/building/_index.md b/content/training/building/_index.md index ffe8e04..4312d1a 100644 --- a/content/training/building/_index.md +++ b/content/training/building/_index.md @@ -3,5 +3,5 @@ title = "Building and Deploying" sort_by = "weight" [extra] -pos = [300, 400] +pos = [900, 100] +++ diff --git a/content/training/building/android.md b/content/training/building/android.md index 3535a7d..1555f69 100644 --- a/content/training/building/android.md +++ b/content/training/building/android.md @@ -1,4 +1,7 @@ +++ title = "Android" weight = 5 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/ios.md b/content/training/building/ios.md index a3e0e44..8575184 100644 --- a/content/training/building/ios.md +++ b/content/training/building/ios.md @@ -1,4 +1,7 @@ +++ title = "iOS" weight = 4 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/linux-wayland.md b/content/training/building/linux-wayland.md index 9e1be95..6b12ea6 100644 --- a/content/training/building/linux-wayland.md +++ b/content/training/building/linux-wayland.md @@ -1,4 +1,7 @@ +++ title = "Linux Wayland" weight = 3 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/linux-x11.md b/content/training/building/linux-x11.md index cd1d43d..8825f48 100644 --- a/content/training/building/linux-x11.md +++ b/content/training/building/linux-x11.md @@ -1,4 +1,7 @@ +++ title = "Linux X11" weight = 2 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/macos.md b/content/training/building/macos.md index ebf8a58..810684e 100644 --- a/content/training/building/macos.md +++ b/content/training/building/macos.md @@ -1,4 +1,7 @@ +++ title = "macOS" weight = 1 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/wasm-webgl2.md b/content/training/building/wasm-webgl2.md index 96cbbbb..202dfaf 100644 --- a/content/training/building/wasm-webgl2.md +++ b/content/training/building/wasm-webgl2.md @@ -1,4 +1,7 @@ +++ title = "Wasm / WebGL2" weight = 6 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/wasm-webgpu.md b/content/training/building/wasm-webgpu.md index 856810a..9b6f071 100644 --- a/content/training/building/wasm-webgpu.md +++ b/content/training/building/wasm-webgpu.md @@ -1,4 +1,7 @@ +++ title = "Wasm / WebGPU" weight = 7 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/building/windows.md b/content/training/building/windows.md index 6e34281..cbe9c57 100644 --- a/content/training/building/windows.md +++ b/content/training/building/windows.md @@ -1,4 +1,7 @@ +++ title = "Windows" weight = 0 + +[extra] +dependencies = ["/training/project-config/release/"] +++ \ No newline at end of file diff --git a/content/training/first-render/3d-model.md b/content/training/first-render/3d-model.md index 18b7f0f..8e820e9 100644 --- a/content/training/first-render/3d-model.md +++ b/content/training/first-render/3d-model.md @@ -1,4 +1,7 @@ +++ title = "3d Model" weight = 4 + +[extra] +dependencies = ["/training/ECS/commands/", "/training/assets/complex-asset/"] +++ diff --git a/content/training/first-render/image.md b/content/training/first-render/image.md index 28792c1..e8e059c 100644 --- a/content/training/first-render/image.md +++ b/content/training/first-render/image.md @@ -1,4 +1,7 @@ +++ title = "Image" weight = 1 + +[extra] +dependencies = ["/training/ECS/commands/", "/training/assets/basic-asset/"] +++ \ No newline at end of file diff --git a/content/training/project-config/fast-compilation.md b/content/training/project-config/fast-compilation.md index cafe7c9..1ac3f81 100644 --- a/content/training/project-config/fast-compilation.md +++ b/content/training/project-config/fast-compilation.md @@ -4,5 +4,5 @@ weight = 2 [extra] dependencies = ["/training/project-config/new-project/"] -pos = [1, 1] +pos = [0, 1] +++ \ No newline at end of file diff --git a/content/training/project-config/features.md b/content/training/project-config/features.md index 9b087bf..e211e1a 100644 --- a/content/training/project-config/features.md +++ b/content/training/project-config/features.md @@ -4,5 +4,5 @@ weight = 1 [extra] dependencies = ["/training/project-config/new-project/"] -pos = [0, 1] +pos = [1, 1] +++ \ No newline at end of file diff --git a/content/training/project-config/release.md b/content/training/project-config/release.md index eb4ce7e..f7158ac 100644 --- a/content/training/project-config/release.md +++ b/content/training/project-config/release.md @@ -4,5 +4,5 @@ weight = 3 [extra] dependencies = ["/training/project-config/features/"] -pos = [0, 2] +pos = [1, 2] +++ \ No newline at end of file