Skip to content

Commit

Permalink
Update docs/glossary/glossary.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Marten Lohstroh <[email protected]>
  • Loading branch information
vinzbarbuto and lhstrh authored Oct 29, 2024
1 parent f42f9fc commit e544f53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/glossary/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ The structure of an LF project should follow the directory layout below:
│ │ │ ├── Input.lf # Ex: reactor capturing external inputs (e.g., Microphone, Camera)
│ │ │ └── ComputerVision.lf # Ex: reactor performing computer vision tasks (e.g., object detection, face recognition)
│ │ └── Main.lf # Ex: main source file
│ ├── src-gen/ # Directory for storing generated code (or fed-gen if a federated program)
│ ├── fed-gen/ # Directory for storing generated code for federated programs
│ ├── src-gen/ # Directory for storing generated code for single-process programs
└── └── Lingo.toml # Configuration file for Lingo Package Manager
```

Expand Down

0 comments on commit e544f53

Please sign in to comment.