Skip to content

Commit

Permalink
restructure builders readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Jan 24, 2024
1 parent 4f2605e commit 1b39e9f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 17 deletions.
24 changes: 13 additions & 11 deletions documentation/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,28 @@
* [Update](./update.md)
* [Configuring Phoniebox](./configuration.md)

## Configuration
## Features

* [Audio](./audio.md)
* Audio
* [Audio Output](./audio.md)
* [Bluetooth audio buttons](./bluetooth-audio-buttons.md)
* [GPIO Recipes](./gpio.md)
* [Card Database](./card-database.md)
* [Troubleshooting](./troubleshooting.md)
* [RFID Cards synchronisation](./components/synchronisation/rfidcards.md)
* [Auto Hotspot](./autohotspot.md)
* File Management
* [Network share / Samba](./samba.md)

## Hardware Components

## Components
* [Power](./components/power/)
* [OnOff SHIM for safe power on/off](./components/power/onoff-shim.md)
* [Soundcards](./components/soundcards/)
* [HiFiBerry Boards](./components/soundcards/hifiberry.md)
* [Synchronisation](./components/synchronisation/)
* [RFID Cards](./components/synchronisation/rfidcards.md)

* [RFID Readers](./../developers/rfid/README.md)

## Advanced

* [Bluetooth (and audio buttons)](./bluetooth-audio-buttons.md)
* [Auto Hotspot](./autohotspot.md)
* [Samba](./samba.md)
* [Troubleshooting](./troubleshooting.md)
* [Concepts](./concepts.md)
* [System](./system.md)
* [RPC Commands](./rpc-commands.md)
Expand Down
6 changes: 1 addition & 5 deletions documentation/builders/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ The majority of configuration options is only available by editing the config fi
*when the service is not running!*
Don't fear (overly), they contain commentaries.

For several aspects we have [configuration tools](../developers/coreapps.md#configuration-tools) and detailed guides:

* [Audio Configuration](./audio.md#audio-configuration)
* [RFID Reader Configuration](../developers/rfid/basics.md#reader-configuration)
* [GPIO Recipes](./gpio.md)
For several aspects we have [configuration tools](../developers/coreapps.md#configuration-tools) and [detailed guides](./README.md#features).

Even after running the tools, certain aspects can only be changed by modifying the configuration files directly.

Expand Down
2 changes: 1 addition & 1 deletion documentation/developers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

* [Jukebox Apps](./coreapps.md)
* [Web App](./webapp.md)
* [RFID Readers](./rfid)
* [RFID Readers](./rfid/README.md)
* [Docstring API Docs (from py files)](./docstring/README.md)
* [Plugin Reference](./docstring/README.md#jukeboxplugs)
* [Feature Status](./status.md)
Expand Down

0 comments on commit 1b39e9f

Please sign in to comment.