We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f42f9fc commit e544f53Copy full SHA for e544f53
docs/glossary/glossary.mdx
@@ -40,7 +40,8 @@ The structure of an LF project should follow the directory layout below:
40
│ │ │ ├── Input.lf # Ex: reactor capturing external inputs (e.g., Microphone, Camera)
41
│ │ │ └── ComputerVision.lf # Ex: reactor performing computer vision tasks (e.g., object detection, face recognition)
42
│ │ └── Main.lf # Ex: main source file
43
-│ ├── src-gen/ # Directory for storing generated code (or fed-gen if a federated program)
+│ ├── fed-gen/ # Directory for storing generated code for federated programs
44
+│ ├── src-gen/ # Directory for storing generated code for single-process programs
45
└── └── Lingo.toml # Configuration file for Lingo Package Manager
46
```
47
0 commit comments