1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Start getting the documentation into shape.

This commit is contained in:
Peter Steenbergen
2023-08-31 10:53:35 +02:00
parent bf166be419
commit b10f3abd0e
8 changed files with 102 additions and 300 deletions

9
documentation/README.md Normal file
View File

@ -0,0 +1,9 @@
# Documentation
## Contents
- [Supported Hardware](./boards.md) - Supported hardware/ board specific information.
- [Kernel](./kernel.md) - Kernel versions used.
- [System Architecture](./architecture.md) - How the system is build up.
- [Features](./features.md) - What is included within the system.
- [Building](./building.md) - How to build an image yourself.