Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 8, 2024
1 parent da088e3 commit cd0d6df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"light_css_variables": {
"color-brand-primary": "#CC3333",
"color-brand-content": "darkblue",
"color-admonition-background": "orange",
# "color-admonition-background": "orange",
},
"dark_css_variables": {
"color-brand-primary": "#CC3333",
"color-brand-content": "gold",
"color-admonition-background": "orange",
# "color-admonition-background": "orange",
},
}

Expand Down
1 change: 1 addition & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
:hidden:
source/amqp
source/kinesis
source/mqtt
sink/database
carabas/index
Expand Down
2 changes: 1 addition & 1 deletion doc/source/kinesis.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Amazon Kinesis Source
# Kinesis Source

## LocalStack Testbed
The recipe uses the LocalStack AWS environment to run an Amazon Kinesis surrogate.
Expand Down

0 comments on commit cd0d6df

Please sign in to comment.