diff --git a/astro.config.mjs b/astro.config.mjs index 1a0a09c..ba4bbb3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -6,6 +6,7 @@ export default defineConfig({ integrations: [ starlight({ title: "showbridge", + tableOfContents: false, favicon: "/favicon.ico", social: [ { diff --git a/src/content/docs/concepts/config.md b/src/content/docs/concepts/config.md index 7e8a631..95a141d 100644 --- a/src/content/docs/concepts/config.md +++ b/src/content/docs/concepts/config.md @@ -1,6 +1,5 @@ --- title: Config -tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/concepts/modules.md b/src/content/docs/concepts/modules.md index 974f374..989c39c 100644 --- a/src/content/docs/concepts/modules.md +++ b/src/content/docs/concepts/modules.md @@ -1,6 +1,5 @@ --- title: Modules -tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/concepts/payload.md b/src/content/docs/concepts/payload.md index d4bb33b..877c1e2 100644 --- a/src/content/docs/concepts/payload.md +++ b/src/content/docs/concepts/payload.md @@ -1,6 +1,5 @@ --- title: Payload -tableOfContents: false sidebar: order: 5 --- diff --git a/src/content/docs/concepts/processors.md b/src/content/docs/concepts/processors.md index d97cca5..e3a5f65 100644 --- a/src/content/docs/concepts/processors.md +++ b/src/content/docs/concepts/processors.md @@ -1,6 +1,5 @@ --- title: Processors -tableOfContents: false sidebar: order: 4 --- diff --git a/src/content/docs/concepts/routes.md b/src/content/docs/concepts/routes.md index f89ee31..2874494 100644 --- a/src/content/docs/concepts/routes.md +++ b/src/content/docs/concepts/routes.md @@ -1,6 +1,5 @@ --- 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 38de1a4..7be6f92 100644 --- a/src/content/docs/examples/dial-a-cue.mdx +++ b/src/content/docs/examples/dial-a-cue.mdx @@ -1,6 +1,5 @@ --- 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 51f9735..3df0978 100644 --- a/src/content/docs/examples/http-to-osc.mdx +++ b/src/content/docs/examples/http-to-osc.mdx @@ -1,6 +1,5 @@ --- title: HTTP > OSC -tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/index.md b/src/content/docs/index.md index bd8e561..1d6cb15 100644 --- a/src/content/docs/index.md +++ b/src/content/docs/index.md @@ -1,6 +1,5 @@ --- 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 aec43c9..4385bc3 100644 --- a/src/content/docs/modules/db/sqlite.md +++ b/src/content/docs/modules/db/sqlite.md @@ -1,6 +1,5 @@ --- 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 098b1d6..a12d8ad 100644 --- a/src/content/docs/modules/http/http-server.md +++ b/src/content/docs/modules/http/http-server.md @@ -1,6 +1,5 @@ --- 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 1285cf6..d53a537 100644 --- a/src/content/docs/modules/midi/input.mdx +++ b/src/content/docs/modules/midi/input.mdx @@ -1,6 +1,5 @@ --- 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 6cd9580..3f6e73c 100644 --- a/src/content/docs/modules/midi/output.mdx +++ b/src/content/docs/modules/midi/output.mdx @@ -1,6 +1,5 @@ --- 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 b23047f..2c1a8f2 100644 --- a/src/content/docs/modules/mqtt/client.mdx +++ b/src/content/docs/modules/mqtt/client.mdx @@ -1,6 +1,5 @@ --- 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 aac5f39..dce8152 100644 --- a/src/content/docs/modules/nats/client.md +++ b/src/content/docs/modules/nats/client.md @@ -1,6 +1,5 @@ --- 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 2978823..c101204 100644 --- a/src/content/docs/modules/nats/server.md +++ b/src/content/docs/modules/nats/server.md @@ -1,6 +1,5 @@ --- 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 3faad9c..85e327e 100644 --- a/src/content/docs/modules/net/tcp/client.md +++ b/src/content/docs/modules/net/tcp/client.md @@ -1,6 +1,5 @@ --- 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 03913df..b8bcdf8 100644 --- a/src/content/docs/modules/net/tcp/server.md +++ b/src/content/docs/modules/net/tcp/server.md @@ -1,6 +1,5 @@ --- 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 0ab1631..50addab 100644 --- a/src/content/docs/modules/net/udp/client.md +++ b/src/content/docs/modules/net/udp/client.md @@ -1,6 +1,5 @@ --- 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 81ec4e6..2e521c4 100644 --- a/src/content/docs/modules/net/udp/multicast.md +++ b/src/content/docs/modules/net/udp/multicast.md @@ -1,6 +1,5 @@ --- 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 2c78f0d..a059d88 100644 --- a/src/content/docs/modules/net/udp/server.md +++ b/src/content/docs/modules/net/udp/server.md @@ -1,6 +1,5 @@ --- 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 47cc2df..a5cc3d5 100644 --- a/src/content/docs/modules/psn/client.md +++ b/src/content/docs/modules/psn/client.md @@ -1,6 +1,5 @@ --- 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 a9b5a25..b110eb5 100644 --- a/src/content/docs/modules/redis/client.mdx +++ b/src/content/docs/modules/redis/client.mdx @@ -1,6 +1,5 @@ --- 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 616549b..8a4a4bd 100644 --- a/src/content/docs/modules/serial/client.mdx +++ b/src/content/docs/modules/serial/client.mdx @@ -1,6 +1,5 @@ --- 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 3ffa8cc..942f852 100644 --- a/src/content/docs/modules/sip/call/server.md +++ b/src/content/docs/modules/sip/call/server.md @@ -1,6 +1,5 @@ --- 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 6be5cdc..289116a 100644 --- a/src/content/docs/modules/sip/dtmf/server.md +++ b/src/content/docs/modules/sip/dtmf/server.md @@ -1,6 +1,5 @@ --- 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 db1fea5..c54219c 100644 --- a/src/content/docs/modules/time/interval.md +++ b/src/content/docs/modules/time/interval.md @@ -1,6 +1,5 @@ --- 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 f0b2fd4..5dc67a7 100644 --- a/src/content/docs/modules/time/timer.md +++ b/src/content/docs/modules/time/timer.md @@ -1,6 +1,5 @@ --- 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 0170155..f3bc737 100644 --- a/src/content/docs/processors/artnet/decode.md +++ b/src/content/docs/processors/artnet/decode.md @@ -1,6 +1,5 @@ --- 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 29583be..29350ff 100644 --- a/src/content/docs/processors/artnet/encode.md +++ b/src/content/docs/processors/artnet/encode.md @@ -1,6 +1,5 @@ --- 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 34644d6..0e9e08c 100644 --- a/src/content/docs/processors/db/query.md +++ b/src/content/docs/processors/db/query.md @@ -1,6 +1,5 @@ --- 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 8da10fc..bf43ce9 100644 --- a/src/content/docs/processors/debug/log.md +++ b/src/content/docs/processors/debug/log.md @@ -1,6 +1,5 @@ --- 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 2e3a5f8..6ff0268 100644 --- a/src/content/docs/processors/filter/change.md +++ b/src/content/docs/processors/filter/change.md @@ -1,6 +1,5 @@ --- 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 55d4dc3..727a64e 100644 --- a/src/content/docs/processors/filter/expr.md +++ b/src/content/docs/processors/filter/expr.md @@ -1,6 +1,5 @@ --- 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 00ba25c..4b2ce56 100644 --- a/src/content/docs/processors/filter/regex.md +++ b/src/content/docs/processors/filter/regex.md @@ -1,6 +1,5 @@ --- 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 7b7b202..cf3f553 100644 --- a/src/content/docs/processors/float/parse.md +++ b/src/content/docs/processors/float/parse.md @@ -1,6 +1,5 @@ --- 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 f28b4ce..1e60758 100644 --- a/src/content/docs/processors/float/random.md +++ b/src/content/docs/processors/float/random.md @@ -1,6 +1,5 @@ --- 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 fba3ae6..b673c51 100644 --- a/src/content/docs/processors/free-d/create.md +++ b/src/content/docs/processors/free-d/create.md @@ -1,6 +1,5 @@ --- 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 a49d335..59242d3 100644 --- a/src/content/docs/processors/free-d/decode.md +++ b/src/content/docs/processors/free-d/decode.md @@ -1,6 +1,5 @@ --- 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 903f750..229eb3a 100644 --- a/src/content/docs/processors/free-d/encode.md +++ b/src/content/docs/processors/free-d/encode.md @@ -1,6 +1,5 @@ --- 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 518d979..ebacbd5 100644 --- a/src/content/docs/processors/http/request/do.md +++ b/src/content/docs/processors/http/request/do.md @@ -1,6 +1,5 @@ --- 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 09dd780..6385fac 100644 --- a/src/content/docs/processors/http/response/create.md +++ b/src/content/docs/processors/http/response/create.md @@ -1,6 +1,5 @@ --- 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 5353eab..171a59a 100644 --- a/src/content/docs/processors/int/parse.md +++ b/src/content/docs/processors/int/parse.md @@ -1,6 +1,5 @@ --- 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 9952ce2..e817ae8 100644 --- a/src/content/docs/processors/int/random.md +++ b/src/content/docs/processors/int/random.md @@ -1,6 +1,5 @@ --- 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 cdb5324..7661121 100644 --- a/src/content/docs/processors/int/scale.md +++ b/src/content/docs/processors/int/scale.md @@ -1,6 +1,5 @@ --- 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 18061d0..24e0d9d 100644 --- a/src/content/docs/processors/json/decode.md +++ b/src/content/docs/processors/json/decode.md @@ -1,6 +1,5 @@ --- 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 6d5cb80..5d2e0b4 100644 --- a/src/content/docs/processors/json/encode.md +++ b/src/content/docs/processors/json/encode.md @@ -1,6 +1,5 @@ --- 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 cb87f0a..52882ea 100644 --- a/src/content/docs/processors/kv/get.md +++ b/src/content/docs/processors/kv/get.md @@ -1,6 +1,5 @@ --- 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 a30f614..03c8d54 100644 --- a/src/content/docs/processors/kv/set.md +++ b/src/content/docs/processors/kv/set.md @@ -1,6 +1,5 @@ --- 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 1d15da7..0b69673 100644 --- a/src/content/docs/processors/midi/message/create.md +++ b/src/content/docs/processors/midi/message/create.md @@ -1,6 +1,5 @@ --- 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 a153cda..291f865 100644 --- a/src/content/docs/processors/midi/message/decode.md +++ b/src/content/docs/processors/midi/message/decode.md @@ -1,6 +1,5 @@ --- 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 328d6aa..190613b 100644 --- a/src/content/docs/processors/midi/message/encode.md +++ b/src/content/docs/processors/midi/message/encode.md @@ -1,6 +1,5 @@ --- 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 c707264..b3f4644 100644 --- a/src/content/docs/processors/midi/message/unpack.md +++ b/src/content/docs/processors/midi/message/unpack.md @@ -1,6 +1,5 @@ --- 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 fb3fe39..5fdff97 100644 --- a/src/content/docs/processors/mqtt/message/create.md +++ b/src/content/docs/processors/mqtt/message/create.md @@ -1,6 +1,5 @@ --- 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 6de1c88..05914d4 100644 --- a/src/content/docs/processors/nats/message/create.md +++ b/src/content/docs/processors/nats/message/create.md @@ -1,6 +1,5 @@ --- 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 d0c6ff1..9b847cb 100644 --- a/src/content/docs/processors/osc/message/create.md +++ b/src/content/docs/processors/osc/message/create.md @@ -1,6 +1,5 @@ --- 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 e8f5087..4f91975 100644 --- a/src/content/docs/processors/osc/message/decode.md +++ b/src/content/docs/processors/osc/message/decode.md @@ -1,6 +1,5 @@ --- 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 c3d7da3..9157cc8 100644 --- a/src/content/docs/processors/osc/message/encode.md +++ b/src/content/docs/processors/osc/message/encode.md @@ -1,6 +1,5 @@ --- 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 16f7180..4c33f29 100644 --- a/src/content/docs/processors/router/output.md +++ b/src/content/docs/processors/router/output.md @@ -1,6 +1,5 @@ --- title: Output from Router -tableOfContents: false sidebar: label: Output order: 1 diff --git a/src/content/docs/processors/script/expr.md b/src/content/docs/processors/script/expr.md index 74c9037..78c983b 100644 --- a/src/content/docs/processors/script/expr.md +++ b/src/content/docs/processors/script/expr.md @@ -1,6 +1,5 @@ --- 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 d077441..a8c8fa3 100644 --- a/src/content/docs/processors/script/js.mdx +++ b/src/content/docs/processors/script/js.mdx @@ -1,6 +1,5 @@ --- 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 d29ce28..49f47c0 100644 --- a/src/content/docs/processors/script/wasm.md +++ b/src/content/docs/processors/script/wasm.md @@ -1,6 +1,5 @@ --- 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 863a6c9..bdd5af4 100644 --- a/src/content/docs/processors/sip/response/audio/create.md +++ b/src/content/docs/processors/sip/response/audio/create.md @@ -1,6 +1,5 @@ --- 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 368eadf..c344872 100644 --- a/src/content/docs/processors/sip/response/dtmf/create.md +++ b/src/content/docs/processors/sip/response/dtmf/create.md @@ -1,6 +1,5 @@ --- 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 ee84c52..f79a150 100644 --- a/src/content/docs/processors/string/create.md +++ b/src/content/docs/processors/string/create.md @@ -1,6 +1,5 @@ --- 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 c3aa526..c428dab 100644 --- a/src/content/docs/processors/string/decode.md +++ b/src/content/docs/processors/string/decode.md @@ -1,6 +1,5 @@ --- 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 03a3173..d76053e 100644 --- a/src/content/docs/processors/string/encode.md +++ b/src/content/docs/processors/string/encode.md @@ -1,6 +1,5 @@ --- 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 9185b2d..67ef818 100644 --- a/src/content/docs/processors/string/split.md +++ b/src/content/docs/processors/string/split.md @@ -1,6 +1,5 @@ --- 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 b64ef92..9df7c47 100644 --- a/src/content/docs/processors/time/sleep.md +++ b/src/content/docs/processors/time/sleep.md @@ -1,6 +1,5 @@ --- 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 9eec195..7781dd3 100644 --- a/src/content/docs/run/cli.mdx +++ b/src/content/docs/run/cli.mdx @@ -1,6 +1,5 @@ --- title: CLI -tableOfContents: false sidebar: order: 1 --- diff --git a/src/content/docs/run/docker.mdx b/src/content/docs/run/docker.mdx index bd59ed4..fefabed 100644 --- a/src/content/docs/run/docker.mdx +++ b/src/content/docs/run/docker.mdx @@ -1,6 +1,5 @@ --- title: Docker -tableOfContents: false sidebar: order: 2 --- diff --git a/src/content/docs/run/source.mdx b/src/content/docs/run/source.mdx index d4b0332..bab918c 100644 --- a/src/content/docs/run/source.mdx +++ b/src/content/docs/run/source.mdx @@ -1,6 +1,5 @@ --- title: Source -tableOfContents: false sidebar: order: 3 --- diff --git a/src/content/docs/showbridge/dictionary.mdx b/src/content/docs/showbridge/dictionary.mdx index 62e5974..23f3b5f 100644 --- a/src/content/docs/showbridge/dictionary.mdx +++ b/src/content/docs/showbridge/dictionary.mdx @@ -1,6 +1,5 @@ --- title: Dictionary -tableOfContents: false sidebar: label: Dictionary order: 2 diff --git a/src/content/docs/showbridge/overview.md b/src/content/docs/showbridge/overview.md index b39c13b..f1e385c 100644 --- a/src/content/docs/showbridge/overview.md +++ b/src/content/docs/showbridge/overview.md @@ -1,6 +1,5 @@ --- title: Overview -tableOfContents: false sidebar: label: Overview order: 1