Skip to content

Commit

Permalink
Dev: doc/website-v1: add man-4.6 (ClusterLabs#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Apr 11, 2024
1 parent 7dd6a1e commit 321ee76
Show file tree
Hide file tree
Showing 4 changed files with 5,505 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/website-v1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ASCIIDOC := asciidoc
CRMCONF := crm.conf
SRC := faq.adoc documentation.adoc development.adoc installation.adoc \
configuration.adoc about.adoc rsctest-guide.adoc download.adoc \
history-guide.adoc start-guide.adoc man-1.2.adoc scripts.adoc man-2.0.adoc man-3.adoc man-4.3.adoc
history-guide.adoc start-guide.adoc man-1.2.adoc scripts.adoc man-2.0.adoc man-3.adoc man-4.3.adoc man-4.6.adoc
HISTORY_LISTINGS = include/history-guide/nfs-probe-err.typescript \
include/history-guide/sample-cluster.conf.crm \
include/history-guide/status-probe-fail.typescript \
Expand Down Expand Up @@ -71,7 +71,7 @@ gen/%/index.html: %.adoc $(CRMCONF)

gen/history-guide/index.html: $(HISTORY_LISTINGS)

gen/man/index.html: ../crm.8.adoc $(CRMCONF)
gen/man/index.html: ../generated-sources/crm.8.adoc $(CRMCONF)
@mkdir -p $(dir $@)
@$(ASCIIDOC) --unsafe -b html5 -f $(CRMCONF) -o $@ $<
@python ./postprocess.py -o $@ $<
Expand Down
1 change: 1 addition & 0 deletions doc/website-v1/documentation.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ that will hopefully make using the shell as easy as possible.
== Manual ==

* link:/man[Manual (Development)]
* link:/man-4.6[Manual (v4.6.x)]
* link:/man-4.3[Manual (v4.3.x)]
* link:/man-3[Manual (v3.x)]
* link:/man-2.0[Manual (v2.x)]
Expand Down
7 changes: 4 additions & 3 deletions doc/website-v1/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ package management, and history exploration tools giving you a complete
insight into the state of your cluster.

* https://github.com/ClusterLabs/crmsh/[Source Code]
* http://crmsh.github.io/man-4.3/[Reference Manual (v4.3.1)]
* http://crmsh.github.io/man-3/[Reference Manual (v3.0.0)]
* http://crmsh.github.io/man-2.0/[Reference Manual (v2.3.2)]
* link:man-4.6/[Reference Manual (v4.6)]
* link:man-4.3/[Reference Manual (v4.3.1)]
* link:man-3/[Reference Manual (v3.0.0)]
* link:man-2.0/[Reference Manual (v2.3.2)]
* https://build.opensuse.org/package/show/network:ha-clustering:Stable/crmsh[Packages]
* http://clusterlabs.org[Cluster Labs]
Loading

0 comments on commit 321ee76

Please sign in to comment.