File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Documentation of php-kafka
2
- This is the documentation repository of [ php-kafka] ( https://github.com/php-kafka/php-kafka )
3
- The documentation can be [ found here] ( https://php-kafka.github.io/about )
2
+ This is the documentation repository of [ php-kafka/php-kafka] ( https://github.com/php-kafka/php-kafka ) .
3
+ See the live documentation at [ https://php-kafka.github.io ] ( https://php-kafka.github.io ) .
4
+ The documentation is built with [ Hugo] ( https://gohugo.io/documentation/ ) .
5
+
6
+
7
+ # Contributing
8
+ Clone this repository and make the necessary changes
9
+ ``` bash
10
+ [email protected] :php-kafka/php-kafka.github.io.git
Original file line number Diff line number Diff line change 1
- version : ' 3.8'
1
+ version : " 3.8"
2
2
services :
3
3
hugo :
4
4
image : klakegg/hugo:latest
5
5
container_name : hugo
6
6
hostname : hugo
7
+ command : server
7
8
volumes :
8
- - ./:/src
9
+ - ./:/src
10
+ ports :
11
+ - " 1313:1313"
You can’t perform that action at this time.
0 commit comments