Repository für mkdocs und dokumentationen für Entwicklung / Netzwerk und weitere.
Go to file
2021-10-13 01:05:46 +02:00
docs add du-command 💻 2021-10-13 01:05:46 +02:00
drone rename drone dir 2021-06-05 16:28:23 +02:00
.gitignore add gitignore for python mkdocs 2021-06-20 22:53:50 +02:00
Dockerfile Updated building process of dockerimage 2021-06-20 22:55:14 +02:00
mkdocs.yml Updated building process of dockerimage 2021-06-20 22:55:14 +02:00
README.md Update Readme with Dev and Prod 2021-06-20 22:54:23 +02:00

Hier Entsteht ein Documentation für ferschiedene Bereiche der Entwicklung und Netzwerk.

Usage

Development

To Ensure that the page are desplayed correctly, runn the Docker container on localhost like this:

sudo docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

If you want to preview the page, just run:

sudo docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build

This will create a directory in your project called site. For publushing the files inside this build folder, will be coppied in the standard nginx web directory /usr/share/nginx/html.

Publish the site

The page will be deployed automatically with a push on the master branch.