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