File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,20 @@ This directory contains [CLI tool](https://rabbitmq.com/cli.html) man page sourc
8
8
* A [ systemd unit file example] ( ./rabbitmq-server.service.example )
9
9
10
10
Please [ see rabbitmq.com] ( https://rabbitmq.com/documentation.html ) for documentation guides.
11
+
12
+ ## man Pages
13
+
14
+ ### Source Files
15
+
16
+ This directory contains man pages that are are converted to HTML using ` mandoc ` :
17
+
18
+ gmake web-manpages
19
+
20
+ The result is then copied to the [ website repository] ( https://github.com/rabbitmq/rabbitmq-website/tree/live/site/man )
21
+
22
+ ### Contributions
23
+
24
+ Since deployed man pages are generated, it is important to keep them in sync with the source.
25
+ Accepting community contributions — which will always come as website pull requests —
26
+ is fine but the person who merges them is responsible for backporting all changes
27
+ to the source pages in this repo.
You can’t perform that action at this time.
0 commit comments