Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
b45b77b
Updated VSCode extention docs
vinzbarbuto Oct 15, 2024
8106587
Update documentation to reflect latest changes
vinzbarbuto Oct 16, 2024
1be6372
Remove unnecessary ‘shell’ usage
vinzbarbuto Oct 17, 2024
b3c04e0
Update docs/tools/code-extension.mdx
vinzbarbuto Oct 21, 2024
d212ef3
Update docs/tools/code-extension.mdx
vinzbarbuto Oct 21, 2024
e057239
Update docs/tools/code-extension.mdx
vinzbarbuto Oct 21, 2024
ff2b7c8
Update docs/tools/code-extension.mdx
vinzbarbuto Oct 21, 2024
7426658
Update documentation; PNGs instead of SVGs
vinzbarbuto Oct 21, 2024
203e8b3
Update documentation; PNGs instead of SVGs
vinzbarbuto Oct 21, 2024
cda2817
Merge branch 'main' into main
vinzbarbuto Oct 21, 2024
3c69580
Added 'Create New Project' section; uniformed the use of 'package' in…
vinzbarbuto Oct 22, 2024
664bef0
Added 'Create New Project' section; uniformed the use of 'package' in…
vinzbarbuto Oct 22, 2024
7036389
Improved documentation
vinzbarbuto Oct 23, 2024
f6f1662
Improved paths in the documentation
vinzbarbuto Oct 23, 2024
5b63b67
Apply suggestions from code review
vinzbarbuto Oct 28, 2024
ed2eb08
Improved documentation; Added Glossary page
vinzbarbuto Oct 28, 2024
6fa21f1
Apply suggestions from code review
vinzbarbuto Oct 28, 2024
942770b
Update docs/tools/code-extension.mdx
vinzbarbuto Oct 28, 2024
0b89329
Improved documentation; Moved Project Structure to Glossary page
vinzbarbuto Oct 29, 2024
f42f9fc
Improved documentation
vinzbarbuto Oct 29, 2024
e544f53
Update docs/glossary/glossary.mdx
vinzbarbuto Oct 29, 2024
d4ccc94
Update code-extension.mdx
lhstrh Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tools/code-extension.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Once the packages are installed, they will appear in the `./build/lfc_include/`

In this structure:
- **\<Package Name\>**: Represents the root folder of the main package.
- **installed_package**: Represents each package listed in `Lingo.toml`, which contains one or more LF projects featuring reusable reactors.
- **<Installed Package>**: Represents each package listed in `Lingo.toml`, which contains one or more LF projects featuring reusable reactors.

The image below shows a visual representation of the **Installed Packages** section. The **project** icon indicates the LF Package folder (e.g., `AudioClassification`), while the **root-folder** icon represents the downloaded package (e.g., the `edgeai` package in the example). The **code file** icon denotes an LF program within a package, and the **bracket** icon represents individual reactors inside the LF program.

Expand Down
Loading