Skip to content

Commit

Permalink
minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
devleaks committed Nov 22, 2024
1 parent 17407ab commit 9ed9066
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cockpit.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ XPLive: AAA0000000000000000000A0000

# Resources

Resources are fonts, icons, other images, wallpapers, documentation, and texts used and related to that aircraft. All this elements are organized into the `resources` folder.
Resources are fonts, icons, other images, wallpapers, documentation, and texts used and related to that aircraft. All these elements are organized into the `resources` folder.

Usually, the resources folder contains the following sub-folders:

Expand Down
6 changes: 6 additions & 0 deletions docs/Deck.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Decks are declared in the `config.yaml` file in the `deckconfig` folder in the `
| `default-homepage-name` | Optional. Name of the page to load first in the layout. Default to `index`. That's why layout folder often contains a `index.yaml` page. |
| `default-*` | Optional. Default attributes to use for deck. |

Announce of available deck types on startup.

```
cockpit.py: loaded 19 deck types (Virtual Deck for Development, X-Touch Mini, Virtual X-Touch Mini, LoupedeckLive, virtual loupedeck.ct, virtual loupedeck.live.s, Virtual LoupedeckLive with Mosaic, Virtual LoupedeckLive, Stream Deck Original, Stream Deck Mini, Stream Deck Neo, Stream Deck +, Stream Deck XL, Streamdeck, Virtual Streamdeck Mini, Virtual Streamdeck MK.2, Virtual Stream Deck Neo, Virtual Streamdeck +, Virtual Streamdeck XL), 11 are virtual deck types
```

# Deck Layout

For a given aircraft, a deck has a Layout. The [[Layout]] of a deck is the collection of [[Page|Pages]] that will be used and displayed on the deck device for that aircraft. All these pages are grouped into a folder called a layout. A Layout is a folder in the `deckconfig` folder that contains *pages*.
Expand Down

0 comments on commit 9ed9066

Please sign in to comment.