KAFKA-16467: add docs README (#15664)

Add how to run local website to docs folder.

Signed-off-by: PoAn Yang <payang@apache.org>

Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
PoAn Yang 2024-04-30 10:26:35 +08:00 committed by GitHub
parent 6d436a8f98
commit 9387c7a626
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

4
docs/README.md Normal file
View File

@ -0,0 +1,4 @@
# Docs
The documentation needs to run with [kafka-site](https://github.com/apache/kafka-site).
Please check the README in the kafka-site repository to preview documentation locally.