From 57718c9594a8b495ee1eefe0a71f9fce138d0d14 Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 10 Jul 2026 19:44:39 +0200 Subject: [PATCH] add the missing third-party licenses urls to the overview and summary menus --- Handbook/src/SUMMARY.md | 7 +++++++ Handbook/src/overview/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Handbook/src/SUMMARY.md b/Handbook/src/SUMMARY.md index 5dbb6bba..f928a439 100644 --- a/Handbook/src/SUMMARY.md +++ b/Handbook/src/SUMMARY.md @@ -103,13 +103,20 @@ Welcom to the SenseGlove Unreal Engine Handbook! - [SenseGlove Unreal Engine Plugin License](license/senseglove-unreal-engine-plugin.md) - [SenseGlove Unreal Engine Handbook License](license/senseglove-unreal-engine-handbook.md) - [Third-Party Licenses](license/third-party.md) + - [Argh Frustration-free Command-line Processing Library License](license/argh-command-line-processing-library.md) - [SenseGlove SDK License](license/senseglove-sdk.md) - [SGBLE and SGBLExx Rust Dependencies Licenses](license/sgble-sgblexx-rust-dependencies.md) - [Boost C++ Libraries License](license/boost-cpp-libraries.md) + - [c4core C++ Library Licence](license/c4core-library.md) + - [c4project CMake Scripts Licence](license/c4project-cmake-scripts.md) + - [Debug Break Library Licence](license/debugbreak-library.md) + - [fast_float Number Parsing Library](license/fast-float-number-parsing-library.md) - [FlatBuffers Memory Efficient Serialization Library Licence](license/flatbuffers-serialization-library.md) - [{fmt} Formatting Library License](license/fmt-formatting-library.md) + - [FTXUI Functional Terminal (X) User Interface Library](license/ftxui-functional-tui-library.md) - [Loguru Logging Library License](license/loguru-logging-library.md) - [nanomsg-next-generation Lightweight Brokerless Messaging Library License](license/nng-messaging-library.md) + - [Rapid YAML Parsing and Emitting Library](license/rapidyaml-parsing-emitting-library.md) - [Serial Communication Library License](license/serial-communication-library.md) ----------- diff --git a/Handbook/src/overview/README.md b/Handbook/src/overview/README.md index 8cf6a26c..d12cc598 100644 --- a/Handbook/src/overview/README.md +++ b/Handbook/src/overview/README.md @@ -111,9 +111,16 @@ The appendix contains various extra useful information: - [Third-Party Licenses](../license/third-party.md) - [SenseGlove SDK License](../license/senseglove-sdk.md) - [SGBLE and SGBLExx Rust Dependencies Licenses](../license/sgble-sgblexx-rust-dependencies.md) + - [Argh Frustration-free Command-line Processing Library License](../license/argh-command-line-processing-library.md) - [Boost C++ Libraries License](../license/boost-cpp-libraries.md) + - [c4core C++ Library Licence](../license/c4core-library.md) + - [c4project CMake Scripts Licence](../license/c4project-cmake-scripts.md) + - [Debug Break Library Licence](../license/debugbreak-library.md) + - [fast_float Number Parsing Library](../license/fast-float-number-parsing-library.md) - [FlatBuffers Memory Efficient Serialization Library Licence](../license/flatbuffers-serialization-library.md) - [{fmt} Formatting Library License](../license/fmt-formatting-library.md) + - [FTXUI Functional Terminal (X) User Interface Library](../license/ftxui-functional-tui-library.md) - [Loguru Logging Library License](../license/loguru-logging-library.md) - [nanomsg-next-generation Lightweight Brokerless Messaging Library License](../license/nng-messaging-library.md) + - [Rapid YAML Parsing and Emitting Library](../license/rapidyaml-parsing-emitting-library.md) - [Serial Communication Library License](../license/serial-communication-library.md)