mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
Documentation: update and cleanup (#3934)
* Developers Docs editing * Logo underline removed The underline has been removed when hovering over the logo. * proofread docs * application -> app in several files --------- Co-authored-by: knrn64 <25254561+knrn64@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/**
|
||||
@page applications Application Programming
|
||||
@page applications App Development
|
||||
|
||||
Flipper Zero features full support for custom applications which (usually) do not require any changes to the firmware.
|
||||
Flipper Zero features full support for custom apps which (usually) do not require any changes to the firmware.
|
||||
|
||||
For easy application development, a software tool called [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) is available.
|
||||
For easy app development, a software tool called [uFBT](https://github.com/flipperdevices/flipperzero-ufbt) is available.
|
||||
|
||||
- @subpage vscode - Flipper Zero integration for VS Code
|
||||
- @subpage apps_on_sd_card - Creating apps that can be dynamically loaded from the SD card
|
||||
- @subpage app_manifests - How applications announce themselves to the system
|
||||
- @subpage app_examples - Various application examples, complete with the source code
|
||||
- @subpage apps_on_sd_card — Creating apps that can be dynamically loaded from the SD card
|
||||
- @subpage app_manifests — How apps announce themselves to the system
|
||||
- @subpage app_examples — Various app examples, complete with the source code
|
||||
- @subpage app_publishing — Learn how to publish and update your app in the Apps Catalog
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user