o3de / o3de.org

The O3DE website
Other
85 stars 159 forks source link

[Deadlinks]: O3DE User Guide: Engine programmer’s reference #227

Closed LB-RobertBaczkowski closed 2 years ago

LB-RobertBaczkowski commented 3 years ago

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/

In section: Engine programmer’s reference The following links lead to missing pages: Systems APIs https://o3deorg.netlify.app/docs/userguide/systems-intro.md AZ Code Generator https://o3deorg.netlify.app/docs/user-guide/engine/codegen/intro.md Input https://o3deorg.netlify.app/docs/user-guide/interactivity/input/input-intro.md AI https://o3deorg.netlify.app/docs/userguide/ai/intro.md Profiling, testing, and debugging https://o3deorg.netlify.app/docs/userguide/programming/testing/debugging-intro.md UI 2.0 https://o3deorg.netlify.app/docs/userguide/ui20.md Networking https://o3deorg.netlify.app/docs/userguide/networking/intro.md Twitch integration https://o3deorg.netlify.app/docs/userguide/gems/twitch/intro.md Cloud connected features https://o3deorg.netlify.app/docs/userguide/gems/cloud-canvas/intro.md Localization https://o3deorg.netlify.app/docs/userguide/localization/intro.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/codegen/

In section: Automating boilerplate with AZ Code Generator The following links lead to missing pages: AZ Code Generator Integration with Waf https://o3deorg.netlify.app/docs/userguide/codegen/waf-integration.md Waf Debugging with AZ Code Generator https://o3deorg.netlify.app/docs/userguide/codegen/waf-debugging.md Intermediate JSON Data Format https://o3deorg.netlify.app/docs/userguide/codegen/intermediate-json-data-format.md Using the Waf Build System https://o3deorg.netlify.app/docs/userguide/waf/intro.md AZ Code Generator Integration with Waf https://o3deorg.netlify.app/docs/userguide/codegen/waf-integration.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/codegen/templates/

In section: Code Generation Templates The following links lead to missing pages: apply_transformations https://o3deorg.netlify.app/docs/userguide/codegen/template-drivers#az-code-gen-template-drivers-templatedriver-class-methods-apply-transformations Intermediate JSON Data Format https://o3deorg.netlify.app/docs/userguide/codegen/intermediate-json-data-format.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/codegen/template-drivers/

In section: Template Drivers The following links lead to missing pages: AZ Code Generator Integration with Waf https://o3deorg.netlify.app/docs/userguide/codegen/waf-integration.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/codegen/template-debugging/

In section: Template Driver Debugging The following links lead to missing pages: Waf Debugging with AZ Code Generator https://o3deorg.netlify.app/docs/userguide/codegen/waf-debugging.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/codegen/utility-debugging/

In section: Debugging the AZ Code Generator Utility The following links lead to missing pages: debug Waf Python scripts https://o3deorg.netlify.app/docs/userguide/codegen/waf-debugging.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/ebus/

In section: Working with the Event Bus (EBus) system The following links lead to missing pages: Usage and Examples https://o3deorg.netlify.app/docs/user-guide/samples/ebus/examples.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/ebus/design/

In section: Event Buses in Depth The following links lead to missing pages: Asynchronous/Queued Buses https://o3deorg.netlify.app/docs/userguide/programming/ebus/usage-and-examples#ebus-usage-and-examples-queued

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/memory/debugging/

In section: HPHA Memory Debugging The following links lead to missing pages: Building O3DE projects https://o3deorg.netlify.app/docs/userguide/game-build-intro.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/memory/allocators/

In section: Using Memory Allocators in O3DE The following links lead to missing pages: [See the AWS documentation website for more details] https://o3deorg.netlify.app/docs/userguide/programming/memory/allocators Script Canvas gem https://o3deorg.netlify.app/docs/user-guide/gems/script-canvas.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/az-interface/

In section: AZ::Interface The following links lead to missing pages: AZ::Console https://o3deorg.netlify.app/docs/userguide/az-console.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/memory-management/

In section: Memory Management The following links lead to missing pages: Creating an Allocator https://o3deorg.netlify.app/docs/userguide/programming/memory/allocators#memory-allocators-creating-an-allocator Manually Allocating Memory https://o3deorg.netlify.app/docs/userguide/programming/memory/allocators#memory-allocators-manually-allocating-memory

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/file-io/

In section: Raw File Access in O3DE The following links lead to missing pages: Working with the Asset Pipeline and asset files https://o3deorg.netlify.app/docs/user-guide/assets/intro.md Android https://o3deorg.netlify.app/docs/userguide/mobile/android/configure-project#android-vfs live reloading of assets https://o3deorg.netlify.app/docs/user-guide/assets/live-reloading.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/serialization/

In section: Object serialization The following links lead to missing pages: Reflecting a Component for Serialization and Editing https://o3deorg.netlify.app/docs/user-guide/engine/components/reflection.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/serialization/json-data-types/

In section: Data types in serialized JSON The following links lead to missing pages: JSON serialization https://o3deorg.netlify.app/docs/userguide/programming/serialization/json-serialize-deserialize#serialization-json-serialize registered https://o3deorg.netlify.app/docs/userguide/programming/serialization/register-objects#serialization-register-objects-enums

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/serialization/entity-system-versioning/

In section: Versioning your Component Serialization The following links lead to missing pages: Converting Slices with the Slice Upgrade Pipeline https://o3deorg.netlify.app/docs/userguide/components/slice-upgrade-process.md Avoiding Data Loss when Serializing Component Data https://o3deorg.netlify.app/docs/userguide/best-practices-for-component-data-serialization.md

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/bootstrap/

In section: The AZ Bootstrapping Process The following links lead to missing pages: application descriptor file https://o3deorg.netlify.app/docs/userguide/modules/system-entities-configuring#az-module-system-entities-configuring-app-descriptor-files

Link to page: https://o3deorg.netlify.app/docs/user-guide/engine/remote-console/

In section: Universal Remote Console The following links lead to missing pages: Deploy with O3DE Editor https://o3deorg.netlify.app/docs/userguide/mobile/android/build-deploy#run-the-deployment-tool

LB-RobertBaczkowski commented 2 years ago

Confirmed that there are no dead links on the page, which can now be found here:

https://o3de.org/docs/user-guide/engine/

Please note that the page linked as "Memory management" (https://o3de.org/docs/user-guide/engine/memory/) is empty and may need at least placeholder information.