...
Info |
---|
There is no default way to download our official guide as a PDF file. |
...
We will show you one recommended way if you need the official guide as an offline PDF |
...
Step-by-step guide
Use wget to download the docs
Code Block |
---|
|
wget -r https://docs.checkmk.com/latest/en/ |
...
Status |
---|
colour | Green |
---|
title | LAST TESTED ON CHECKMK 2.0.0P1 |
---|
|
Panel |
---|
borderColor | black |
---|
bgColor | #f8f8f8 |
---|
title | Table of Contents |
---|
|
|
Step-by-step guide
Tip |
---|
The source code of our official guide is stored at |
...
...
...
You can use asciidoctor to convert the doc to PDF or HTML file |
...
- Clone the repository:
...
- https://github.com/
...
- Checkmk/checkmk-docs
- Install asciidoctor: https://github.com/asciidoctor/asciidoctor
Convert the files to PDF/HTML
.
Note |
---|
At the moment, this is the only recommended way. We're considering providing a zip file, including the HTML docs. |
.
Panel |
---|
borderColor | black |
---|
bgColor | #F8F8F8 |
---|
|
There is a second way using wget -m. This way is not recommended due to missing functionality like the broken search.
Use wget to download the docs: Code Block |
---|
| wget -m https://docs.checkmk.com/latest/en/ |
Now you can use a web server to visualize the html files or convert the files to pdf |
Related articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 5 |
---|
spaces | CONKB |
---|
showSpace | false |
---|
sort | modified |
---|
reverse | true |
---|
type | page |
---|
cql | label = in ( "kb-how-to-article" , "howto" ) and type = "page" and space = "CONKB" |
---|
labels | kb-how-to-article |
---|
|
...