Skip to content
Snippets Groups Projects
Commit b53a4d48 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Add plugin installation in Dockerfile and activate it in mkdocs.yml

parent 3aa23054
No related branches found
No related tags found
2 merge requests!530Automated merge from preview to main,!512Add plugin for captions
......@@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-c"]
RUN pip install mkdocs>=1.1.2 mkdocs-material>=7.1.0
##########
# Linter #
# Linter #
##########
RUN apt update && apt install -y nodejs npm aspell git
......@@ -29,6 +29,9 @@ RUN echo $'# gitlab.hrz.tu-chemnitz.de:22 SSH-2.0-OpenSSH_7.4\n\
gitlab.hrz.tu-chemnitz.de ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNixJ1syD506jOtiLPxGhAXsNnVfweFfzseh9/WrNxbTgIhi09fLb5aZI2CfOOWIi4fQz07S+qGugChBs4lJenLYAu4b0IAnEv/n/Xnf7wITf/Wlba2VSKiXdDqbSmNbOQtbdBLNu1NSt+inFgrreaUxnIqvWX4pBDEEGBAgG9e2cteXjT/dHp4+vPExKEjM6Nsxw516Cqv5H1ZU7XUTHFUYQr0DoulykDoXU1i3odJqZFZQzcJQv/RrEzya/2bwaatzKfbgoZLlb18T2LjkP74b71DeFIQWV2e6e3vsNwl1NsvlInEcsSZB1TZP+mKke7JWiI6HW2IrlSaGqM8n4h\n\
gitlab.hrz.tu-chemnitz.de ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJ/cSNsKRPrfXCMjl+HsKrnrI3HgbCyKWiRa715S99BR\n' > ~/.ssh/known_hosts
RUN git clone https://gitlab.hrz.tu-chemnitz.de/lazariv--tu-dresden.de/mkdocs_table_plugin.git ~/mkdocs_table_plugin
RUN cd ~/mkdocs_table_plugin && python setup.py install
WORKDIR /docs
CMD ["mkdocs", "build", "--verbose", "--strict"]
......@@ -215,3 +215,7 @@ extra:
name: "Data Protection Declaration / Datenschutzerklärung"
- link: https://tu-dresden.de/zertifikate
name: "Certificates"
plugins:
- search
- table
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment