mirror of
https://github.com/logos-co/logos-tutorial.git
synced 2026-08-31 04:41:08 +00:00
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:
co-authored by
Claude Opus 4.7
parent
846e02caf5
commit
13575547c9
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user