Skip to content

Commit b72b5a9

Browse files
robsontenorioRobson Tenórionick-zh
authored
Improve contributing (#5)
* Improve contributing * Apply suggestions from code review * Update README.md Co-authored-by: Robson Tenório <[email protected]> Co-authored-by: Nick <[email protected]>
1 parent daddf69 commit b72b5a9

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# 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

docker-compose.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
version: '3.8'
1+
version: "3.8"
22
services:
33
hugo:
44
image: klakegg/hugo:latest
55
container_name: hugo
66
hostname: hugo
7+
command: server
78
volumes:
8-
- ./:/src
9+
- ./:/src
10+
ports:
11+
- "1313:1313"

0 commit comments

Comments
 (0)