Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 932 Bytes

How-to-instlall-mkdocs.md

File metadata and controls

63 lines (41 loc) · 932 Bytes

How to install MkDocs on OSX

This explains how to setup MkDocs on your Mac so that you can pull git on your pc and run the webserver local

make sure brew is installed

brew --version

Install python 3 and pango library

brew install python3
brew install pango

Install pip

pip3 install --upgrade pip

Install MkDocs

pip3 install mkdocs

Install MkDocs extension material

pip3 install mkdocs-material

Install MkDocs extension with-pdf

pip3 install mkdocs-print-site-plugin

Install MkDocs support for multi language

pip3 install mkdocs-static-i18n

Build your site local and test it

python3 -m mkdocs serve  
python3 -m mkdocs build

Some guidlines

Have a look at our page with guidlines when you like to contribute or translate pages.

https://trikke76.github.io/Zabbix-Book/Guidlines-for-translations/