diff --git a/README.md b/README.md index df6a09fb..a406008d 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ Other parts of the documentation are written and located at docs directory. To t pip3 install mkdocs pip3 install mkdocs-material pip3 install pymdown-extensions +pip3 install cairosvg mkdocs serve ``` diff --git a/mkdocs.yml b/mkdocs.yml index cba093cb..a764b474 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,10 @@ markdown_extensions: - pymdownx.details - pymdownx.superfences +plugins: + - social: + enabled: !ENV [CI, false] + theme: name: 'material' logo: 'assets/memgraph-logo.svg' diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..a3385cab --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +mkdocs-material +cairosvg