feat: pin tutorial references to tutorial-v2

- Pin all logos-co repo refs in the 4 guides to /tutorial-v2
- Fix broken cross-doc anchors (#61-running-with-logoscore,
  #42-building-lgx-packages)
- Sync logos-calc-ui-cpp example with Part 3: add status PROP to
  calc_ui_cpp.rep and status binding/display to Main.qml

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Dario Gabriel Lipicar
2026-05-18 16:06:28 -03:00
co-authored by Claude Opus 4.7
parent 846e02caf5
commit 13575547c9
6 changed files with 66 additions and 55 deletions
+3 -3
View File
@@ -69,7 +69,7 @@ The `.rep` file declares the interface. At build time, Qt's `repc` compiler gene
```bash
mkdir logos-calc-ui-cpp && cd logos-calc-ui-cpp
nix flake init -t github:logos-co/logos-module-builder#ui-qml-backend
nix flake init -t github:logos-co/logos-module-builder/tutorial-v2#ui-qml-backend
git init && git add -A
```
@@ -469,10 +469,10 @@ Feel free to report bugs, file feature requests, or contribute components / them
description = "Calculator C++ UI plugin QML view with process-isolated backend";
inputs = {
logos-module-builder.url = "github:logos-co/logos-module-builder";
logos-module-builder.url = "github:logos-co/logos-module-builder/tutorial-v2";
# Option A: point to a remote repo (for CI or when calc_module is published)
calc_module.url = "github:logos-co/logos-tutorial?dir=logos-calc-module";
calc_module.url = "github:logos-co/logos-tutorial/tutorial-v2?dir=logos-calc-module";
# Option B: point to your local checkout (for local development)
# calc_module.url = "path:../logos-calc-module";