docs: Describe view switching

This commit is contained in:
Dorota Czaplejewicz
2021-04-01 07:35:56 +00:00
parent 37820bf169
commit 225e53df07
5 changed files with 1678 additions and 0 deletions

View File

@ -6,6 +6,7 @@ Contents
* [Tutorial](tutorial.md)
* [Contributing](hacking.md)
* [Switching views](views.md)
Introduction
------------
@ -21,6 +22,8 @@ Layouts are created using a text-based format, based on YAML.
TODO: Provide a description of the format.
Squeekboard layouts are separated into *views* and use a *room metaphor* to [switch views](views.md).
Contributions
-------------