mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Rework documentation * Slightly adjust theme * wip * fixes * Remove unneeded header * Re-added Acknowledgement.md file * Added Acknowledgement.md to mkdocs.yml Co-authored-by: Neil Lathwood <gh+n@laf.io>
11 lines
257 B
Docker
11 lines
257 B
Docker
FROM squidfunk/mkdocs-material:8.1.8
|
|
|
|
RUN \
|
|
pip install --no-cache-dir \
|
|
'markdown-include' \
|
|
'mkdocs-awesome-pages-plugin' \
|
|
'mkdocs-exclude' \
|
|
'mkdocs-git-revision-date-localized-plugin' \
|
|
'mkdocs-macros-plugin' \
|
|
&& rm -rf /tmp/*
|