Stub out synit protocol docs

This commit is contained in:
Tony Garnock-Jones 2022-10-12 16:06:26 +02:00
parent 1a9cbe7cc7
commit b686080af0
11 changed files with 26 additions and 12 deletions

View File

@ -57,18 +57,16 @@
- [Service dependencies](protocols/syndicate/service.md)
- [Tracing](protocols/syndicate/trace.md)
- [Transport addresses](protocols/syndicate/transportAddress.md)
- [Synit schemas]()
- [Audio control]()
- [Telephony (call and SMS) support]()
- [Modem support]()
- [Hayes]()
- [Samsung Galaxy S7]()
- [MIME type support]()
- [Network core status and configuration]()
- [Sound effects]()
- [Time stamps]()
- [User interface definitions and interaction]()
- [User settings]()
- [Synit schemas](protocols/synit/index.md)
- [Audio control](protocols/synit/audio.md)
- [Telephony (call and SMS) support](protocols/synit/telephony.md)
- [Modem support](protocols/synit/modem.md)
- [MIME type support](protocols/synit/mime.md)
- [Network core status and configuration](protocols/synit/network.md)
- [Sound effects](protocols/synit/soundEffects.md)
- [Time stamps](protocols/synit/time.md)
- [User interface definitions and interaction](protocols/synit/ui.md)
- [User settings](protocols/synit/userSettings.md)
# Specifications and Theory

View File

@ -0,0 +1 @@
# Audio control

View File

@ -0,0 +1,7 @@
# Synit schemas
- Schema definitions: [`[synit]/protocols/schemas/`](https://git.syndicate-lang.org/synit/synit/src/branch/main/protocols/schemas/)
The following pages document schemas associated with the [Synit system
layer](../../syndicated-actor-model.md) and contained in the [synit Git
repository](https://git.syndicate-lang.org/synit/synit/src/branch/main/protocols/schemas/).

View File

@ -0,0 +1 @@
# MIME type support

View File

@ -0,0 +1 @@
# Modem support

View File

@ -0,0 +1 @@
# Network core status and configuration

View File

@ -0,0 +1 @@
# Sound effects

View File

@ -0,0 +1 @@
# Telephony (call and SMS) support

View File

@ -0,0 +1 @@
# Time stamps

View File

@ -0,0 +1 @@
# User interface definitions and interaction

View File

@ -0,0 +1 @@
# User settings