Skip to content

Commit

Permalink
Fix malformed server config in docs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
MJJoyce committed Aug 31, 2023
1 parent 1badbd8 commit 64da97c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/source/api_intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ The input streams that send messages to this topic can be configured via the **s
inbound-streams:
- stream:
name: telem_testbed_stream
input: telem_port_in_stream
input:
- telem_port_in_stream
handlers:
- name: ait.server.handlers.PacketHandler
packet: 1553_HS_Packet
Expand Down
3 changes: 2 additions & 1 deletion doc/source/server_architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ Here is an example of how the **server** portion of **config.yaml** should look:
- stream:
name: telem_testbed_stream
input: telem_port_in_stream
input:
- telem_port_in_stream
handlers:
- name: ait.server.handlers.PacketHandler
packet: 1553_HS_Packet
Expand Down

0 comments on commit 64da97c

Please sign in to comment.