Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOP-14058] Improve Kafka documentation #276

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/changelog/next_release/276.improvement.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Improve Kafka documentation:
* Add "Prerequisites" page describing different aspects of connecting to Kafka
* Improve "Reading from" and "Writing to" page of Kafka documentation, add more examples and usage notes.
* Add "Troubleshooting" page
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"sphinxcontrib.plantuml",
"sphinx.ext.extlinks",
"sphinx_favicon",
"sphinxcontrib.autodoc_pydantic",
]
numpydoc_show_class_members = False
autodoc_pydantic_model_show_config = False
Expand Down
297 changes: 0 additions & 297 deletions docs/connection/db_connection/kafka/format_handling.rst

This file was deleted.

8 changes: 2 additions & 6 deletions docs/connection/db_connection/kafka/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Kafka
:maxdepth: 1
:caption: Connection

prerequisites
connection
troubleshooting

.. toctree::
:maxdepth: 1
Expand All @@ -31,12 +33,6 @@ Kafka
read
write

.. toctree::
:maxdepth: 1
:caption: Troubleshooting

format_handling

.. toctree::
:maxdepth: 1
:caption: For developers
Expand Down
Loading