https://github.com/apachecn/kafka-doc-zh
Kafka 中文文档
https://github.com/apachecn/kafka-doc-zh
kafka
Last synced: 3 months ago
JSON representation
Kafka 中文文档
- Host: GitHub
- URL: https://github.com/apachecn/kafka-doc-zh
- Owner: apachecn
- License: other
- Created: 2017-12-20T11:57:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-22T07:24:04.000Z (over 1 year ago)
- Last Synced: 2025-01-11T18:34:28.576Z (5 months ago)
- Topics: kafka
- Homepage: http://kafka.apachecn.org
- Size: 19.5 MB
- Stars: 461
- Watchers: 33
- Forks: 123
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to MkDocs
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
## Commands
* `mkdocs new [dir-name]` - Create a new project.
* `mkdocs serve` - Start the live-reloading docs server.
* `mkdocs build` - Build the documentation site.
* `mkdocs -h` - Print help message and exit.## Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.