diff --git a/src/content/docs/concepts/config.md b/src/content/docs/concepts/config.md index 95a141d..7e8a631 100644 --- a/src/content/docs/concepts/config.md +++ b/src/content/docs/concepts/config.md @@ -1,5 +1,6 @@ --- title: Config +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/concepts/modules.md b/src/content/docs/concepts/modules.md index 989c39c..974f374 100644 --- a/src/content/docs/concepts/modules.md +++ b/src/content/docs/concepts/modules.md @@ -1,5 +1,6 @@ --- title: Modules +tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/concepts/payload.md b/src/content/docs/concepts/payload.md index 877c1e2..d4bb33b 100644 --- a/src/content/docs/concepts/payload.md +++ b/src/content/docs/concepts/payload.md @@ -1,5 +1,6 @@ --- title: Payload +tableOfContents: false sidebar: order: 5 --- diff --git a/src/content/docs/concepts/processors.md b/src/content/docs/concepts/processors.md index e3a5f65..d97cca5 100644 --- a/src/content/docs/concepts/processors.md +++ b/src/content/docs/concepts/processors.md @@ -1,5 +1,6 @@ --- title: Processors +tableOfContents: false sidebar: order: 4 --- diff --git a/src/content/docs/concepts/routes.md b/src/content/docs/concepts/routes.md index 2874494..f89ee31 100644 --- a/src/content/docs/concepts/routes.md +++ b/src/content/docs/concepts/routes.md @@ -1,5 +1,6 @@ --- title: Routes +tableOfContents: false sidebar: order: 3 --- diff --git a/src/content/docs/examples/dial-a-cue.mdx b/src/content/docs/examples/dial-a-cue.mdx index 7be6f92..38de1a4 100644 --- a/src/content/docs/examples/dial-a-cue.mdx +++ b/src/content/docs/examples/dial-a-cue.mdx @@ -1,5 +1,6 @@ --- title: SIP > OSC +tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/examples/http-to-osc.mdx b/src/content/docs/examples/http-to-osc.mdx index 3df0978..51f9735 100644 --- a/src/content/docs/examples/http-to-osc.mdx +++ b/src/content/docs/examples/http-to-osc.mdx @@ -1,5 +1,6 @@ --- title: HTTP > OSC +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/index.md b/src/content/docs/index.md index 1d6cb15..bd8e561 100644 --- a/src/content/docs/index.md +++ b/src/content/docs/index.md @@ -1,5 +1,6 @@ --- title: showbridge +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/modules/db/sqlite.md b/src/content/docs/modules/db/sqlite.md index 4385bc3..aec43c9 100644 --- a/src/content/docs/modules/db/sqlite.md +++ b/src/content/docs/modules/db/sqlite.md @@ -1,5 +1,6 @@ --- title: SQLite +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/modules/http/http-server.md b/src/content/docs/modules/http/http-server.md index a12d8ad..098b1d6 100644 --- a/src/content/docs/modules/http/http-server.md +++ b/src/content/docs/modules/http/http-server.md @@ -1,5 +1,6 @@ --- title: HTTP Server +tableOfContents: false sidebar: label: Server order: 2 diff --git a/src/content/docs/modules/midi/input.mdx b/src/content/docs/modules/midi/input.mdx index d53a537..1285cf6 100644 --- a/src/content/docs/modules/midi/input.mdx +++ b/src/content/docs/modules/midi/input.mdx @@ -1,5 +1,6 @@ --- title: MIDI Input +tableOfContents: false sidebar: label: Input order: 1 diff --git a/src/content/docs/modules/midi/output.mdx b/src/content/docs/modules/midi/output.mdx index 3f6e73c..6cd9580 100644 --- a/src/content/docs/modules/midi/output.mdx +++ b/src/content/docs/modules/midi/output.mdx @@ -1,5 +1,6 @@ --- title: MIDI Output +tableOfContents: false sidebar: label: Output order: 2 diff --git a/src/content/docs/modules/mqtt/client.mdx b/src/content/docs/modules/mqtt/client.mdx index 2c1a8f2..b23047f 100644 --- a/src/content/docs/modules/mqtt/client.mdx +++ b/src/content/docs/modules/mqtt/client.mdx @@ -1,5 +1,6 @@ --- title: MQTT Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/nats/client.md b/src/content/docs/modules/nats/client.md index dce8152..aac5f39 100644 --- a/src/content/docs/modules/nats/client.md +++ b/src/content/docs/modules/nats/client.md @@ -1,5 +1,6 @@ --- title: NATS Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/nats/server.md b/src/content/docs/modules/nats/server.md index c101204..2978823 100644 --- a/src/content/docs/modules/nats/server.md +++ b/src/content/docs/modules/nats/server.md @@ -1,5 +1,6 @@ --- title: NATS Server +tableOfContents: false sidebar: label: Server order: 2 diff --git a/src/content/docs/modules/net/tcp/client.md b/src/content/docs/modules/net/tcp/client.md index 85e327e..3faad9c 100644 --- a/src/content/docs/modules/net/tcp/client.md +++ b/src/content/docs/modules/net/tcp/client.md @@ -1,5 +1,6 @@ --- title: TCP Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/net/tcp/server.md b/src/content/docs/modules/net/tcp/server.md index b8bcdf8..03913df 100644 --- a/src/content/docs/modules/net/tcp/server.md +++ b/src/content/docs/modules/net/tcp/server.md @@ -1,5 +1,6 @@ --- title: TCP Server +tableOfContents: false sidebar: label: Server order: 2 diff --git a/src/content/docs/modules/net/udp/client.md b/src/content/docs/modules/net/udp/client.md index 50addab..0ab1631 100644 --- a/src/content/docs/modules/net/udp/client.md +++ b/src/content/docs/modules/net/udp/client.md @@ -1,5 +1,6 @@ --- title: UDP Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/net/udp/multicast.md b/src/content/docs/modules/net/udp/multicast.md index 2e521c4..81ec4e6 100644 --- a/src/content/docs/modules/net/udp/multicast.md +++ b/src/content/docs/modules/net/udp/multicast.md @@ -1,5 +1,6 @@ --- title: UDP Multicast +tableOfContents: false sidebar: label: Multicast order: 3 diff --git a/src/content/docs/modules/net/udp/server.md b/src/content/docs/modules/net/udp/server.md index a059d88..2c78f0d 100644 --- a/src/content/docs/modules/net/udp/server.md +++ b/src/content/docs/modules/net/udp/server.md @@ -1,5 +1,6 @@ --- title: UDP Server +tableOfContents: false sidebar: label: Server order: 2 diff --git a/src/content/docs/modules/psn/client.md b/src/content/docs/modules/psn/client.md index a5cc3d5..47cc2df 100644 --- a/src/content/docs/modules/psn/client.md +++ b/src/content/docs/modules/psn/client.md @@ -1,5 +1,6 @@ --- title: PSN Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/redis/client.mdx b/src/content/docs/modules/redis/client.mdx index b110eb5..a9b5a25 100644 --- a/src/content/docs/modules/redis/client.mdx +++ b/src/content/docs/modules/redis/client.mdx @@ -1,5 +1,6 @@ --- title: Redis Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/serial/client.mdx b/src/content/docs/modules/serial/client.mdx index 8a4a4bd..616549b 100644 --- a/src/content/docs/modules/serial/client.mdx +++ b/src/content/docs/modules/serial/client.mdx @@ -1,5 +1,6 @@ --- title: Serial Client +tableOfContents: false sidebar: label: Client order: 1 diff --git a/src/content/docs/modules/sip/call/server.md b/src/content/docs/modules/sip/call/server.md index 942f852..3ffa8cc 100644 --- a/src/content/docs/modules/sip/call/server.md +++ b/src/content/docs/modules/sip/call/server.md @@ -1,5 +1,6 @@ --- title: SIP Call Server +tableOfContents: false sidebar: label: Server order: 1 diff --git a/src/content/docs/modules/sip/dtmf/server.md b/src/content/docs/modules/sip/dtmf/server.md index 289116a..6be5cdc 100644 --- a/src/content/docs/modules/sip/dtmf/server.md +++ b/src/content/docs/modules/sip/dtmf/server.md @@ -1,5 +1,6 @@ --- title: SIP DTMF Server +tableOfContents: false sidebar: label: Server order: 1 diff --git a/src/content/docs/modules/time/interval.md b/src/content/docs/modules/time/interval.md index c54219c..db1fea5 100644 --- a/src/content/docs/modules/time/interval.md +++ b/src/content/docs/modules/time/interval.md @@ -1,5 +1,6 @@ --- title: Interval +tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/modules/time/timer.md b/src/content/docs/modules/time/timer.md index 5dc67a7..f0b2fd4 100644 --- a/src/content/docs/modules/time/timer.md +++ b/src/content/docs/modules/time/timer.md @@ -1,5 +1,6 @@ --- title: Timer +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/processors/artnet/decode.md b/src/content/docs/processors/artnet/decode.md index f3bc737..0170155 100644 --- a/src/content/docs/processors/artnet/decode.md +++ b/src/content/docs/processors/artnet/decode.md @@ -1,5 +1,6 @@ --- title: Decode ArtNet Packet +tableOfContents: false sidebar: label: Decode order: 1 diff --git a/src/content/docs/processors/artnet/encode.md b/src/content/docs/processors/artnet/encode.md index 29350ff..29583be 100644 --- a/src/content/docs/processors/artnet/encode.md +++ b/src/content/docs/processors/artnet/encode.md @@ -1,5 +1,6 @@ --- title: Encode ArtNet Packet +tableOfContents: false sidebar: label: Encode order: 2 diff --git a/src/content/docs/processors/db/query.md b/src/content/docs/processors/db/query.md index 0e9e08c..34644d6 100644 --- a/src/content/docs/processors/db/query.md +++ b/src/content/docs/processors/db/query.md @@ -1,5 +1,6 @@ --- title: Database Query +tableOfContents: false sidebar: label: Query order: 1 diff --git a/src/content/docs/processors/debug/log.md b/src/content/docs/processors/debug/log.md index bf43ce9..8da10fc 100644 --- a/src/content/docs/processors/debug/log.md +++ b/src/content/docs/processors/debug/log.md @@ -1,5 +1,6 @@ --- title: Debug Log +tableOfContents: false sidebar: label: Log order: 1 diff --git a/src/content/docs/processors/filter/change.md b/src/content/docs/processors/filter/change.md index 6ff0268..2e3a5f8 100644 --- a/src/content/docs/processors/filter/change.md +++ b/src/content/docs/processors/filter/change.md @@ -1,5 +1,6 @@ --- title: Filter On Change +tableOfContents: false sidebar: label: On Change order: 3 diff --git a/src/content/docs/processors/filter/expr.md b/src/content/docs/processors/filter/expr.md index 727a64e..55d4dc3 100644 --- a/src/content/docs/processors/filter/expr.md +++ b/src/content/docs/processors/filter/expr.md @@ -1,5 +1,6 @@ --- title: Expr Filter +tableOfContents: false sidebar: label: Expr order: 2 diff --git a/src/content/docs/processors/filter/regex.md b/src/content/docs/processors/filter/regex.md index 4b2ce56..00ba25c 100644 --- a/src/content/docs/processors/filter/regex.md +++ b/src/content/docs/processors/filter/regex.md @@ -1,5 +1,6 @@ --- title: Regex Filter +tableOfContents: false sidebar: label: Regex order: 1 diff --git a/src/content/docs/processors/float/parse.md b/src/content/docs/processors/float/parse.md index cf3f553..7b7b202 100644 --- a/src/content/docs/processors/float/parse.md +++ b/src/content/docs/processors/float/parse.md @@ -1,5 +1,6 @@ --- title: Parse Float +tableOfContents: false sidebar: label: Parse order: 1 diff --git a/src/content/docs/processors/float/random.md b/src/content/docs/processors/float/random.md index 1e60758..f28b4ce 100644 --- a/src/content/docs/processors/float/random.md +++ b/src/content/docs/processors/float/random.md @@ -1,5 +1,6 @@ --- title: Create Random Float +tableOfContents: false sidebar: label: Random order: 2 diff --git a/src/content/docs/processors/free-d/create.md b/src/content/docs/processors/free-d/create.md index b673c51..fba3ae6 100644 --- a/src/content/docs/processors/free-d/create.md +++ b/src/content/docs/processors/free-d/create.md @@ -1,5 +1,6 @@ --- title: Create FreeD +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/free-d/decode.md b/src/content/docs/processors/free-d/decode.md index 59242d3..a49d335 100644 --- a/src/content/docs/processors/free-d/decode.md +++ b/src/content/docs/processors/free-d/decode.md @@ -1,5 +1,6 @@ --- title: Decode FreeD +tableOfContents: false sidebar: label: Decode order: 3 diff --git a/src/content/docs/processors/free-d/encode.md b/src/content/docs/processors/free-d/encode.md index 229eb3a..903f750 100644 --- a/src/content/docs/processors/free-d/encode.md +++ b/src/content/docs/processors/free-d/encode.md @@ -1,5 +1,6 @@ --- title: Encode FreeD +tableOfContents: false sidebar: label: Encode order: 2 diff --git a/src/content/docs/processors/http/request/do.md b/src/content/docs/processors/http/request/do.md index ebacbd5..518d979 100644 --- a/src/content/docs/processors/http/request/do.md +++ b/src/content/docs/processors/http/request/do.md @@ -1,5 +1,6 @@ --- title: Make HTTP Request +tableOfContents: false sidebar: label: Make Request order: 1 diff --git a/src/content/docs/processors/http/response/create.md b/src/content/docs/processors/http/response/create.md index 6385fac..09dd780 100644 --- a/src/content/docs/processors/http/response/create.md +++ b/src/content/docs/processors/http/response/create.md @@ -1,5 +1,6 @@ --- title: Create HTTP Response +tableOfContents: false sidebar: label: Create order: 2 diff --git a/src/content/docs/processors/int/parse.md b/src/content/docs/processors/int/parse.md index 171a59a..5353eab 100644 --- a/src/content/docs/processors/int/parse.md +++ b/src/content/docs/processors/int/parse.md @@ -1,5 +1,6 @@ --- title: Parse Int +tableOfContents: false sidebar: label: Parse order: 1 diff --git a/src/content/docs/processors/int/random.md b/src/content/docs/processors/int/random.md index e817ae8..9952ce2 100644 --- a/src/content/docs/processors/int/random.md +++ b/src/content/docs/processors/int/random.md @@ -1,5 +1,6 @@ --- title: Create Random Int +tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/processors/int/scale.md b/src/content/docs/processors/int/scale.md index 7661121..cdb5324 100644 --- a/src/content/docs/processors/int/scale.md +++ b/src/content/docs/processors/int/scale.md @@ -1,5 +1,6 @@ --- title: Scale Int +tableOfContents: false sidebar: label: Scale order: 3 diff --git a/src/content/docs/processors/json/decode.md b/src/content/docs/processors/json/decode.md index 24e0d9d..18061d0 100644 --- a/src/content/docs/processors/json/decode.md +++ b/src/content/docs/processors/json/decode.md @@ -1,5 +1,6 @@ --- title: Decode JSON +tableOfContents: false sidebar: label: Decode order: 2 diff --git a/src/content/docs/processors/json/encode.md b/src/content/docs/processors/json/encode.md index 5d2e0b4..6d5cb80 100644 --- a/src/content/docs/processors/json/encode.md +++ b/src/content/docs/processors/json/encode.md @@ -1,5 +1,6 @@ --- title: Encode JSON +tableOfContents: false sidebar: label: Encode order: 1 diff --git a/src/content/docs/processors/kv/get.md b/src/content/docs/processors/kv/get.md index 52882ea..cb87f0a 100644 --- a/src/content/docs/processors/kv/get.md +++ b/src/content/docs/processors/kv/get.md @@ -1,5 +1,6 @@ --- title: Get Key/Value +tableOfContents: false sidebar: label: Get order: 1 diff --git a/src/content/docs/processors/kv/set.md b/src/content/docs/processors/kv/set.md index 03c8d54..a30f614 100644 --- a/src/content/docs/processors/kv/set.md +++ b/src/content/docs/processors/kv/set.md @@ -1,5 +1,6 @@ --- title: Set Key/Value +tableOfContents: false sidebar: label: Set order: 2 diff --git a/src/content/docs/processors/midi/message/create.md b/src/content/docs/processors/midi/message/create.md index 0b69673..1d15da7 100644 --- a/src/content/docs/processors/midi/message/create.md +++ b/src/content/docs/processors/midi/message/create.md @@ -1,5 +1,6 @@ --- title: Create MIDI Message +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/midi/message/decode.md b/src/content/docs/processors/midi/message/decode.md index 291f865..a153cda 100644 --- a/src/content/docs/processors/midi/message/decode.md +++ b/src/content/docs/processors/midi/message/decode.md @@ -1,5 +1,6 @@ --- title: Decode MIDI Message +tableOfContents: false sidebar: label: Decode order: 3 diff --git a/src/content/docs/processors/midi/message/encode.md b/src/content/docs/processors/midi/message/encode.md index 190613b..328d6aa 100644 --- a/src/content/docs/processors/midi/message/encode.md +++ b/src/content/docs/processors/midi/message/encode.md @@ -1,5 +1,6 @@ --- title: Encode MIDI Message +tableOfContents: false sidebar: label: Encode order: 2 diff --git a/src/content/docs/processors/midi/message/unpack.md b/src/content/docs/processors/midi/message/unpack.md index b3f4644..c707264 100644 --- a/src/content/docs/processors/midi/message/unpack.md +++ b/src/content/docs/processors/midi/message/unpack.md @@ -1,5 +1,6 @@ --- title: Unpack MIDI Message +tableOfContents: false sidebar: label: Unpack order: 4 diff --git a/src/content/docs/processors/mqtt/message/create.md b/src/content/docs/processors/mqtt/message/create.md index 5fdff97..fb3fe39 100644 --- a/src/content/docs/processors/mqtt/message/create.md +++ b/src/content/docs/processors/mqtt/message/create.md @@ -1,5 +1,6 @@ --- title: Create MQTT Message +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/processors/nats/message/create.md b/src/content/docs/processors/nats/message/create.md index 05914d4..6de1c88 100644 --- a/src/content/docs/processors/nats/message/create.md +++ b/src/content/docs/processors/nats/message/create.md @@ -1,5 +1,6 @@ --- title: Create NATS Message +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/osc/message/create.md b/src/content/docs/processors/osc/message/create.md index 9b847cb..d0c6ff1 100644 --- a/src/content/docs/processors/osc/message/create.md +++ b/src/content/docs/processors/osc/message/create.md @@ -1,5 +1,6 @@ --- title: Create OSC Message +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/osc/message/decode.md b/src/content/docs/processors/osc/message/decode.md index 4f91975..e8f5087 100644 --- a/src/content/docs/processors/osc/message/decode.md +++ b/src/content/docs/processors/osc/message/decode.md @@ -1,5 +1,6 @@ --- title: Decode OSC Message +tableOfContents: false sidebar: label: Decode order: 3 diff --git a/src/content/docs/processors/osc/message/encode.md b/src/content/docs/processors/osc/message/encode.md index 9157cc8..c3d7da3 100644 --- a/src/content/docs/processors/osc/message/encode.md +++ b/src/content/docs/processors/osc/message/encode.md @@ -1,5 +1,6 @@ --- title: Encode OSC Message +tableOfContents: false sidebar: label: Encode order: 2 diff --git a/src/content/docs/processors/router/output.md b/src/content/docs/processors/router/output.md index 7e82ef7..16f7180 100644 --- a/src/content/docs/processors/router/output.md +++ b/src/content/docs/processors/router/output.md @@ -1,5 +1,6 @@ --- title: Output from Router +tableOfContents: false sidebar: label: Output order: 1 @@ -10,7 +11,7 @@ The `router.output` processor takes any payload and outputs to the specified mod - **params**: - **module**: the id of the [module](/concepts/modules) to output to. - + ### Example Output to the `osc-out` module. ``` diff --git a/src/content/docs/processors/script/expr.md b/src/content/docs/processors/script/expr.md index 78c983b..74c9037 100644 --- a/src/content/docs/processors/script/expr.md +++ b/src/content/docs/processors/script/expr.md @@ -1,5 +1,6 @@ --- title: Execute Expr Expression +tableOfContents: false sidebar: label: Expr order: 2 diff --git a/src/content/docs/processors/script/js.mdx b/src/content/docs/processors/script/js.mdx index a8c8fa3..d077441 100644 --- a/src/content/docs/processors/script/js.mdx +++ b/src/content/docs/processors/script/js.mdx @@ -1,5 +1,6 @@ --- title: Execute JavaScript +tableOfContents: false sidebar: label: JavaScript order: 1 diff --git a/src/content/docs/processors/script/wasm.md b/src/content/docs/processors/script/wasm.md index 49f47c0..d29ce28 100644 --- a/src/content/docs/processors/script/wasm.md +++ b/src/content/docs/processors/script/wasm.md @@ -1,5 +1,6 @@ --- title: Run WASM (Extism) Plugin +tableOfContents: false sidebar: label: WASM order: 3 diff --git a/src/content/docs/processors/sip/response/audio/create.md b/src/content/docs/processors/sip/response/audio/create.md index bdd5af4..863a6c9 100644 --- a/src/content/docs/processors/sip/response/audio/create.md +++ b/src/content/docs/processors/sip/response/audio/create.md @@ -1,5 +1,6 @@ --- title: Create SIP Audio Response +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/sip/response/dtmf/create.md b/src/content/docs/processors/sip/response/dtmf/create.md index c344872..368eadf 100644 --- a/src/content/docs/processors/sip/response/dtmf/create.md +++ b/src/content/docs/processors/sip/response/dtmf/create.md @@ -1,5 +1,6 @@ --- title: Create SIP DTMF Response +tableOfContents: false sidebar: label: Create order: 1 diff --git a/src/content/docs/processors/string/create.md b/src/content/docs/processors/string/create.md index f79a150..ee84c52 100644 --- a/src/content/docs/processors/string/create.md +++ b/src/content/docs/processors/string/create.md @@ -1,5 +1,6 @@ --- title: Create String +tableOfContents: false sidebar: label: Create order: 3 diff --git a/src/content/docs/processors/string/decode.md b/src/content/docs/processors/string/decode.md index c428dab..c3aa526 100644 --- a/src/content/docs/processors/string/decode.md +++ b/src/content/docs/processors/string/decode.md @@ -1,5 +1,6 @@ --- title: Decode String +tableOfContents: false sidebar: label: Decode order: 1 diff --git a/src/content/docs/processors/string/encode.md b/src/content/docs/processors/string/encode.md index d76053e..03a3173 100644 --- a/src/content/docs/processors/string/encode.md +++ b/src/content/docs/processors/string/encode.md @@ -1,5 +1,6 @@ --- title: Encode String +tableOfContents: false sidebar: label: Encode order: 2 diff --git a/src/content/docs/processors/string/split.md b/src/content/docs/processors/string/split.md index 67ef818..9185b2d 100644 --- a/src/content/docs/processors/string/split.md +++ b/src/content/docs/processors/string/split.md @@ -1,5 +1,6 @@ --- title: Split String +tableOfContents: false sidebar: label: Split order: 5 diff --git a/src/content/docs/processors/time/sleep.md b/src/content/docs/processors/time/sleep.md index 9df7c47..b64ef92 100644 --- a/src/content/docs/processors/time/sleep.md +++ b/src/content/docs/processors/time/sleep.md @@ -1,5 +1,6 @@ --- title: Sleep +tableOfContents: false sidebar: label: Sleep order: 1 diff --git a/src/content/docs/run/cli.mdx b/src/content/docs/run/cli.mdx index 7781dd3..9eec195 100644 --- a/src/content/docs/run/cli.mdx +++ b/src/content/docs/run/cli.mdx @@ -1,5 +1,6 @@ --- title: CLI +tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/run/docker.mdx b/src/content/docs/run/docker.mdx index fefabed..bd59ed4 100644 --- a/src/content/docs/run/docker.mdx +++ b/src/content/docs/run/docker.mdx @@ -1,5 +1,6 @@ --- title: Docker +tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/run/source.mdx b/src/content/docs/run/source.mdx index bab918c..d4b0332 100644 --- a/src/content/docs/run/source.mdx +++ b/src/content/docs/run/source.mdx @@ -1,5 +1,6 @@ --- title: Source +tableOfContents: false sidebar: order: 3 --- diff --git a/src/content/docs/showbridge/dictionary.mdx b/src/content/docs/showbridge/dictionary.mdx index 4e57ecf..62e5974 100644 --- a/src/content/docs/showbridge/dictionary.mdx +++ b/src/content/docs/showbridge/dictionary.mdx @@ -1,5 +1,9 @@ --- title: Dictionary +tableOfContents: false +sidebar: + label: Dictionary + order: 2 --- - **router**: throughout documentation I will use the term router to refer to a configured/running instance of showbridge diff --git a/src/content/docs/showbridge/overview.md b/src/content/docs/showbridge/overview.md index d73cf54..b39c13b 100644 --- a/src/content/docs/showbridge/overview.md +++ b/src/content/docs/showbridge/overview.md @@ -1,7 +1,9 @@ --- title: Overview +tableOfContents: false sidebar: - order: 1 + label: Overview + order: 1 --- showbridge is a kind of re-imagining of [OSCulator](https://osculator.net/) taken way too far.