Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info
At the moment, there There is no default way to download our official guide as a PDF file. If We will show you one recommended way if you need the official guide as an offline PDF, we will show you one recommended way.

Table of Contents

Step-by-step guide

...

  • The source code of our official guide is stored at Github: https://github.com/tribe29/checkmk-docs. You can use asciidoctor to convert the doc to PDF or HTML file

  • 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
    languagebash
    themeRDark
     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


...